EncryptionContext¶
Structure Class¶
EncryptionContext
dataclass
¶
Encryption context for a Domain.
Attributes¶
encryption_type
instance-attribute
¶
encryption_type: EncryptionType
The type of encryption key used.
kms_key_arn
class-attribute
instance-attribute
¶
kms_key_arn: str | None = None
The ARN of the KMS key. Only present when encryptionType is CUSTOMER_MANAGED_KEY.