aws-cdk-lib.aws_codedeploy.CfnDeploymentGroup.TrafficRouteProperty

interface TrafficRouteProperty

LanguageType name
.NETAmazon.CDK.AWS.CodeDeploy.CfnDeploymentGroup.TrafficRouteProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodedeploy#CfnDeploymentGroup_TrafficRouteProperty
Javasoftware.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.TrafficRouteProperty
Pythonaws_cdk.aws_codedeploy.CfnDeploymentGroup.TrafficRouteProperty
TypeScript aws-cdk-lib » aws_codedeploy » CfnDeploymentGroup » TrafficRouteProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codedeploy as codedeploy } from 'aws-cdk-lib';
const trafficRouteProperty: codedeploy.CfnDeploymentGroup.TrafficRouteProperty = {
  listenerArns: ['listenerArns'],
};

Properties

NameTypeDescription
listenerArns?string[]CfnDeploymentGroup.TrafficRouteProperty.ListenerArns.

listenerArns?

Type: string[] (optional)

CfnDeploymentGroup.TrafficRouteProperty.ListenerArns.