Interface CfnDeploymentProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDeploymentProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:43.270Z")
@Stability(Stable)
public interface CfnDeploymentProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnDeployment.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.m2.*;
CfnDeploymentProps cfnDeploymentProps = CfnDeploymentProps.builder()
.applicationId("applicationId")
.applicationVersion(123)
.environmentId("environmentId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDeploymentPropsstatic final classAn implementation forCfnDeploymentProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnDeploymentProps.Builderbuilder()The unique identifier of the application.The version of the application.The unique identifier of the runtime environment.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationId
The unique identifier of the application.- See Also:
-
getApplicationVersion
The version of the application.- See Also:
-
getEnvironmentId
The unique identifier of the runtime environment.- See Also:
-
builder
- Returns:
- a
CfnDeploymentProps.BuilderofCfnDeploymentProps
-