Deployment Args
data class DeploymentArgs(val address: Output<String>? = null, val config: Output<String>? = null, val deployTime: Output<String>? = null, val platform: Output<DeploymentPlatform>? = null, val resourceUri: Output<List<String>>? = null, val undeployTime: Output<String>? = null, val userEmail: Output<String>? = null) : ConvertibleToJava<DeploymentArgs>
The period during which some deployable was active in a runtime.
Properties
Link copied to clipboard
Beginning of the lifetime of this deployment.
Link copied to clipboard
Platform hosting this deployment.
Link copied to clipboard
Resource URI for the artifact being deployed taken from the deployable field with the same name.
Link copied to clipboard
End of the lifetime of this deployment.