GetDomainPlainArgs

data class GetDomainPlainArgs(val domainName: String) : ConvertibleToJava<GetDomainPlainArgs>

Constructors

Link copied to clipboard
constructor(domainName: String)

Properties

Link copied to clipboard

A name for the OpenSearch Service domain. The name must have a minimum length of 3 and a maximum length of 28. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the domain name. For more information, see Name Type . Required when creating a new domain.

Functions

Link copied to clipboard
open override fun toJava(): GetDomainPlainArgs