class Aws::Lightsail::Types::CreateDomainEntryRequest
@note When making an API call, you may pass CreateDomainEntryRequest
data as a hash: { domain_name: "DomainName", # required domain_entry: { # required id: "NonEmptyString", name: "DomainName", target: "string", is_alias: false, type: "DomainEntryType", options: { "DomainEntryOptionsKeys" => "string", }, }, }
@!attribute [rw] domain_name
The domain name (e.g., `example.com`) for which you want to create the domain entry. @return [String]
@!attribute [rw] domain_entry
An array of key-value pairs containing information about the domain entry request. @return [Types::DomainEntry]
@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateDomainEntryRequest AWS API Documentation
Constants
- SENSITIVE