View source: R/kms_operations.R
kms_get_key_policy | R Documentation |
Gets a key policy attached to the specified KMS key.
See https://www.paws-r-sdk.com/docs/kms_get_key_policy/ for full documentation.
kms_get_key_policy(KeyId, PolicyName = NULL)
KeyId |
[required] Gets the key policy for the specified KMS key. Specify the key ID or key ARN of the KMS key. For example:
To get the key ID and key ARN for a KMS key, use
|
PolicyName |
Specifies the name of the key policy. If no policy name is specified,
the default value is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.