@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.928Z") @Stability(value=Stable) public interface CfnDeploymentProps extends software.amazon.jsii.JsiiSerializable
| 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) @NotNull String getEnvironmentId()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default List<CfnDeployment.TagsProperty> getTags()
@Stability(value=Stable) static CfnDeploymentProps.Builder builder()
CfnDeploymentProps.Builder of CfnDeploymentPropsCopyright © 2021. All rights reserved.