simpledb_create_domain: The CreateDomain operation creates a new domain

View source: R/simpledb_operations.R

simpledb_create_domainR Documentation

The CreateDomain operation creates a new domain

Description

The create_domain operation creates a new domain. The domain name should be unique among the domains associated with the Access Key ID provided in the request. The create_domain operation may take 10 or more seconds to complete.

See https://www.paws-r-sdk.com/docs/simpledb_create_domain/ for full documentation.

Usage

simpledb_create_domain(DomainName)

Arguments

DomainName

[required] The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.