PodIdentityAssociation

class PodIdentityAssociation : KotlinCustomResource

An object representing an Amazon EKS PodIdentityAssociation.

Properties

Link copied to clipboard
val associationArn: Output<String>

The ARN of the pod identity association.

Link copied to clipboard
val associationId: Output<String>

The ID of the pod identity association.

Link copied to clipboard
val clusterName: Output<String>

The cluster that the pod identity association is created for.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val namespace: Output<String>

The Kubernetes namespace that the pod identity association is created for.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>

The IAM role ARN that the pod identity association is created for.

Link copied to clipboard
val serviceAccount: Output<String>

The Kubernetes service account that the pod identity association is created for.

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>