Batch Pipeline Component Deployment Configuration Args
data class BatchPipelineComponentDeploymentConfigurationArgs(val componentId: Output<IdAssetReferenceArgs>? = null, val deploymentConfigurationType: Output<String>, val description: Output<String>? = null, val settings: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<BatchPipelineComponentDeploymentConfigurationArgs>
Properties for a Batch Pipeline Component Deployment.