Image Workflow Configuration
data class ImageWorkflowConfiguration(val onFailure: ImageWorkflowConfigurationOnFailure? = null, val parallelGroup: String? = null, val parameters: List<ImageWorkflowParameter>? = null, val workflowArn: String? = null)
The workflow configuration of the image
Constructors
Link copied to clipboard
constructor(onFailure: ImageWorkflowConfigurationOnFailure? = null, parallelGroup: String? = null, parameters: List<ImageWorkflowParameter>? = null, workflowArn: String? = null)