Class: Aws::ElasticsearchService::Types::ElasticsearchDomainConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ElasticsearchDomainConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
The configuration of an Elasticsearch domain.
Instance Attribute Summary collapse
-
#access_policies ⇒ Types::AccessPoliciesStatus
IAM access policy as a JSON-formatted string.
-
#advanced_options ⇒ Types::AdvancedOptionsStatus
Specifies the ‘AdvancedOptions` for the domain.
-
#ebs_options ⇒ Types::EBSOptionsStatus
Specifies the ‘EBSOptions` for the Elasticsearch domain.
-
#elasticsearch_cluster_config ⇒ Types::ElasticsearchClusterConfigStatus
Specifies the ‘ElasticsearchClusterConfig` for the Elasticsearch domain.
-
#elasticsearch_version ⇒ Types::ElasticsearchVersionStatus
String of format X.Y to specify version for the Elasticsearch domain.
-
#snapshot_options ⇒ Types::SnapshotOptionsStatus
Specifies the ‘SnapshotOptions` for the Elasticsearch domain.
Instance Attribute Details
#access_policies ⇒ Types::AccessPoliciesStatus
IAM access policy as a JSON-formatted string.
581 582 583 584 585 586 587 588 589 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 581 class ElasticsearchDomainConfig < Struct.new( :elasticsearch_version, :elasticsearch_cluster_config, :ebs_options, :access_policies, :snapshot_options, :advanced_options) include Aws::Structure end |
#advanced_options ⇒ Types::AdvancedOptionsStatus
Specifies the ‘AdvancedOptions` for the domain. See [Configuring Advanced Options] for more information.
581 582 583 584 585 586 587 588 589 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 581 class ElasticsearchDomainConfig < Struct.new( :elasticsearch_version, :elasticsearch_cluster_config, :ebs_options, :access_policies, :snapshot_options, :advanced_options) include Aws::Structure end |
#ebs_options ⇒ Types::EBSOptionsStatus
Specifies the ‘EBSOptions` for the Elasticsearch domain.
581 582 583 584 585 586 587 588 589 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 581 class ElasticsearchDomainConfig < Struct.new( :elasticsearch_version, :elasticsearch_cluster_config, :ebs_options, :access_policies, :snapshot_options, :advanced_options) include Aws::Structure end |
#elasticsearch_cluster_config ⇒ Types::ElasticsearchClusterConfigStatus
Specifies the ‘ElasticsearchClusterConfig` for the Elasticsearch domain.
581 582 583 584 585 586 587 588 589 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 581 class ElasticsearchDomainConfig < Struct.new( :elasticsearch_version, :elasticsearch_cluster_config, :ebs_options, :access_policies, :snapshot_options, :advanced_options) include Aws::Structure end |
#elasticsearch_version ⇒ Types::ElasticsearchVersionStatus
String of format X.Y to specify version for the Elasticsearch domain.
581 582 583 584 585 586 587 588 589 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 581 class ElasticsearchDomainConfig < Struct.new( :elasticsearch_version, :elasticsearch_cluster_config, :ebs_options, :access_policies, :snapshot_options, :advanced_options) include Aws::Structure end |
#snapshot_options ⇒ Types::SnapshotOptionsStatus
Specifies the ‘SnapshotOptions` for the Elasticsearch domain.
581 582 583 584 585 586 587 588 589 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 581 class ElasticsearchDomainConfig < Struct.new( :elasticsearch_version, :elasticsearch_cluster_config, :ebs_options, :access_policies, :snapshot_options, :advanced_options) include Aws::Structure end |