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
5630 5631 5632 5633 5634 5635 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5630 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
5630 5631 5632 5633 5634 5635 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5630 class KeyStoreAccessOption < Struct.new( :key_access_role_arn, :key_store_access_enabled) SENSITIVE = [] include Aws::Structure end |