Skip to content

/AWS1/CL_R5EDNSTARGETRESOURCE

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

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_DOMAINNAME TYPE /AWS1/R5E__STRING /AWS1/R5E__STRING

The domain name that acts as an ingress point to a portion of the customer application.

IV_HOSTEDZONEARN TYPE /AWS1/R5E__STRING /AWS1/R5E__STRING

The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource.

IV_RECORDSETID TYPE /AWS1/R5E__STRING /AWS1/R5E__STRING

The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type.

IV_RECORDTYPE TYPE /AWS1/R5E__STRING /AWS1/R5E__STRING

The type of DNS record of the target resource.

IO_TARGETRESOURCE TYPE REF TO /AWS1/CL_R5ETARGETRESOURCE /AWS1/CL_R5ETARGETRESOURCE

The target resource of the DNS target resource.


Queryable Attributes

DomainName

The domain name that acts as an ingress point to a portion of the customer application.

Accessible with the following methods

Method Description
GET_DOMAINNAME() Getter for DOMAINNAME, with configurable default
ASK_DOMAINNAME() Getter for DOMAINNAME w/ exceptions if field has no value
HAS_DOMAINNAME() Determine if DOMAINNAME has a value

HostedZoneArn

The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource.

Accessible with the following methods

Method Description
GET_HOSTEDZONEARN() Getter for HOSTEDZONEARN, with configurable default
ASK_HOSTEDZONEARN() Getter for HOSTEDZONEARN w/ exceptions if field has no value
HAS_HOSTEDZONEARN() Determine if HOSTEDZONEARN has a value

RecordSetId

The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type.

Accessible with the following methods

Method Description
GET_RECORDSETID() Getter for RECORDSETID, with configurable default
ASK_RECORDSETID() Getter for RECORDSETID w/ exceptions if field has no value
HAS_RECORDSETID() Determine if RECORDSETID has a value

RecordType

The type of DNS record of the target resource.

Accessible with the following methods

Method Description
GET_RECORDTYPE() Getter for RECORDTYPE, with configurable default
ASK_RECORDTYPE() Getter for RECORDTYPE w/ exceptions if field has no value
HAS_RECORDTYPE() Determine if RECORDTYPE has a value

TargetResource

The target resource of the DNS target resource.

Accessible with the following methods

Method Description
GET_TARGETRESOURCE() Getter for TARGETRESOURCE