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)


4899
4900
4901
4902
4903
4904
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4899

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)


4899
4900
4901
4902
4903
4904
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4899

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