/AWS1/CL_AG2ENDPTCONFRESPONSE¶
Represents an endpoint configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_portaldefaultdomainname TYPE /AWS1/AG2__STRINGMIN3MAX256 /AWS1/AG2__STRINGMIN3MAX256¶
The portal default domain name. This domain name is generated and managed by API Gateway.
iv_portaldomainhostedzoneid TYPE /AWS1/AG2__STRINGMIN1MAX64 /AWS1/AG2__STRINGMIN1MAX64¶
The portal domain hosted zone identifier.
Optional arguments:¶
iv_certificatearn TYPE /AWS1/AG2__STRINGMIN10MAX2048 /AWS1/AG2__STRINGMIN10MAX2048¶
The ARN of the ACM certificate.
iv_domainname TYPE /AWS1/AG2__STRINGMIN3MAX256 /AWS1/AG2__STRINGMIN3MAX256¶
The domain name.
Queryable Attributes¶
CertificateArn¶
The ARN of the ACM certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATEARN() |
Getter for CERTIFICATEARN, with configurable default |
ASK_CERTIFICATEARN() |
Getter for CERTIFICATEARN w/ exceptions if field has no valu |
HAS_CERTIFICATEARN() |
Determine if CERTIFICATEARN has a value |
DomainName¶
The domain name.
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 |
PortalDefaultDomainName¶
The portal default domain name. This domain name is generated and managed by API Gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORTALDEFAULTDOMAINNAME() |
Getter for PORTALDEFAULTDOMAINNAME, with configurable defaul |
ASK_PORTALDEFAULTDOMAINNAME() |
Getter for PORTALDEFAULTDOMAINNAME w/ exceptions if field ha |
HAS_PORTALDEFAULTDOMAINNAME() |
Determine if PORTALDEFAULTDOMAINNAME has a value |
PortalDomainHostedZoneId¶
The portal domain hosted zone identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORTALDOMAINHOSTEDZONEID() |
Getter for PORTALDOMAINHOSTEDZONEID, with configurable defau |
ASK_PORTALDOMAINHOSTEDZONEID() |
Getter for PORTALDOMAINHOSTEDZONEID w/ exceptions if field h |
HAS_PORTALDOMAINHOSTEDZONEID() |
Determine if PORTALDOMAINHOSTEDZONEID has a value |