Class: Aws::OpenSearchService::Types::KeyStoreAccessOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::KeyStoreAccessOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The configuration parameters to enable access to the key store required by the package.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_access_role_arn ⇒ String
Role ARN to access the KeyStore Key.
-
#key_store_access_enabled ⇒ Boolean
This indicates whether Key Store access is enabled.
Instance Attribute Details
#key_access_role_arn ⇒ String
Role ARN to access the KeyStore Key
4694 4695 4696 4697 4698 4699 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4694 class KeyStoreAccessOption < Struct.new( :key_access_role_arn, :key_store_access_enabled) SENSITIVE = [] include Aws::Structure end |
#key_store_access_enabled ⇒ Boolean
This indicates whether Key Store access is enabled
4694 4695 4696 4697 4698 4699 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4694 class KeyStoreAccessOption < Struct.new( :key_access_role_arn, :key_store_access_enabled) SENSITIVE = [] include Aws::Structure end |