interface CfnDeploymentProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.M2.CfnDeploymentProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsm2#CfnDeploymentProps |
Java | software.amazon.awscdk.services.m2.CfnDeploymentProps |
Python | aws_cdk.aws_m2.CfnDeploymentProps |
TypeScript | aws-cdk-lib » aws_m2 » CfnDeploymentProps |
Properties for defining a CfnDeployment
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-deployment.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_m2 as m2 } from 'aws-cdk-lib';
const cfnDeploymentProps: m2.CfnDeploymentProps = {
applicationId: 'applicationId',
applicationVersion: 123,
environmentId: 'environmentId',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The unique identifier of the application. |
application | number | The version of the application. |
environment | string | The unique identifier of the runtime environment. |
applicationId
Type:
string
The unique identifier of the application.
applicationVersion
Type:
number
The version of the application.
environmentId
Type:
string
The unique identifier of the runtime environment.