Class CfnDeploymentProps
Properties for defining a CfnDeployment
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.M2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDeploymentProps : Object, ICfnDeploymentProps
Syntax (vb)
Public Class CfnDeploymentProps
Inherits Object
Implements ICfnDeploymentProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-deployment.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.M2;
var cfnDeploymentProps = new CfnDeploymentProps {
ApplicationId = "applicationId",
ApplicationVersion = 123,
EnvironmentId = "environmentId"
};
Synopsis
Constructors
Cfn |
Properties
Application |
The unique identifier of the application. |
Application |
The version of the application. |
Environment |
The unique identifier of the runtime environment. |
Constructors
CfnDeploymentProps()
public CfnDeploymentProps()
Properties
ApplicationId
The unique identifier of the application.
public string ApplicationId { get; set; }
Property Value
System.
Remarks
ApplicationVersion
The version of the application.
public double ApplicationVersion { get; set; }
Property Value
System.
Remarks
EnvironmentId
The unique identifier of the runtime environment.
public string EnvironmentId { get; set; }
Property Value
System.