Deployment Component Update Policy Args
data class DeploymentComponentUpdatePolicyArgs(val action: Output<DeploymentComponentUpdatePolicyAction>? = null, val timeoutInSeconds: Output<Int>? = null) : ConvertibleToJava<DeploymentComponentUpdatePolicyArgs>
Constructors
Link copied to clipboard
fun DeploymentComponentUpdatePolicyArgs(action: Output<DeploymentComponentUpdatePolicyAction>? = null, timeoutInSeconds: Output<Int>? = null)