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

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

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.eks.PodIdentityAssociation

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    An object representing an Amazon EKS PodIdentityAssociation.

    Create PodIdentityAssociation Resource

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

    Constructor syntax

    new PodIdentityAssociation(name: string, args: PodIdentityAssociationArgs, opts?: CustomResourceOptions);
    @overload
    def PodIdentityAssociation(resource_name: str,
                               args: PodIdentityAssociationArgs,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def PodIdentityAssociation(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               cluster_name: Optional[str] = None,
                               namespace: Optional[str] = None,
                               role_arn: Optional[str] = None,
                               service_account: Optional[str] = None,
                               tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewPodIdentityAssociation(ctx *Context, name string, args PodIdentityAssociationArgs, opts ...ResourceOption) (*PodIdentityAssociation, error)
    public PodIdentityAssociation(string name, PodIdentityAssociationArgs args, CustomResourceOptions? opts = null)
    public PodIdentityAssociation(String name, PodIdentityAssociationArgs args)
    public PodIdentityAssociation(String name, PodIdentityAssociationArgs args, CustomResourceOptions options)
    
    type: aws-native:eks:PodIdentityAssociation
    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 PodIdentityAssociationArgs
    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 PodIdentityAssociationArgs
    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 PodIdentityAssociationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PodIdentityAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PodIdentityAssociationArgs
    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 podIdentityAssociationResource = new aws_native.eks.PodIdentityAssociation("podIdentityAssociationResource", {
        clusterName: "string",
        namespace: "string",
        roleArn: "string",
        serviceAccount: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    PodIdentityAssociation 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 PodIdentityAssociation resource accepts the following input properties:

    ClusterName string
    The cluster that the pod identity association is created for.
    Namespace string
    The Kubernetes namespace that the pod identity association is created for.
    RoleArn string
    The IAM role ARN that the pod identity association is created for.
    ServiceAccount string
    The Kubernetes service account that the pod identity association is created for.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    ClusterName string
    The cluster that the pod identity association is created for.
    Namespace string
    The Kubernetes namespace that the pod identity association is created for.
    RoleArn string
    The IAM role ARN that the pod identity association is created for.
    ServiceAccount string
    The Kubernetes service account that the pod identity association is created for.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    clusterName String
    The cluster that the pod identity association is created for.
    namespace String
    The Kubernetes namespace that the pod identity association is created for.
    roleArn String
    The IAM role ARN that the pod identity association is created for.
    serviceAccount String
    The Kubernetes service account that the pod identity association is created for.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    clusterName string
    The cluster that the pod identity association is created for.
    namespace string
    The Kubernetes namespace that the pod identity association is created for.
    roleArn string
    The IAM role ARN that the pod identity association is created for.
    serviceAccount string
    The Kubernetes service account that the pod identity association is created for.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    cluster_name str
    The cluster that the pod identity association is created for.
    namespace str
    The Kubernetes namespace that the pod identity association is created for.
    role_arn str
    The IAM role ARN that the pod identity association is created for.
    service_account str
    The Kubernetes service account that the pod identity association is created for.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    clusterName String
    The cluster that the pod identity association is created for.
    namespace String
    The Kubernetes namespace that the pod identity association is created for.
    roleArn String
    The IAM role ARN that the pod identity association is created for.
    serviceAccount String
    The Kubernetes service account that the pod identity association is created for.
    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 PodIdentityAssociation resource produces the following output properties:

    AssociationArn string
    The ARN of the pod identity association.
    AssociationId string
    The ID of the pod identity association.
    Id string
    The provider-assigned unique ID for this managed resource.
    AssociationArn string
    The ARN of the pod identity association.
    AssociationId string
    The ID of the pod identity association.
    Id string
    The provider-assigned unique ID for this managed resource.
    associationArn String
    The ARN of the pod identity association.
    associationId String
    The ID of the pod identity association.
    id String
    The provider-assigned unique ID for this managed resource.
    associationArn string
    The ARN of the pod identity association.
    associationId string
    The ID of the pod identity association.
    id string
    The provider-assigned unique ID for this managed resource.
    association_arn str
    The ARN of the pod identity association.
    association_id str
    The ID of the pod identity association.
    id str
    The provider-assigned unique ID for this managed resource.
    associationArn String
    The ARN of the pod identity association.
    associationId String
    The ID of the pod identity association.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    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.105.0 published on Thursday, May 2, 2024 by Pulumi