interface PodIdentityAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EKS.PodIdentityAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awseks#PodIdentityAssociationReference |
![]() | software.amazon.awscdk.services.eks.PodIdentityAssociationReference |
![]() | aws_cdk.aws_eks.PodIdentityAssociationReference |
![]() | 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.