AddonPodIdentityAssociationArgs

data class AddonPodIdentityAssociationArgs(val roleArn: Output<String>, val serviceAccount: Output<String>) : ConvertibleToJava<AddonPodIdentityAssociationArgs>

A pod identity to associate with an add-on.

Constructors

Link copied to clipboard
constructor(roleArn: Output<String>, serviceAccount: Output<String>)

Properties

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.

Functions

Link copied to clipboard
open override fun toJava(): AddonPodIdentityAssociationArgs