UpdateDeploymentRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The policies associated with the deployment.

Link copied to clipboard

The scope associated with the deployment. A deployment has exactly one scope.

Link copied to clipboard

A unique, case-sensitive token that you provide to ensure that the operation completes no more than one time. If you retry a request with the same client token and the same parameters, the service returns the result of the original successful request.

Link copied to clipboard

The configuration settings for the deployment.

Link copied to clipboard

A description of the deployment.

Link copied to clipboard

The identifier of the deployment. This is the deployment's Amazon Resource Name (ARN).

Link copied to clipboard

Specifies whether to publish the resource. When true, the resource is saved in published (ACTIVE) state. When false, it is saved as a draft (DRAFT).

Link copied to clipboard

A token used for optimistic concurrency control. Each read and write returns an updateToken. Provide the most recent value on your next update to detect and prevent conflicting concurrent modifications.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String