interface FargateProfileReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EKS.FargateProfileReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awseks#FargateProfileReference |
![]() | software.amazon.awscdk.services.eks.FargateProfileReference |
![]() | aws_cdk.aws_eks.FargateProfileReference |
![]() | aws-cdk-lib » aws_eks » FargateProfileReference |
A reference to a FargateProfile 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 fargateProfileReference: eks.FargateProfileReference = {
clusterName: 'clusterName',
fargateProfileArn: 'fargateProfileArn',
fargateProfileName: 'fargateProfileName',
};
Properties
Name | Type | Description |
---|---|---|
cluster | string | The ClusterName of the FargateProfile resource. |
fargate | string | The ARN of the FargateProfile resource. |
fargate | string | The FargateProfileName of the FargateProfile resource. |
clusterName
Type:
string
The ClusterName of the FargateProfile resource.
fargateProfileArn
Type:
string
The ARN of the FargateProfile resource.
fargateProfileName
Type:
string
The FargateProfileName of the FargateProfile resource.