interface ClusterReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECS.ClusterReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#ClusterReference |
![]() | software.amazon.awscdk.services.ecs.ClusterReference |
![]() | aws_cdk.aws_ecs.ClusterReference |
![]() | aws-cdk-lib » aws_ecs » ClusterReference |
A reference to a Cluster resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ecs as ecs } from 'aws-cdk-lib';
const clusterReference: ecs.ClusterReference = {
clusterArn: 'clusterArn',
clusterName: 'clusterName',
};
Properties
Name | Type | Description |
---|---|---|
cluster | string | The ARN of the Cluster resource. |
cluster | string | The ClusterName of the Cluster resource. |
clusterArn
Type:
string
The ARN of the Cluster resource.
clusterName
Type:
string
The ClusterName of the Cluster resource.