@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:04.882Z") @Stability(value=Stable) public interface CfnHostedConfigurationVersionProps 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.*;
CfnHostedConfigurationVersionProps cfnHostedConfigurationVersionProps = CfnHostedConfigurationVersionProps.builder()
.applicationId("applicationId")
.configurationProfileId("configurationProfileId")
.content("content")
.contentType("contentType")
// the properties below are optional
.description("description")
.latestVersionNumber(123)
.build();
| 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.