Class: Aws::OpenSearchService::Types::KeyStoreAccessOption

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#key_access_role_arnString

Role ARN to access the KeyStore Key

Returns:

  • (String)


5161
5162
5163
5164
5165
5166
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5161

class KeyStoreAccessOption < Struct.new(
  :key_access_role_arn,
  :key_store_access_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#key_store_access_enabledBoolean

This indicates whether Key Store access is enabled

Returns:

  • (Boolean)


5161
5162
5163
5164
5165
5166
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5161

class KeyStoreAccessOption < Struct.new(
  :key_access_role_arn,
  :key_store_access_enabled)
  SENSITIVE = []
  include Aws::Structure
end