@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.449Z") @Stability(value=Stable) public interface CfnImageRecipeProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnImageRecipeProps.Builder
A builder for
CfnImageRecipeProps |
static class |
CfnImageRecipeProps.Jsii$Proxy
An implementation for
CfnImageRecipeProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnImageRecipeProps.Builder |
builder() |
default Object |
getBlockDeviceMappings()
`AWS::ImageBuilder::ImageRecipe.BlockDeviceMappings`.
|
Object |
getComponents()
`AWS::ImageBuilder::ImageRecipe.Components`.
|
default String |
getDescription()
`AWS::ImageBuilder::ImageRecipe.Description`.
|
String |
getName()
`AWS::ImageBuilder::ImageRecipe.Name`.
|
String |
getParentImage()
`AWS::ImageBuilder::ImageRecipe.ParentImage`.
|
default Map<String,String> |
getTags()
`AWS::ImageBuilder::ImageRecipe.Tags`.
|
String |
getVersion()
`AWS::ImageBuilder::ImageRecipe.Version`.
|
default String |
getWorkingDirectory()
`AWS::ImageBuilder::ImageRecipe.WorkingDirectory`.
|
@Stability(value=Stable) @NotNull Object getComponents()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getParentImage()
@Stability(value=Stable) @NotNull String getVersion()
@Stability(value=Stable) @Nullable default Object getBlockDeviceMappings()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
@Stability(value=Stable) @Nullable default String getWorkingDirectory()
@Stability(value=Stable) static CfnImageRecipeProps.Builder builder()
CfnImageRecipeProps.Builder of CfnImageRecipePropsCopyright © 2021. All rights reserved.