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