View a markdown version of this page

AwsEncryptionKeyConfigurationInput - Oracle Database@AWS

AwsEncryptionKeyConfigurationInput

The configuration of the AWS Key Management Service (KMS) encryption key to use for an Autonomous Database.

Contents

externalIdType

The type of external identifier associated with the encryption key.

Type: String

Valid Values: database_ocid | compartment_ocid | tenant_ocid

Required: No

iamRoleArn

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants access to the KMS key.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: arn:(?:aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):iam::[0-9]{12}:role/.+

Required: No

kmsKeyId

The identifier or ARN of the AWS KMS key to use for encryption.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: [a-zA-Z0-9_:./-]+

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: