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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11726

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.



11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11726

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)


11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11726

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)


11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11726

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.



11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11726

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)


11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11726

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.



11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11726

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)


11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11726

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>)


11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11726

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.



11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11726

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.



11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11726

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.



11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11726

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.



11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11726

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