All Products
Search
Document Center

Key Management Service:UpdateApplicationAccessPoint

Last Updated:Jul 29, 2025

Updates the information about an application access point (AAP).

Operation description

The update takes effect immediately after an AAP information is updated. Exercise caution when you perform this operation. You can update the description of an AAP and the permission policies that are associated with the AAP. You cannot update the name of the AAP.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
NamestringYes

The name of the AAP that you want to update.

aap_test
DescriptionstringNo

The description.

aap description
PoliciesstringNo

The permission policy that you want to update.

Note You can associate up to three permission policies with each AAP.
["kst-hzz62ee817bvyyr5x****.efkd","kst-hzz62ee817bvyyr5x****.eyyp"]

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

bcfefe15-46f0-44a3-bd96-3d422474b71a

Examples

Sample success responses

JSONformat

{
  "RequestId": "bcfefe15-46f0-44a3-bd96-3d422474b71a"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameterThe specified parameter is invalid.An invalid value is specified for the parameter.

For a list of error codes, visit the Service error codes.