aws-cdk-lib.aws_codedeploy.CfnDeploymentGroup.TargetGroupPairInfoProperty
interface TargetGroupPairInfoProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeDeploy.CfnDeploymentGroup.TargetGroupPairInfoProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodedeploy#CfnDeploymentGroup_TargetGroupPairInfoProperty |
![]() | software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.TargetGroupPairInfoProperty |
![]() | aws_cdk.aws_codedeploy.CfnDeploymentGroup.TargetGroupPairInfoProperty |
![]() | aws-cdk-lib » aws_codedeploy » CfnDeploymentGroup » TargetGroupPairInfoProperty |
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 targetGroupPairInfoProperty: codedeploy.CfnDeploymentGroup.TargetGroupPairInfoProperty = {
prodTrafficRoute: {
listenerArns: ['listenerArns'],
},
targetGroups: [{
name: 'name',
}],
testTrafficRoute: {
listenerArns: ['listenerArns'],
},
};
Properties
Name | Type | Description |
---|---|---|
prod | IResolvable | Traffic | CfnDeploymentGroup.TargetGroupPairInfoProperty.ProdTrafficRoute . |
target | IResolvable | IResolvable | Target [] | CfnDeploymentGroup.TargetGroupPairInfoProperty.TargetGroups . |
test | IResolvable | Traffic | CfnDeploymentGroup.TargetGroupPairInfoProperty.TestTrafficRoute . |
prodTrafficRoute?
Type:
IResolvable
|
Traffic
(optional)
CfnDeploymentGroup.TargetGroupPairInfoProperty.ProdTrafficRoute
.
targetGroups?
Type:
IResolvable
|
IResolvable
|
Target
[]
(optional)
CfnDeploymentGroup.TargetGroupPairInfoProperty.TargetGroups
.
testTrafficRoute?
Type:
IResolvable
|
Traffic
(optional)
CfnDeploymentGroup.TargetGroupPairInfoProperty.TestTrafficRoute
.