paws.analytics (version 0.1.0)

cloudsearch_create_domain: Creates a new search domain

Description

Creates a new search domain. For more information, see Creating a Search Domain in the Amazon CloudSearch Developer Guide.

Usage

cloudsearch_create_domain(DomainName)

Arguments

DomainName

[required] A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

Request syntax

svc$create_domain(
  DomainName = "string"
)