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)


14955
14956
14957
14958
14959
14960
14961
# File 'lib/aws-sdk-securityhub/types.rb', line 14955

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)


14955
14956
14957
14958
14959
14960
14961
# File 'lib/aws-sdk-securityhub/types.rb', line 14955

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.



14955
14956
14957
14958
14959
14960
14961
# File 'lib/aws-sdk-securityhub/types.rb', line 14955

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