1. Packages
  2. AWS Native
  3. API Docs
  4. eks
  5. FargateProfile

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.eks.FargateProfile

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Resource Schema for AWS::EKS::FargateProfile

    Create FargateProfile Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new FargateProfile(name: string, args: FargateProfileArgs, opts?: CustomResourceOptions);
    @overload
    def FargateProfile(resource_name: str,
                       args: FargateProfileArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def FargateProfile(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       cluster_name: Optional[str] = None,
                       pod_execution_role_arn: Optional[str] = None,
                       selectors: Optional[Sequence[FargateProfileSelectorArgs]] = None,
                       fargate_profile_name: Optional[str] = None,
                       subnets: Optional[Sequence[str]] = None,
                       tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewFargateProfile(ctx *Context, name string, args FargateProfileArgs, opts ...ResourceOption) (*FargateProfile, error)
    public FargateProfile(string name, FargateProfileArgs args, CustomResourceOptions? opts = null)
    public FargateProfile(String name, FargateProfileArgs args)
    public FargateProfile(String name, FargateProfileArgs args, CustomResourceOptions options)
    
    type: aws-native:eks:FargateProfile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args FargateProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args FargateProfileArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args FargateProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FargateProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FargateProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const fargateProfileResource = new aws_native.eks.FargateProfile("fargateProfileResource", {
        clusterName: "string",
        podExecutionRoleArn: "string",
        selectors: [{
            namespace: "string",
            labels: [{
                key: "string",
                value: "string",
            }],
        }],
        fargateProfileName: "string",
        subnets: ["string"],
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    FargateProfile Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The FargateProfile resource accepts the following input properties:

    ClusterName string
    Name of the Cluster
    PodExecutionRoleArn string
    The IAM policy arn for pods
    Selectors List<Pulumi.AwsNative.Eks.Inputs.FargateProfileSelector>
    FargateProfileName string
    Name of FargateProfile
    Subnets List<string>
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    ClusterName string
    Name of the Cluster
    PodExecutionRoleArn string
    The IAM policy arn for pods
    Selectors []FargateProfileSelectorArgs
    FargateProfileName string
    Name of FargateProfile
    Subnets []string
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    clusterName String
    Name of the Cluster
    podExecutionRoleArn String
    The IAM policy arn for pods
    selectors List<FargateProfileSelector>
    fargateProfileName String
    Name of FargateProfile
    subnets List<String>
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    clusterName string
    Name of the Cluster
    podExecutionRoleArn string
    The IAM policy arn for pods
    selectors FargateProfileSelector[]
    fargateProfileName string
    Name of FargateProfile
    subnets string[]
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    cluster_name str
    Name of the Cluster
    pod_execution_role_arn str
    The IAM policy arn for pods
    selectors Sequence[FargateProfileSelectorArgs]
    fargate_profile_name str
    Name of FargateProfile
    subnets Sequence[str]
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    clusterName String
    Name of the Cluster
    podExecutionRoleArn String
    The IAM policy arn for pods
    selectors List<Property Map>
    fargateProfileName String
    Name of FargateProfile
    subnets List<String>
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the FargateProfile resource produces the following output properties:

    Arn string
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    FargateProfileLabel, FargateProfileLabelArgs

    Key string
    The key name of the label.
    Value string
    The value for the label.
    Key string
    The key name of the label.
    Value string
    The value for the label.
    key String
    The key name of the label.
    value String
    The value for the label.
    key string
    The key name of the label.
    value string
    The value for the label.
    key str
    The key name of the label.
    value str
    The value for the label.
    key String
    The key name of the label.
    value String
    The value for the label.

    FargateProfileSelector, FargateProfileSelectorArgs

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi