Skip to main content

IKMSListKeyPoliciesResponse

Interface in AWS.KMS

Interface for ListKeyPolicies responses.

Ancestors

Properties

NextMarker

property NextMarker: string

Specifies a value to use as a Marker in subsequent requests to retrieve further results when Truncated is True.

PolicyNames

property PolicyNames: TList<string>

A list of key policy names. The only valid value is default.

Truncated

property Truncated: TOptional<Boolean>

Specifies if the results have been truncated.

If True, use NextMarker in a subsequent call to ListKeyPolicies to retrieve further results.