v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141531,219979.8 KB

Retrieves a metadata-only summary of a specific policy engine without decrypting customer content. This lightweight read operation returns resource identifiers, status, timestamps, and the encryption key ARN, but does not include the description or status reasons. Because this operation does not require access to the customer's KMS key, it is suitable for resource discovery, inventory, and integration scenarios where only metadata is needed.

get/policy-engine-summaries/{policyEngineId}

Path parameters

policyEngineIdstring required

The unique identifier of the policy engine to retrieve the summary for. This must be a valid policy engine ID that exists within the account.

Response

Success

policyEngineIdstring required

The unique identifier of the policy engine.

namestring required

The customer-assigned name of the policy engine.

createdAtstring date-time required

The timestamp when the policy engine was originally created.

updatedAtstring date-time required

The timestamp when the policy engine was last modified.

policyEngineArnstring required

The Amazon Resource Name (ARN) of the policy engine.

status'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'CREATE_FAILED' | 'UPDATE_FAILED' | 'DELETE_FAILED' required

The current status of the policy engine.

encryptionKeyArnstring

The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.