/AWS1/CL_APRDESCRCUSTOMDOMSRSP¶
DescribeCustomDomainsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_dnstarget TYPE /AWS1/APRSTRING /AWS1/APRSTRING¶
The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this target name.
iv_servicearn TYPE /AWS1/APRAPPRUNNERRESOURCEARN /AWS1/APRAPPRUNNERRESOURCEARN¶
The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.
it_customdomains TYPE /AWS1/CL_APRCUSTOMDOMAIN=>TT_CUSTOMDOMAINLIST TT_CUSTOMDOMAINLIST¶
A list of descriptions of custom domain names that are associated with the service. In a paginated request, the request returns up to
MaxResultsrecords per call.
it_vpcdnstargets TYPE /AWS1/CL_APRVPCDNSTARGET=>TT_VPCDNSTARGETLIST TT_VPCDNSTARGETLIST¶
DNS Target records for the custom domains of this Amazon VPC.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/APRSTRING /AWS1/APRSTRING¶
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
Queryable Attributes¶
DNSTarget¶
The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this target name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DNSTARGET() |
Getter for DNSTARGET, with configurable default |
ASK_DNSTARGET() |
Getter for DNSTARGET w/ exceptions if field has no value |
HAS_DNSTARGET() |
Determine if DNSTARGET has a value |
ServiceArn¶
The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEARN() |
Getter for SERVICEARN, with configurable default |
ASK_SERVICEARN() |
Getter for SERVICEARN w/ exceptions if field has no value |
HAS_SERVICEARN() |
Determine if SERVICEARN has a value |
CustomDomains¶
A list of descriptions of custom domain names that are associated with the service. In a paginated request, the request returns up to
MaxResultsrecords per call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMDOMAINS() |
Getter for CUSTOMDOMAINS, with configurable default |
ASK_CUSTOMDOMAINS() |
Getter for CUSTOMDOMAINS w/ exceptions if field has no value |
HAS_CUSTOMDOMAINS() |
Determine if CUSTOMDOMAINS has a value |
VpcDNSTargets¶
DNS Target records for the custom domains of this Amazon VPC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCDNSTARGETS() |
Getter for VPCDNSTARGETS, with configurable default |
ASK_VPCDNSTARGETS() |
Getter for VPCDNSTARGETS w/ exceptions if field has no value |
HAS_VPCDNSTARGETS() |
Determine if VPCDNSTARGETS has a value |
NextToken¶
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |