@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:04.873Z") @Stability(value=Stable) public interface CfnDeploymentProps extends software.amazon.jsii.JsiiSerializable
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.appconfig.*;
CfnDeploymentProps cfnDeploymentProps = CfnDeploymentProps.builder()
.applicationId("applicationId")
.configurationProfileId("configurationProfileId")
.configurationVersion("configurationVersion")
.deploymentStrategyId("deploymentStrategyId")
.environmentId("environmentId")
// the properties below are optional
.description("description")
.tags(List.of(TagsProperty.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentProps.Builder
A builder for
CfnDeploymentProps |
static class |
CfnDeploymentProps.Jsii$Proxy
An implementation for
CfnDeploymentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentProps.Builder |
builder() |
String |
getApplicationId()
`AWS::AppConfig::Deployment.ApplicationId`.
|
String |
getConfigurationProfileId()
`AWS::AppConfig::Deployment.ConfigurationProfileId`.
|
String |
getConfigurationVersion()
`AWS::AppConfig::Deployment.ConfigurationVersion`.
|
String |
getDeploymentStrategyId()
`AWS::AppConfig::Deployment.DeploymentStrategyId`.
|
default String |
getDescription()
`AWS::AppConfig::Deployment.Description`.
|
String |
getEnvironmentId()
`AWS::AppConfig::Deployment.EnvironmentId`.
|
default List<CfnDeployment.TagsProperty> |
getTags()
`AWS::AppConfig::Deployment.Tags`.
|
@Stability(value=Stable) @NotNull String getApplicationId()
@Stability(value=Stable) @NotNull String getConfigurationProfileId()
@Stability(value=Stable) @NotNull String getConfigurationVersion()
@Stability(value=Stable) @NotNull String getDeploymentStrategyId()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getEnvironmentId()
@Stability(value=Stable) @Nullable default List<CfnDeployment.TagsProperty> getTags()
@Stability(value=Stable) static CfnDeploymentProps.Builder builder()
CfnDeploymentProps.Builder of CfnDeploymentPropsCopyright © 2021. All rights reserved.