SupportAuthZClient
AWS Support Authorization
AWS SupportAuthZ enables you to control and authorize the actions that AWS support operators can perform on your resources. You create cryptographically signed support permits specifying which actions operators can perform, on which resources, and under what time-window conditions. Permits are signed using a customer-managed AWS KMS key (ECC_NIST_P384, SIGN_VERIFY) to ensure non-repudiation.
Functions
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.
Deletes a support permit, revoking the authorization previously granted to the AWS support operator.
Retrieves the description of a specific support action.
Retrieves the details of a support permit by its ARN or name.
Lists available support actions for a specified AWS service. Use pagination to ensure that the operation returns quickly and successfully.
Lists permit requests from AWS support operators. Use pagination to ensure that the operation returns quickly and successfully.
Lists all support permits in the caller's account. Use pagination to ensure that the operation returns quickly and successfully.
Lists the tags associated with a support permit resource.
Rejects a permit request from an AWS support operator. The operator cannot proceed with the requested action.
Adds or overwrites one or more tags for a support permit resource.
Removes one or more tags from a support permit resource.
Inherited functions
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.
Deletes a support permit, revoking the authorization previously granted to the AWS support operator.
Retrieves the description of a specific support action.
Retrieves the details of a support permit by its ARN or name.
Lists available support actions for a specified AWS service. Use pagination to ensure that the operation returns quickly and successfully.
Paginate over ListActionsResponse results.
Lists permit requests from AWS support operators. Use pagination to ensure that the operation returns quickly and successfully.
Paginate over ListSupportPermitRequestsResponse results.
Lists all support permits in the caller's account. Use pagination to ensure that the operation returns quickly and successfully.
Paginate over ListSupportPermitsResponse results.
Lists the tags associated with a support permit resource.
Rejects a permit request from an AWS support operator. The operator cannot proceed with the requested action.
Adds or overwrites one or more tags for a support permit resource.
Removes one or more tags from a support permit resource.
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.