CreateSupportPermitRequest

Types

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

Properties

Link copied to clipboard

A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the service returns the existing permit without creating a duplicate.

Link copied to clipboard

A human-readable description of why this permit is being created. Maximum length of 1024 characters.

Link copied to clipboard
val name: String?

A customer-chosen name for the support permit. Must be between 1 and 256 alphanumeric characters.

Link copied to clipboard

The permit definition specifying the actions, resources, and time-window conditions that the support operator is authorized to use.

Link copied to clipboard

The signing key information used to sign the permit. Must reference an AWS KMS key with key usage SIGN_VERIFY and key spec ECC_NIST_P384.

Link copied to clipboard

The display identifier of the AWS Support case associated with this permit.

Link copied to clipboard

The tags to associate with the support permit on creation.

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