interface PodIdentityAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EKS.PodIdentityAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awseks#PodIdentityAssociationReference |
Java | software.amazon.awscdk.services.eks.PodIdentityAssociationReference |
Python | aws_cdk.aws_eks.PodIdentityAssociationReference |
TypeScript | aws-cdk-lib » aws_eks » PodIdentityAssociationReference |
A reference to a PodIdentityAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_eks as eks } from 'aws-cdk-lib';
const podIdentityAssociationReference: eks.PodIdentityAssociationReference = {
associationArn: 'associationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| association | string | The AssociationArn of the PodIdentityAssociation resource. |
associationArn
Type:
string
The AssociationArn of the PodIdentityAssociation resource.

.NET
Go
Java
Python
TypeScript