class Aws::ElasticsearchService::Client
def create_elasticsearch_domain(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
create_elasticsearch_domain(params = {})
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateElasticsearchDomainResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:tag_list
(Array
) -- -
:auto_tune_options
(Types::AutoTuneOptionsInput
) -- -
:advanced_security_options
(Types::AdvancedSecurityOptionsInput
) -- -
:domain_endpoint_options
(Types::DomainEndpointOptions
) -- -
:log_publishing_options
(Hash
) -- -
:advanced_options
(Hash
) -- -
:node_to_node_encryption_options
(Types::NodeToNodeEncryptionOptions
) -- -
:encryption_at_rest_options
(Types::EncryptionAtRestOptions
) -- -
:cognito_options
(Types::CognitoOptions
) -- -
:vpc_options
(Types::VPCOptions
) -- -
:snapshot_options
(Types::SnapshotOptions
) -- -
:access_policies
(String
) -- -
:ebs_options
(Types::EBSOptions
) -- -
:elasticsearch_cluster_config
(Types::ElasticsearchClusterConfig
) -- -
:elasticsearch_version
(String
) -- -
:domain_name
(required, String
) --
def create_elasticsearch_domain(params = {}, options = {}) req = build_request(:create_elasticsearch_domain, params) req.send_request(options) end