/AWS1/CL_EL2CERTIFICATE¶
Information about an SSL server certificate.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_certificatearn TYPE /AWS1/EL2CERTIFICATEARN /AWS1/EL2CERTIFICATEARN¶
The Amazon Resource Name (ARN) of the certificate.
iv_isdefault TYPE /AWS1/EL2DEFAULT /AWS1/EL2DEFAULT¶
Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.
Queryable Attributes¶
CertificateArn¶
The Amazon Resource Name (ARN) of the 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 |
IsDefault¶
Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISDEFAULT() |
Getter for ISDEFAULT, with configurable default |
ASK_ISDEFAULT() |
Getter for ISDEFAULT w/ exceptions if field has no value |
HAS_ISDEFAULT() |
Determine if ISDEFAULT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CERTIFICATELIST¶
TYPES TT_CERTIFICATELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EL2CERTIFICATE WITH DEFAULT KEY
.