| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource
Description
Synopsis
- data DNSTargetResource = DNSTargetResource' {}
- newDNSTargetResource :: DNSTargetResource
- dNSTargetResource_domainName :: Lens' DNSTargetResource (Maybe Text)
- dNSTargetResource_hostedZoneArn :: Lens' DNSTargetResource (Maybe Text)
- dNSTargetResource_recordSetId :: Lens' DNSTargetResource (Maybe Text)
- dNSTargetResource_recordType :: Lens' DNSTargetResource (Maybe Text)
- dNSTargetResource_targetResource :: Lens' DNSTargetResource (Maybe TargetResource)
Documentation
data DNSTargetResource Source #
A component for DNS/routing control readiness checks and architecture checks.
See: newDNSTargetResource smart constructor.
Constructors
| DNSTargetResource' | |
Fields
| |
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:domainName:DNSTargetResource', dNSTargetResource_domainName - The domain name that acts as an ingress point to a portion of the
customer application.
$sel:hostedZoneArn:DNSTargetResource', dNSTargetResource_hostedZoneArn - The hosted zone Amazon Resource Name (ARN) that contains the DNS record
with the provided name of the target resource.
$sel:recordSetId:DNSTargetResource', dNSTargetResource_recordSetId - The Route 53 record set ID that uniquely identifies a DNS record, given
a name and a type.
$sel:recordType:DNSTargetResource', dNSTargetResource_recordType - The type of DNS record of the target resource.
$sel:targetResource:DNSTargetResource', dNSTargetResource_targetResource - The target resource of the DNS target resource.
dNSTargetResource_domainName :: Lens' DNSTargetResource (Maybe Text) Source #
The domain name that acts as an ingress point to a portion of the customer application.
dNSTargetResource_hostedZoneArn :: Lens' DNSTargetResource (Maybe Text) Source #
The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource.
dNSTargetResource_recordSetId :: Lens' DNSTargetResource (Maybe Text) Source #
The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type.
dNSTargetResource_recordType :: Lens' DNSTargetResource (Maybe Text) Source #
The type of DNS record of the target resource.
dNSTargetResource_targetResource :: Lens' DNSTargetResource (Maybe TargetResource) Source #
The target resource of the DNS target resource.