Class: Aws::SecurityHub::Types::AwsElasticsearchDomainDetails

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

Overview

Information about an Elasticsearch domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_policiesString

IAM policy document specifying the access policies for the new Elasticsearch domain.

Returns:

  • (String)


12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
# File 'lib/aws-sdk-securityhub/types.rb', line 12152

class AwsElasticsearchDomainDetails < Struct.new(
  :access_policies,
  :domain_endpoint_options,
  :domain_id,
  :domain_name,
  :endpoint,
  :endpoints,
  :elasticsearch_version,
  :elasticsearch_cluster_config,
  :encryption_at_rest_options,
  :log_publishing_options,
  :node_to_node_encryption_options,
  :service_software_options,
  :vpc_options)
  SENSITIVE = []
  include Aws::Structure
end

#domain_endpoint_optionsTypes::AwsElasticsearchDomainDomainEndpointOptions

Additional options for the domain endpoint.



12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
# File 'lib/aws-sdk-securityhub/types.rb', line 12152

class AwsElasticsearchDomainDetails < Struct.new(
  :access_policies,
  :domain_endpoint_options,
  :domain_id,
  :domain_name,
  :endpoint,
  :endpoints,
  :elasticsearch_version,
  :elasticsearch_cluster_config,
  :encryption_at_rest_options,
  :log_publishing_options,
  :node_to_node_encryption_options,
  :service_software_options,
  :vpc_options)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

Unique identifier for an Elasticsearch domain.

Returns:

  • (String)


12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
# File 'lib/aws-sdk-securityhub/types.rb', line 12152

class AwsElasticsearchDomainDetails < Struct.new(
  :access_policies,
  :domain_endpoint_options,
  :domain_id,
  :domain_name,
  :endpoint,
  :endpoints,
  :elasticsearch_version,
  :elasticsearch_cluster_config,
  :encryption_at_rest_options,
  :log_publishing_options,
  :node_to_node_encryption_options,
  :service_software_options,
  :vpc_options)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

Name of an Elasticsearch domain.

Domain names are unique across all domains owned by the same account within an Amazon Web Services Region.

Domain names must start with a lowercase letter and must be between 3 and 28 characters.

Valid characters are a-z (lowercase only), 0-9, and – (hyphen).

Returns:

  • (String)


12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
# File 'lib/aws-sdk-securityhub/types.rb', line 12152

class AwsElasticsearchDomainDetails < Struct.new(
  :access_policies,
  :domain_endpoint_options,
  :domain_id,
  :domain_name,
  :endpoint,
  :endpoints,
  :elasticsearch_version,
  :elasticsearch_cluster_config,
  :encryption_at_rest_options,
  :log_publishing_options,
  :node_to_node_encryption_options,
  :service_software_options,
  :vpc_options)
  SENSITIVE = []
  include Aws::Structure
end

#elasticsearch_cluster_configTypes::AwsElasticsearchDomainElasticsearchClusterConfigDetails

Information about an OpenSearch cluster configuration.



12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
# File 'lib/aws-sdk-securityhub/types.rb', line 12152

class AwsElasticsearchDomainDetails < Struct.new(
  :access_policies,
  :domain_endpoint_options,
  :domain_id,
  :domain_name,
  :endpoint,
  :endpoints,
  :elasticsearch_version,
  :elasticsearch_cluster_config,
  :encryption_at_rest_options,
  :log_publishing_options,
  :node_to_node_encryption_options,
  :service_software_options,
  :vpc_options)
  SENSITIVE = []
  include Aws::Structure
end

#elasticsearch_versionString

OpenSearch version.

Returns:

  • (String)


12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
# File 'lib/aws-sdk-securityhub/types.rb', line 12152

class AwsElasticsearchDomainDetails < Struct.new(
  :access_policies,
  :domain_endpoint_options,
  :domain_id,
  :domain_name,
  :endpoint,
  :endpoints,
  :elasticsearch_version,
  :elasticsearch_cluster_config,
  :encryption_at_rest_options,
  :log_publishing_options,
  :node_to_node_encryption_options,
  :service_software_options,
  :vpc_options)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_at_rest_optionsTypes::AwsElasticsearchDomainEncryptionAtRestOptions

Details about the configuration for encryption at rest.



12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
# File 'lib/aws-sdk-securityhub/types.rb', line 12152

class AwsElasticsearchDomainDetails < Struct.new(
  :access_policies,
  :domain_endpoint_options,
  :domain_id,
  :domain_name,
  :endpoint,
  :endpoints,
  :elasticsearch_version,
  :elasticsearch_cluster_config,
  :encryption_at_rest_options,
  :log_publishing_options,
  :node_to_node_encryption_options,
  :service_software_options,
  :vpc_options)
  SENSITIVE = []
  include Aws::Structure
end

#endpointString

Domain-specific endpoint used to submit index, search, and data upload requests to an Elasticsearch domain.

The endpoint is a service URL.

Returns:

  • (String)


12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
# File 'lib/aws-sdk-securityhub/types.rb', line 12152

class AwsElasticsearchDomainDetails < Struct.new(
  :access_policies,
  :domain_endpoint_options,
  :domain_id,
  :domain_name,
  :endpoint,
  :endpoints,
  :elasticsearch_version,
  :elasticsearch_cluster_config,
  :encryption_at_rest_options,
  :log_publishing_options,
  :node_to_node_encryption_options,
  :service_software_options,
  :vpc_options)
  SENSITIVE = []
  include Aws::Structure
end

#endpointsHash<String,String>

The key-value pair that exists if the Elasticsearch domain uses VPC endpoints.

Returns:

  • (Hash<String,String>)


12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
# File 'lib/aws-sdk-securityhub/types.rb', line 12152

class AwsElasticsearchDomainDetails < Struct.new(
  :access_policies,
  :domain_endpoint_options,
  :domain_id,
  :domain_name,
  :endpoint,
  :endpoints,
  :elasticsearch_version,
  :elasticsearch_cluster_config,
  :encryption_at_rest_options,
  :log_publishing_options,
  :node_to_node_encryption_options,
  :service_software_options,
  :vpc_options)
  SENSITIVE = []
  include Aws::Structure
end

#log_publishing_optionsTypes::AwsElasticsearchDomainLogPublishingOptions

Configures the CloudWatch Logs to publish for the Elasticsearch domain.



12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
# File 'lib/aws-sdk-securityhub/types.rb', line 12152

class AwsElasticsearchDomainDetails < Struct.new(
  :access_policies,
  :domain_endpoint_options,
  :domain_id,
  :domain_name,
  :endpoint,
  :endpoints,
  :elasticsearch_version,
  :elasticsearch_cluster_config,
  :encryption_at_rest_options,
  :log_publishing_options,
  :node_to_node_encryption_options,
  :service_software_options,
  :vpc_options)
  SENSITIVE = []
  include Aws::Structure
end

#node_to_node_encryption_optionsTypes::AwsElasticsearchDomainNodeToNodeEncryptionOptions

Details about the configuration for node-to-node encryption.



12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
# File 'lib/aws-sdk-securityhub/types.rb', line 12152

class AwsElasticsearchDomainDetails < Struct.new(
  :access_policies,
  :domain_endpoint_options,
  :domain_id,
  :domain_name,
  :endpoint,
  :endpoints,
  :elasticsearch_version,
  :elasticsearch_cluster_config,
  :encryption_at_rest_options,
  :log_publishing_options,
  :node_to_node_encryption_options,
  :service_software_options,
  :vpc_options)
  SENSITIVE = []
  include Aws::Structure
end

#service_software_optionsTypes::AwsElasticsearchDomainServiceSoftwareOptions

Information about the status of a domain relative to the latest service software.



12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
# File 'lib/aws-sdk-securityhub/types.rb', line 12152

class AwsElasticsearchDomainDetails < Struct.new(
  :access_policies,
  :domain_endpoint_options,
  :domain_id,
  :domain_name,
  :endpoint,
  :endpoints,
  :elasticsearch_version,
  :elasticsearch_cluster_config,
  :encryption_at_rest_options,
  :log_publishing_options,
  :node_to_node_encryption_options,
  :service_software_options,
  :vpc_options)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_optionsTypes::AwsElasticsearchDomainVPCOptions

Information that OpenSearch derives based on ‘VPCOptions` for the domain.



12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
# File 'lib/aws-sdk-securityhub/types.rb', line 12152

class AwsElasticsearchDomainDetails < Struct.new(
  :access_policies,
  :domain_endpoint_options,
  :domain_id,
  :domain_name,
  :endpoint,
  :endpoints,
  :elasticsearch_version,
  :elasticsearch_cluster_config,
  :encryption_at_rest_options,
  :log_publishing_options,
  :node_to_node_encryption_options,
  :service_software_options,
  :vpc_options)
  SENSITIVE = []
  include Aws::Structure
end