Image Pipeline Args
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)