Image Pipeline Args
data class ImagePipelineArgs(val containerRecipeArn: Output<String>? = null, val description: Output<String>? = null, val distributionConfigurationArn: Output<String>? = null, val enhancedImageMetadataEnabled: Output<Boolean>? = null, val imageRecipeArn: Output<String>? = null, val imageScanningConfiguration: Output<ImagePipelineImageScanningConfigurationArgs>? = null, val imageTestsConfiguration: Output<ImagePipelineImageTestsConfigurationArgs>? = null, val infrastructureConfigurationArn: Output<String>? = null, val name: Output<String>? = null, val schedule: Output<ImagePipelineScheduleArgs>? = null, val status: Output<ImagePipelineStatus>? = null, val tags: Output<Any>? = null) : ConvertibleToJava<ImagePipelineArgs>
Resource schema for AWS::ImageBuilder::ImagePipeline
Constructors
Link copied to clipboard
fun ImagePipelineArgs(containerRecipeArn: Output<String>? = null, description: Output<String>? = null, distributionConfigurationArn: Output<String>? = null, enhancedImageMetadataEnabled: Output<Boolean>? = null, imageRecipeArn: Output<String>? = null, imageScanningConfiguration: Output<ImagePipelineImageScanningConfigurationArgs>? = null, imageTestsConfiguration: Output<ImagePipelineImageTestsConfigurationArgs>? = null, infrastructureConfigurationArn: Output<String>? = null, name: Output<String>? = null, schedule: Output<ImagePipelineScheduleArgs>? = null, status: Output<ImagePipelineStatus>? = null, tags: Output<Any>? = null)