@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.799Z") @Stability(value=Stable) public interface CfnImageProps 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.imagebuilder.*;
CfnImageProps cfnImageProps = CfnImageProps.builder()
.infrastructureConfigurationArn("infrastructureConfigurationArn")
// the properties below are optional
.containerRecipeArn("containerRecipeArn")
.distributionConfigurationArn("distributionConfigurationArn")
.enhancedImageMetadataEnabled(false)
.imageRecipeArn("imageRecipeArn")
.imageTestsConfiguration(ImageTestsConfigurationProperty.builder()
.imageTestsEnabled(false)
.timeoutMinutes(123)
.build())
.tags(Map.of(
"tagsKey", "tags"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnImageProps.Builder
A builder for
CfnImageProps |
static class |
CfnImageProps.Jsii$Proxy
An implementation for
CfnImageProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnImageProps.Builder |
builder() |
default String |
getContainerRecipeArn()
`AWS::ImageBuilder::Image.ContainerRecipeArn`.
|
default String |
getDistributionConfigurationArn()
`AWS::ImageBuilder::Image.DistributionConfigurationArn`.
|
default Object |
getEnhancedImageMetadataEnabled()
`AWS::ImageBuilder::Image.EnhancedImageMetadataEnabled`.
|
default String |
getImageRecipeArn()
`AWS::ImageBuilder::Image.ImageRecipeArn`.
|
default Object |
getImageTestsConfiguration()
`AWS::ImageBuilder::Image.ImageTestsConfiguration`.
|
String |
getInfrastructureConfigurationArn()
`AWS::ImageBuilder::Image.InfrastructureConfigurationArn`.
|
default Map<String,String> |
getTags()
`AWS::ImageBuilder::Image.Tags`.
|
@Stability(value=Stable) @Nullable default String getContainerRecipeArn()
@Stability(value=Stable) @Nullable default String getDistributionConfigurationArn()
@Stability(value=Stable) @Nullable default Object getEnhancedImageMetadataEnabled()
@Stability(value=Stable) @Nullable default String getImageRecipeArn()
@Stability(value=Stable) @Nullable default Object getImageTestsConfiguration()
@Stability(value=Stable) @NotNull String getInfrastructureConfigurationArn()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
@Stability(value=Stable) static CfnImageProps.Builder builder()
CfnImageProps.Builder of CfnImagePropsCopyright © 2021. All rights reserved.