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)


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_enabledBoolean

This indicates whether Key Store access is enabled

Returns:

  • (Boolean)


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