interface AdvancedConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ECS.CfnService.AdvancedConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#CfnService_AdvancedConfigurationProperty |
![]() | software.amazon.awscdk.services.ecs.CfnService.AdvancedConfigurationProperty |
![]() | aws_cdk.aws_ecs.CfnService.AdvancedConfigurationProperty |
![]() | aws-cdk-lib » aws_ecs » CfnService » AdvancedConfigurationProperty |
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 advancedConfigurationProperty: ecs.CfnService.AdvancedConfigurationProperty = {
alternateTargetGroupArn: 'alternateTargetGroupArn',
// the properties below are optional
productionListenerRule: 'productionListenerRule',
roleArn: 'roleArn',
testListenerRule: 'testListenerRule',
};
Properties
Name | Type | Description |
---|---|---|
alternate | string | |
production | string | |
role | string | |
test | string |
alternateTargetGroupArn
Type:
string
productionListenerRule?
Type:
string
(optional)
roleArn?
Type:
string
(optional)
testListenerRule?
Type:
string
(optional)