CreateSupportPermitRequest
Types
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
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.
Functions
Link copied to clipboard
inline fun copy(block: CreateSupportPermitRequest.Builder.() -> Unit = {}): CreateSupportPermitRequest