AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.eks.PodIdentityAssociation
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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.
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:
- Cluster
Name string - The cluster that the pod identity association is created for.
- Namespace string
- The Kubernetes namespace that the pod identity association is created for.
- Role
Arn string - The IAM role ARN that the pod identity association is created for.
- Service
Account string - The Kubernetes service account that the pod identity association is created for.
- List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Cluster
Name string - The cluster that the pod identity association is created for.
- Namespace string
- The Kubernetes namespace that the pod identity association is created for.
- Role
Arn string - The IAM role ARN that the pod identity association is created for.
- Service
Account string - The Kubernetes service account that the pod identity association is created for.
- Tag
Args - An array of key-value pairs to apply to this resource.
- cluster
Name String - The cluster that the pod identity association is created for.
- namespace String
- The Kubernetes namespace that the pod identity association is created for.
- role
Arn String - The IAM role ARN that the pod identity association is created for.
- service
Account String - The Kubernetes service account that the pod identity association is created for.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- cluster
Name string - The cluster that the pod identity association is created for.
- namespace string
- The Kubernetes namespace that the pod identity association is created for.
- role
Arn string - The IAM role ARN that the pod identity association is created for.
- service
Account string - The Kubernetes service account that the pod identity association is created for.
- 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.
- Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- cluster
Name String - The cluster that the pod identity association is created for.
- namespace String
- The Kubernetes namespace that the pod identity association is created for.
- role
Arn String - The IAM role ARN that the pod identity association is created for.
- service
Account String - The Kubernetes service account that the pod identity association is created for.
- 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:
- Association
Arn string - The ARN of the pod identity association.
- Association
Id string - The ID of the pod identity association.
- Id string
- The provider-assigned unique ID for this managed resource.
- Association
Arn string - The ARN of the pod identity association.
- Association
Id string - The ID of the pod identity association.
- Id string
- The provider-assigned unique ID for this managed resource.
- association
Arn String - The ARN of the pod identity association.
- association
Id String - The ID of the pod identity association.
- id String
- The provider-assigned unique ID for this managed resource.
- association
Arn string - The ARN of the pod identity association.
- association
Id 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.
- association
Arn String - The ARN of the pod identity association.
- association
Id String - The ID of the pod identity association.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi