Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Provides information about domain access control options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Enables fine-grained access control.

Returns:

  • (Boolean)


15219
15220
15221
15222
15223
15224
15225
# File 'lib/aws-sdk-securityhub/types.rb', line 15219

class AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails < Struct.new(
  :enabled,
  :internal_user_database_enabled,
  :master_user_options)
  SENSITIVE = []
  include Aws::Structure
end

#internal_user_database_enabledBoolean

Enables the internal user database.

Returns:

  • (Boolean)


15219
15220
15221
15222
15223
15224
15225
# File 'lib/aws-sdk-securityhub/types.rb', line 15219

class AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails < Struct.new(
  :enabled,
  :internal_user_database_enabled,
  :master_user_options)
  SENSITIVE = []
  include Aws::Structure
end

#master_user_optionsTypes::AwsOpenSearchServiceDomainMasterUserOptionsDetails

Specifies information about the master user of the domain.



15219
15220
15221
15222
15223
15224
15225
# File 'lib/aws-sdk-securityhub/types.rb', line 15219

class AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails < Struct.new(
  :enabled,
  :internal_user_database_enabled,
  :master_user_options)
  SENSITIVE = []
  include Aws::Structure
end