amazonka-route53-recovery-readiness-2.0: Amazon Route53 Recovery Readiness SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

Description

 
Synopsis

Documentation

data DNSTargetResource Source #

A component for DNS/routing control readiness checks and architecture checks.

See: newDNSTargetResource smart constructor.

Constructors

DNSTargetResource' 

Fields

Instances

Instances details
FromJSON DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

ToJSON DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

Generic DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

Associated Types

type Rep DNSTargetResource :: Type -> Type #

Read DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

Show DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

NFData DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

Methods

rnf :: DNSTargetResource -> () #

Eq DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

Hashable DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

type Rep DNSTargetResource Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource

type Rep DNSTargetResource = D1 ('MetaData "DNSTargetResource" "Amazonka.Route53RecoveryReadiness.Types.DNSTargetResource" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "DNSTargetResource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hostedZoneArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "recordSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recordType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetResource))))))

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.