Class: Aws::Types::AwsElasticsearchDomainDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_policies::String

Returns the value of attribute access_policies.

Returns:

  • (::String)


2587
2588
2589
# File 'sig/types.rbs', line 2587

def access_policies
  @access_policies
end

#domain_endpoint_optionsTypes::AwsElasticsearchDomainDomainEndpointOptions

Returns the value of attribute domain_endpoint_options.



2588
2589
2590
# File 'sig/types.rbs', line 2588

def domain_endpoint_options
  @domain_endpoint_options
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2589
2590
2591
# File 'sig/types.rbs', line 2589

def domain_id
  @domain_id
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2590
2591
2592
# File 'sig/types.rbs', line 2590

def domain_name
  @domain_name
end

#elasticsearch_cluster_configTypes::AwsElasticsearchDomainElasticsearchClusterConfigDetails

Returns the value of attribute elasticsearch_cluster_config.



2594
2595
2596
# File 'sig/types.rbs', line 2594

def elasticsearch_cluster_config
  @elasticsearch_cluster_config
end

#elasticsearch_version::String

Returns the value of attribute elasticsearch_version.

Returns:

  • (::String)


2593
2594
2595
# File 'sig/types.rbs', line 2593

def elasticsearch_version
  @elasticsearch_version
end

#encryption_at_rest_optionsTypes::AwsElasticsearchDomainEncryptionAtRestOptions

Returns the value of attribute encryption_at_rest_options.



2595
2596
2597
# File 'sig/types.rbs', line 2595

def encryption_at_rest_options
  @encryption_at_rest_options
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


2591
2592
2593
# File 'sig/types.rbs', line 2591

def endpoint
  @endpoint
end

#endpoints::Hash[::String, ::String]

Returns the value of attribute endpoints.

Returns:

  • (::Hash[::String, ::String])


2592
2593
2594
# File 'sig/types.rbs', line 2592

def endpoints
  @endpoints
end

#log_publishing_optionsTypes::AwsElasticsearchDomainLogPublishingOptions

Returns the value of attribute log_publishing_options.



2596
2597
2598
# File 'sig/types.rbs', line 2596

def log_publishing_options
  @log_publishing_options
end

#node_to_node_encryption_optionsTypes::AwsElasticsearchDomainNodeToNodeEncryptionOptions

Returns the value of attribute node_to_node_encryption_options.



2597
2598
2599
# File 'sig/types.rbs', line 2597

def node_to_node_encryption_options
  @node_to_node_encryption_options
end

#service_software_optionsTypes::AwsElasticsearchDomainServiceSoftwareOptions

Returns the value of attribute service_software_options.



2598
2599
2600
# File 'sig/types.rbs', line 2598

def service_software_options
  @service_software_options
end

#vpc_optionsTypes::AwsElasticsearchDomainVPCOptions

Returns the value of attribute vpc_options.



2599
2600
2601
# File 'sig/types.rbs', line 2599

def vpc_options
  @vpc_options
end