Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Domain = Domain' {
- resourceType :: Maybe ResourceType
- domainEntries :: Maybe [DomainEntry]
- arn :: Maybe Text
- createdAt :: Maybe POSIX
- location :: Maybe ResourceLocation
- name :: Maybe Text
- supportCode :: Maybe Text
- tags :: Maybe [Tag]
- newDomain :: Domain
- domain_resourceType :: Lens' Domain (Maybe ResourceType)
- domain_domainEntries :: Lens' Domain (Maybe [DomainEntry])
- domain_arn :: Lens' Domain (Maybe Text)
- domain_createdAt :: Lens' Domain (Maybe UTCTime)
- domain_location :: Lens' Domain (Maybe ResourceLocation)
- domain_name :: Lens' Domain (Maybe Text)
- domain_supportCode :: Lens' Domain (Maybe Text)
- domain_tags :: Lens' Domain (Maybe [Tag])
Documentation
Describes a domain where you are storing recordsets.
See: newDomain
smart constructor.
Domain' | |
|
Instances
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_resourceType :: Lens' Domain (Maybe ResourceType) Source #
The resource type.
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_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.