Class: Aws::CloudSearch::Types::AccessPoliciesStatus

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

Overview

The configured access rules for the domain’s document and search endpoints, and the current status of those rules.

Instance Attribute Summary collapse

Instance Attribute Details

#optionsString

Access rules for a domain’s document or search service endpoints. For more information, see [Configuring Access for a Search Domain] in the *Amazon CloudSearch Developer Guide*. The maximum size of a policy document is 100 KB.

[1]: docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html

Returns:

  • (String)


29
30
31
32
33
# File 'lib/aws-sdk-cloudsearch/types.rb', line 29

class AccessPoliciesStatus < Struct.new(
  :options,
  :status)
  include Aws::Structure
end

#statusTypes::OptionStatus

The status of domain configuration option.

Returns:



29
30
31
32
33
# File 'lib/aws-sdk-cloudsearch/types.rb', line 29

class AccessPoliciesStatus < Struct.new(
  :options,
  :status)
  include Aws::Structure
end