@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.431Z") @Stability(value=Stable) public interface CfnComponentProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComponentProps.Builder
A builder for
CfnComponentProps |
static class |
CfnComponentProps.Jsii$Proxy
An implementation for
CfnComponentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnComponentProps.Builder |
builder() |
default String |
getChangeDescription()
`AWS::ImageBuilder::Component.ChangeDescription`.
|
default String |
getData()
`AWS::ImageBuilder::Component.Data`.
|
default String |
getDescription()
`AWS::ImageBuilder::Component.Description`.
|
default String |
getKmsKeyId()
`AWS::ImageBuilder::Component.KmsKeyId`.
|
String |
getName()
`AWS::ImageBuilder::Component.Name`.
|
String |
getPlatform()
`AWS::ImageBuilder::Component.Platform`.
|
default List<String> |
getSupportedOsVersions()
`AWS::ImageBuilder::Component.SupportedOsVersions`.
|
default Map<String,String> |
getTags()
`AWS::ImageBuilder::Component.Tags`.
|
default String |
getUri()
`AWS::ImageBuilder::Component.Uri`.
|
String |
getVersion()
`AWS::ImageBuilder::Component.Version`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getPlatform()
@Stability(value=Stable) @NotNull String getVersion()
@Stability(value=Stable) @Nullable default String getChangeDescription()
@Stability(value=Stable) @Nullable default String getData()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getKmsKeyId()
@Stability(value=Stable) @Nullable default List<String> getSupportedOsVersions()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
@Stability(value=Stable) @Nullable default String getUri()
@Stability(value=Stable) static CfnComponentProps.Builder builder()
CfnComponentProps.Builder of CfnComponentPropsCopyright © 2021. All rights reserved.