Class: Aws::BedrockAgentCoreControl::Types::KmsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::KmsConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Contains the KMS configuration for a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_type ⇒ String
The type of KMS key (CustomerManagedKey or ServiceManagedKey).
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key.
Instance Attribute Details
#key_type ⇒ String
The type of KMS key (CustomerManagedKey or ServiceManagedKey).
2792 2793 2794 2795 2796 2797 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2792 class KmsConfiguration < Struct.new( :key_type, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key.
2792 2793 2794 2795 2796 2797 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2792 class KmsConfiguration < Struct.new( :key_type, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |