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 DNSTargetResource = DNSTargetResource' {}
- newDNSTargetResource :: DNSTargetResource
- dNSTargetResource_hostedZoneArn :: Lens' DNSTargetResource (Maybe Text)
- dNSTargetResource_recordType :: Lens' DNSTargetResource (Maybe Text)
- dNSTargetResource_targetResource :: Lens' DNSTargetResource (Maybe TargetResource)
- dNSTargetResource_domainName :: Lens' DNSTargetResource (Maybe Text)
- dNSTargetResource_recordSetId :: Lens' DNSTargetResource (Maybe Text)
Documentation
data DNSTargetResource Source #
A component for DNS/Routing Control Readiness Checks
See: newDNSTargetResource
smart constructor.
DNSTargetResource' | |
|
Instances
newDNSTargetResource :: DNSTargetResource Source #
Create a value of DNSTargetResource
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:hostedZoneArn:DNSTargetResource'
, dNSTargetResource_hostedZoneArn
- The Hosted Zone ARN that contains the DNS record with the provided name
of target resource.
$sel:recordType:DNSTargetResource'
, dNSTargetResource_recordType
- The Type of DNS Record of target resource
$sel:targetResource:DNSTargetResource'
, dNSTargetResource_targetResource
- Undocumented member.
$sel:domainName:DNSTargetResource'
, dNSTargetResource_domainName
- The DNS Name that acts as ingress point to a portion of application
$sel:recordSetId:DNSTargetResource'
, dNSTargetResource_recordSetId
- The R53 Set Id to uniquely identify a record given a Name and a Type
dNSTargetResource_hostedZoneArn :: Lens' DNSTargetResource (Maybe Text) Source #
The Hosted Zone ARN that contains the DNS record with the provided name of target resource.
dNSTargetResource_recordType :: Lens' DNSTargetResource (Maybe Text) Source #
The Type of DNS Record of target resource
dNSTargetResource_targetResource :: Lens' DNSTargetResource (Maybe TargetResource) Source #
Undocumented member.
dNSTargetResource_domainName :: Lens' DNSTargetResource (Maybe Text) Source #
The DNS Name that acts as ingress point to a portion of application
dNSTargetResource_recordSetId :: Lens' DNSTargetResource (Maybe Text) Source #
The R53 Set Id to uniquely identify a record given a Name and a Type