libZSservicesZSamazonka-lightsailZSamazonka-lightsail
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Lightsail.Types.Domain

Description

 
Synopsis

Documentation

data Domain Source #

Describes a domain where you are storing recordsets.

See: newDomain smart constructor.

Constructors

Domain' 

Fields

Instances

Instances details
Eq Domain Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Domain

Methods

(==) :: Domain -> Domain -> Bool #

(/=) :: Domain -> Domain -> Bool #

Read Domain Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Domain

Show Domain Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Domain

Generic Domain Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Domain

Associated Types

type Rep Domain :: Type -> Type #

Methods

from :: Domain -> Rep Domain x #

to :: Rep Domain x -> Domain #

NFData Domain Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Domain

Methods

rnf :: Domain -> () #

Hashable Domain Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Domain

Methods

hashWithSalt :: Int -> Domain -> Int #

hash :: Domain -> Int #

FromJSON Domain Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Domain

type Rep Domain Source # 
Instance details

Defined in Amazonka.Lightsail.Types.Domain

newDomain :: Domain Source #

Create a value of Domain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceType:Domain', domain_resourceType - The resource type.

$sel:domainEntries:Domain', domain_domainEntries - An array of key-value pairs containing information about the domain entries.

$sel:arn:Domain', domain_arn - The Amazon Resource Name (ARN) of the domain recordset (e.g., arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE).

$sel:createdAt:Domain', domain_createdAt - The date when the domain recordset was created.

$sel:location:Domain', domain_location - The AWS Region and Availability Zones where the domain recordset was created.

$sel:name:Domain', domain_name - The name of the domain.

$sel:supportCode:Domain', domain_supportCode - The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

$sel:tags:Domain', domain_tags - The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.

domain_domainEntries :: Lens' Domain (Maybe [DomainEntry]) Source #

An array of key-value pairs containing information about the domain entries.

domain_arn :: Lens' Domain (Maybe Text) Source #

The Amazon Resource Name (ARN) of the domain recordset (e.g., arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE).

domain_createdAt :: Lens' Domain (Maybe UTCTime) Source #

The date when the domain recordset was created.

domain_location :: Lens' Domain (Maybe ResourceLocation) Source #

The AWS Region and Availability Zones where the domain recordset was created.

domain_name :: Lens' Domain (Maybe Text) Source #

The name of the domain.

domain_supportCode :: Lens' Domain (Maybe Text) Source #

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

domain_tags :: Lens' Domain (Maybe [Tag]) Source #

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.