interface DeploymentGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeDeploy.DeploymentGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodedeploy#DeploymentGroupReference |
![]() | software.amazon.awscdk.services.codedeploy.DeploymentGroupReference |
![]() | aws_cdk.aws_codedeploy.DeploymentGroupReference |
![]() | aws-cdk-lib » aws_codedeploy » DeploymentGroupReference |
A reference to a DeploymentGroup resource.
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 deploymentGroupReference: codedeploy.DeploymentGroupReference = {
deploymentGroupId: 'deploymentGroupId',
};
Properties
Name | Type | Description |
---|---|---|
deployment | string | The Id of the DeploymentGroup resource. |
deploymentGroupId
Type:
string
The Id of the DeploymentGroup resource.