toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.eks.kotlin.outputs
/
GetAddonPodIdentityAssociation
Get
Addon
Pod
Identity
Association
data
class
GetAddonPodIdentityAssociation
(
val
roleArn
:
String
,
val
serviceAccount
:
String
)
Members
Constructors
Get
Addon
Pod
Identity
Association
Link copied to clipboard
constructor
(
roleArn
:
String
,
serviceAccount
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
role
Arn
Link copied to clipboard
val
roleArn
:
String
ARN of the IAM role associated with the EKS add-on.
service
Account
Link copied to clipboard
val
serviceAccount
:
String
Service account associated with the EKS add-on.