Deployment Occurrence Args
data class DeploymentOccurrenceArgs(val address: Output<String>? = null, val config: Output<String>? = null, val deployTime: Output<String>, val platform: Output<DeploymentOccurrencePlatform>? = null, val undeployTime: Output<String>? = null, val userEmail: Output<String>? = null) : ConvertibleToJava<DeploymentOccurrenceArgs>
The period during which some deployable was active in a runtime.
Constructors
Link copied to clipboard
fun DeploymentOccurrenceArgs(address: Output<String>? = null, config: Output<String>? = null, deployTime: Output<String>, platform: Output<DeploymentOccurrencePlatform>? = null, undeployTime: Output<String>? = null, userEmail: Output<String>? = null)