Bedrock Agentcore Control > Structures > KmsConfiguration KmsConfiguration¶ Structure Class¶ KmsConfiguration dataclass ¶ Contains the KMS configuration for a resource. Attributes¶ key_type instance-attribute ¶ key_type: KeyType The type of KMS key (CustomerManagedKey or ServiceManagedKey). kms_key_arn class-attribute instance-attribute ¶ kms_key_arn: str | None = None The Amazon Resource Name (ARN) of the KMS key.