v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14117043.8 KB

Creates a support permit that authorizes an AWS support operator to perform specified actions on specified resources. The permit is cryptographically signed using a customer-managed AWS KMS key (ECC_NIST_P384, SIGN_VERIFY) to ensure non-repudiation.

post/support-permits

Request body

namestring required

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

descriptionstring

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

supportCaseDisplayIdstring

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

clientTokenstring

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.

tagsobject

The tags to associate with the support permit on creation.

Response

Success

namestring required

The name of the support permit.

arnstring required

The Amazon Resource Name (ARN) of the support permit.

descriptionstring

The description of the support permit.

status'ACTIVE' | 'INACTIVE' | 'DELETING' required

The current status of the support permit.

createdAtstring date-time required

The timestamp when the permit was created.

supportCaseDisplayIdstring

The display identifier of the support case associated with the permit.

tagsobject

The tags associated with the support permit.