Image Args
data class ImageArgs(val containerRecipeArn: Output<String>? = null, val distributionConfigurationArn: Output<String>? = null, val enhancedImageMetadataEnabled: Output<Boolean>? = null, val imageRecipeArn: Output<String>? = null, val imageScanningConfiguration: Output<ImageScanningConfigurationArgs>? = null, val imageTestsConfiguration: Output<ImageTestsConfigurationArgs>? = null, val infrastructureConfigurationArn: Output<String>? = null, val tags: Output<Any>? = null) : ConvertibleToJava<ImageArgs>
Resource schema for AWS::ImageBuilder::Image
Constructors
Link copied to clipboard
fun ImageArgs(containerRecipeArn: Output<String>? = null, distributionConfigurationArn: Output<String>? = null, enhancedImageMetadataEnabled: Output<Boolean>? = null, imageRecipeArn: Output<String>? = null, imageScanningConfiguration: Output<ImageScanningConfigurationArgs>? = null, imageTestsConfiguration: Output<ImageTestsConfigurationArgs>? = null, infrastructureConfigurationArn: Output<String>? = null, tags: Output<Any>? = null)