class Aws::ForecastService::Types::EncryptionConfig
An AWS Key Management Service (KMS) key and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key. You can specify this optional object in the CreateDataset and CreatePredictor requests.
@note When making an API call, you may pass EncryptionConfig
data as a hash: { role_arn: "Arn", # required kms_key_arn: "KMSKeyArn", # required }
@!attribute [rw] role_arn
The ARN of the IAM role that Amazon Forecast can assume to access the AWS KMS key. Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an `InvalidInputException` error. @return [String]
@!attribute [rw] kms_key_arn
The Amazon Resource Name (ARN) of the KMS key. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/EncryptionConfig AWS API Documentation
Constants
- SENSITIVE