interface PodIdentityAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.EKS.PodIdentityAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awseks#PodIdentityAssociationReference |
Java | software.amazon.awscdk.interfaces.eks.PodIdentityAssociationReference |
Python | aws_cdk.interfaces.aws_eks.PodIdentityAssociationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_eks } from 'aws-cdk-lib/interfaces';
const podIdentityAssociationReference: interfaces_aws_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