@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:21.372Z") @Stability(value=Stable) public interface CfnHostedConfigurationVersionProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnHostedConfigurationVersionProps.Builder
A builder for
CfnHostedConfigurationVersionProps |
static class |
CfnHostedConfigurationVersionProps.Jsii$Proxy
An implementation for
CfnHostedConfigurationVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnHostedConfigurationVersionProps.Builder |
builder() |
String |
getApplicationId()
`AWS::AppConfig::HostedConfigurationVersion.ApplicationId`.
|
String |
getConfigurationProfileId()
`AWS::AppConfig::HostedConfigurationVersion.ConfigurationProfileId`.
|
String |
getContent()
`AWS::AppConfig::HostedConfigurationVersion.Content`.
|
String |
getContentType()
`AWS::AppConfig::HostedConfigurationVersion.ContentType`.
|
default String |
getDescription()
`AWS::AppConfig::HostedConfigurationVersion.Description`.
|
default Number |
getLatestVersionNumber()
`AWS::AppConfig::HostedConfigurationVersion.LatestVersionNumber`.
|
@Stability(value=Stable) @NotNull String getApplicationId()
@Stability(value=Stable) @NotNull String getConfigurationProfileId()
@Stability(value=Stable) @NotNull String getContent()
@Stability(value=Stable) @NotNull String getContentType()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Number getLatestVersionNumber()
@Stability(value=Stable) static CfnHostedConfigurationVersionProps.Builder builder()
Copyright © 2021. All rights reserved.