Learn R Programming

paws.compute (version 0.1.12)

ec2_get_ebs_default_kms_key_id: Describes the default customer master key (CMK) for EBS encryption by default for your account in this Region

Description

Describes the default customer master key (CMK) for EBS encryption by default for your account in this Region. You can change the default CMK for encryption by default using modify_ebs_default_kms_key_id or reset_ebs_default_kms_key_id.

For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

Usage

ec2_get_ebs_default_kms_key_id(DryRun)

Value

A list with the following syntax:

list(
  KmsKeyId = "string"
)

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

Request syntax

svc$get_ebs_default_kms_key_id(
  DryRun = TRUE|FALSE
)