IKMSPutKeyPolicyRequest
Interface in AWS.KMS
Interface for PutKeyPolicy requests.
Ancestors
Properties
BypassPolicyLockoutSafetyCheck
property BypassPolicyLockoutSafetyCheck: TOptional<Boolean>
Specify whether to bypass the key policy lockout safety check.
KeyId
property KeyId: string
Specify the Amazon Resource Name (ARN) or ID of a KMS key.
Policy
property Policy: string
Specify the key policy to attach to the KMS key.
PolicyName
property PolicyName: string
Specify a name for the key policy.
The only valid value is default.