@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:37.974Z") @Stability(value=Stable) public interface CfnComponentProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html| 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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-name@Stability(value=Stable) @NotNull String getPlatform()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-platform@Stability(value=Stable) @NotNull String getVersion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-version@Stability(value=Stable) @Nullable default String getChangeDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-changedescription@Stability(value=Stable) @Nullable default String getData()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-data@Stability(value=Stable) @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-description@Stability(value=Stable) @Nullable default String getKmsKeyId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid@Stability(value=Stable) @Nullable default List<String> getSupportedOsVersions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-supportedosversions@Stability(value=Stable) @Nullable default Map<String,String> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-tags@Stability(value=Stable) @Nullable default String getUri()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-uri@Stability(value=Stable) static CfnComponentProps.Builder builder()
CfnComponentProps.Builder of CfnComponentPropsCopyright © 2020. All rights reserved.