/AWS1/CL_LSASETUPREQUEST¶
Returns information that was submitted during the SetupInstanceHttps request.
Email information is redacted for privacy.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_instancename TYPE /AWS1/LSARESOURCENAME /AWS1/LSARESOURCENAME¶
The name of the Lightsail instance.
it_domainnames TYPE /AWS1/CL_LSASETUPDOMNAMELIST_W=>TT_SETUPDOMAINNAMELIST TT_SETUPDOMAINNAMELIST¶
The name of the domain and subdomains that the SSL/TLS certificate secures.
iv_certificateprovider TYPE /AWS1/LSACERTIFICATEPROVIDER /AWS1/LSACERTIFICATEPROVIDER¶
The Certificate Authority (CA) that issues the SSL/TLS certificate.
Queryable Attributes¶
instanceName¶
The name of the Lightsail instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCENAME() |
Getter for INSTANCENAME, with configurable default |
ASK_INSTANCENAME() |
Getter for INSTANCENAME w/ exceptions if field has no value |
HAS_INSTANCENAME() |
Determine if INSTANCENAME has a value |
domainNames¶
The name of the domain and subdomains that the SSL/TLS certificate secures.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINNAMES() |
Getter for DOMAINNAMES, with configurable default |
ASK_DOMAINNAMES() |
Getter for DOMAINNAMES w/ exceptions if field has no value |
HAS_DOMAINNAMES() |
Determine if DOMAINNAMES has a value |
certificateProvider¶
The Certificate Authority (CA) that issues the SSL/TLS certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATEPROVIDER() |
Getter for CERTIFICATEPROVIDER, with configurable default |
ASK_CERTIFICATEPROVIDER() |
Getter for CERTIFICATEPROVIDER w/ exceptions if field has no |
HAS_CERTIFICATEPROVIDER() |
Determine if CERTIFICATEPROVIDER has a value |