Get Ebs Default Kms Key Id
| ec2_get_ebs_default_kms_key_id | R Documentation |
Describes the default KMS key for EBS encryption by default for your account in this Region¶
Description¶
Describes the default KMS key for EBS encryption by default for your account in this Region.
For more information, see Amazon EBS encryption in the Amazon EBS User Guide.
Usage¶
ec2_get_ebs_default_kms_key_id(DryRun)
Arguments¶
DryRun |
Checks whether you have the required permissions for the action,
without actually making the request, and provides an error response. If
you have the required permissions, the error response is
|
Value¶
A list with the following syntax:
list(
KmsKeyId = "string"
)
Request syntax¶
svc$get_ebs_default_kms_key_id(
DryRun = TRUE|FALSE
)