/AWS1/CL_ACMACMCERTMETADATA¶
Contains ACM-specific metadata about a certificate.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_createdat TYPE /AWS1/ACMTSTAMP /AWS1/ACMTSTAMP¶
The time at which the certificate was requested.
iv_exported TYPE /AWS1/ACMNULLABLEBOOLEAN /AWS1/ACMNULLABLEBOOLEAN¶
Indicates whether the certificate has been exported.
iv_importedat TYPE /AWS1/ACMTSTAMP /AWS1/ACMTSTAMP¶
The date and time when the certificate was imported. This value exists only when the certificate type is
IMPORTED.
iv_inuse TYPE /AWS1/ACMNULLABLEBOOLEAN /AWS1/ACMNULLABLEBOOLEAN¶
Indicates whether the certificate is currently in use by an Amazon Web Services service.
iv_issuedat TYPE /AWS1/ACMTSTAMP /AWS1/ACMTSTAMP¶
The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED.
iv_renewaleligibility TYPE /AWS1/ACMRENEWALELIGIBILITY /AWS1/ACMRENEWALELIGIBILITY¶
Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.
iv_revokedat TYPE /AWS1/ACMTSTAMP /AWS1/ACMTSTAMP¶
The time at which the certificate was revoked. This value exists only when the certificate status is
REVOKED.
iv_status TYPE /AWS1/ACMCERTIFICATESTATUS /AWS1/ACMCERTIFICATESTATUS¶
The status of the certificate.
A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.
iv_renewalstatus TYPE /AWS1/ACMRENEWALSTATUS /AWS1/ACMRENEWALSTATUS¶
The renewal status of the certificate.
iv_type TYPE /AWS1/ACMCERTIFICATETYPE /AWS1/ACMCERTIFICATETYPE¶
The source of the certificate. For certificates provided by ACM, this value is
AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value isIMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the Certificate Manager User Guide.
iv_exportoption TYPE /AWS1/ACMCERTIFICATEEXPORT /AWS1/ACMCERTIFICATEEXPORT¶
Indicates whether the certificate can be exported.
iv_managedby TYPE /AWS1/ACMCERTIFICATEMANAGEDBY /AWS1/ACMCERTIFICATEMANAGEDBY¶
Identifies the Amazon Web Services service that manages the certificate issued by ACM.
iv_validationmethod TYPE /AWS1/ACMVALIDATIONMETHOD /AWS1/ACMVALIDATIONMETHOD¶
Specifies the domain validation method.
Queryable Attributes¶
CreatedAt¶
The time at which the certificate was requested.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
Exported¶
Indicates whether the certificate has been exported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTED() |
Getter for EXPORTED, with configurable default |
ASK_EXPORTED() |
Getter for EXPORTED w/ exceptions if field has no value |
HAS_EXPORTED() |
Determine if EXPORTED has a value |
ImportedAt¶
The date and time when the certificate was imported. This value exists only when the certificate type is
IMPORTED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTEDAT() |
Getter for IMPORTEDAT, with configurable default |
ASK_IMPORTEDAT() |
Getter for IMPORTEDAT w/ exceptions if field has no value |
HAS_IMPORTEDAT() |
Determine if IMPORTEDAT has a value |
InUse¶
Indicates whether the certificate is currently in use by an Amazon Web Services service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INUSE() |
Getter for INUSE, with configurable default |
ASK_INUSE() |
Getter for INUSE w/ exceptions if field has no value |
HAS_INUSE() |
Determine if INUSE has a value |
IssuedAt¶
The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISSUEDAT() |
Getter for ISSUEDAT, with configurable default |
ASK_ISSUEDAT() |
Getter for ISSUEDAT w/ exceptions if field has no value |
HAS_ISSUEDAT() |
Determine if ISSUEDAT has a value |
RenewalEligibility¶
Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RENEWALELIGIBILITY() |
Getter for RENEWALELIGIBILITY, with configurable default |
ASK_RENEWALELIGIBILITY() |
Getter for RENEWALELIGIBILITY w/ exceptions if field has no |
HAS_RENEWALELIGIBILITY() |
Determine if RENEWALELIGIBILITY has a value |
RevokedAt¶
The time at which the certificate was revoked. This value exists only when the certificate status is
REVOKED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVOKEDAT() |
Getter for REVOKEDAT, with configurable default |
ASK_REVOKEDAT() |
Getter for REVOKEDAT w/ exceptions if field has no value |
HAS_REVOKEDAT() |
Determine if REVOKEDAT has a value |
Status¶
The status of the certificate.
A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
RenewalStatus¶
The renewal status of the certificate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RENEWALSTATUS() |
Getter for RENEWALSTATUS, with configurable default |
ASK_RENEWALSTATUS() |
Getter for RENEWALSTATUS w/ exceptions if field has no value |
HAS_RENEWALSTATUS() |
Determine if RENEWALSTATUS has a value |
Type¶
The source of the certificate. For certificates provided by ACM, this value is
AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value isIMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the Certificate Manager User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
ExportOption¶
Indicates whether the certificate can be exported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTOPTION() |
Getter for EXPORTOPTION, with configurable default |
ASK_EXPORTOPTION() |
Getter for EXPORTOPTION w/ exceptions if field has no value |
HAS_EXPORTOPTION() |
Determine if EXPORTOPTION has a value |
ManagedBy¶
Identifies the Amazon Web Services service that manages the certificate issued by ACM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MANAGEDBY() |
Getter for MANAGEDBY, with configurable default |
ASK_MANAGEDBY() |
Getter for MANAGEDBY w/ exceptions if field has no value |
HAS_MANAGEDBY() |
Determine if MANAGEDBY has a value |
ValidationMethod¶
Specifies the domain validation method.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDATIONMETHOD() |
Getter for VALIDATIONMETHOD, with configurable default |
ASK_VALIDATIONMETHOD() |
Getter for VALIDATIONMETHOD w/ exceptions if field has no va |
HAS_VALIDATIONMETHOD() |
Determine if VALIDATIONMETHOD has a value |