GetPodIdentityAssociationResult

data class GetPodIdentityAssociationResult(val associationArn: String? = null, val associationId: String? = null, val roleArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(associationArn: String? = null, associationId: String? = null, roleArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val associationArn: String? = null

The ARN of the pod identity association.

Link copied to clipboard
val associationId: String? = null

The ID of the pod identity association.

Link copied to clipboard
val roleArn: String? = null

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

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

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