class
Amazonite::CloudWatch::AssociateDatasetKmsKeyInput
- Amazonite::CloudWatch::AssociateDatasetKmsKeyInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/associate_dataset_kms_key_input.crConstructors
- .new(dataset_identifier : String, kms_key_arn : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#dataset_identifier : String
Specifies the identifier of the dataset that you want to associate the KMS key with.
-
#dataset_identifier=(dataset_identifier : String)
Specifies the identifier of the dataset that you want to associate the KMS key with.
-
#hash(hasher)
See
Object#hash(hasher) -
#kms_key_arn : String
Specifies the Amazon Resource Name (ARN) of the customer managed KMS key to associate with the dataset.
-
#kms_key_arn=(kms_key_arn : String)
Specifies the Amazon Resource Name (ARN) of the customer managed KMS key to associate with the dataset.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies the identifier of the dataset that you want to associate the KMS key with. For the
default dataset, you can specify either default or the full dataset Amazon Resource Name
(ARN) in the format arn:aws:cloudwatch:*Region*:*account-id*:dataset/default.
Specifies the identifier of the dataset that you want to associate the KMS key with. For the
default dataset, you can specify either default or the full dataset Amazon Resource Name
(ARN) in the format arn:aws:cloudwatch:*Region*:*account-id*:dataset/default.
Specifies the Amazon Resource Name (ARN) of the customer managed KMS key to associate with the
dataset. The key must be a symmetric encryption KMS key (SYMMETRIC_DEFAULT) in the same Amazon
Web Services Region as the dataset.
The ARN must be in the format arn:aws:kms:*Region*:*account-id*:key/*key-id* . Key IDs,
aliases, and alias ARNs are not accepted.
For more information about KMS key ARNs, see Key ARN in the Amazon Web Services Key Management Service Developer Guide.
Specifies the Amazon Resource Name (ARN) of the customer managed KMS key to associate with the
dataset. The key must be a symmetric encryption KMS key (SYMMETRIC_DEFAULT) in the same Amazon
Web Services Region as the dataset.
The ARN must be in the format arn:aws:kms:*Region*:*account-id*:key/*key-id* . Key IDs,
aliases, and alias ARNs are not accepted.
For more information about KMS key ARNs, see Key ARN in the Amazon Web Services Key Management Service Developer Guide.