Class: Aws::ElasticsearchService::Types::AccessPoliciesStatus

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsString

The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See [ Configuring Access Policies]for more information.

[1]: docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-access-policies

Returns:

  • (String)


63
64
65
66
67
68
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 63

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

#statusTypes::OptionStatus

The status of the access policy for the Elasticsearch domain. See ‘OptionStatus` for the status information that’s included.

Returns:



63
64
65
66
67
68
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 63

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