@Stability(value=Stable) public static final class CfnDeployment.Builder extends Object implements software.amazon.jsii.Builder<CfnDeployment>
CfnDeployment.| Modifier and Type | Method and Description |
|---|---|
CfnDeployment.Builder |
applicationId(String applicationId)
The application ID.
|
CfnDeployment |
build() |
CfnDeployment.Builder |
configurationProfileId(String configurationProfileId)
The configuration profile ID.
|
CfnDeployment.Builder |
configurationVersion(String configurationVersion)
The configuration version to deploy.
|
static CfnDeployment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDeployment.Builder |
deploymentStrategyId(String deploymentStrategyId)
The deployment strategy ID.
|
CfnDeployment.Builder |
description(String description)
A description of the deployment.
|
CfnDeployment.Builder |
environmentId(String environmentId)
The environment ID.
|
CfnDeployment.Builder |
tags(List<? extends CfnDeployment.TagsProperty> tags)
Metadata to assign to the deployment.
|
@Stability(value=Stable) public static CfnDeployment.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDeployment.TagsProperty.Builder.@Stability(value=Stable) public CfnDeployment.Builder applicationId(String applicationId)
applicationId - The application ID. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder configurationProfileId(String configurationProfileId)
configurationProfileId - The configuration profile ID. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder configurationVersion(String configurationVersion)
configurationVersion - The configuration version to deploy. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder deploymentStrategyId(String deploymentStrategyId)
deploymentStrategyId - The deployment strategy ID. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder environmentId(String environmentId)
environmentId - The environment ID. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder description(String description)
description - A description of the deployment. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder tags(List<? extends CfnDeployment.TagsProperty> tags)
Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
tags - Metadata to assign to the deployment. This parameter is required.this@Stability(value=Stable) public CfnDeployment build()
build in interface software.amazon.jsii.Builder<CfnDeployment>Copyright © 2022. All rights reserved.