Skip to content

/AWS1/CL_MPBCERTASSOCSUMMARY

Describes a summary of a certificate association.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_acmcertificatearn TYPE /AWS1/MPBACMCERTIFICATEARN /AWS1/MPBACMCERTIFICATEARN

The Amazon Resource Name (ARN) of the ACM certificate.

iv_status TYPE /AWS1/MPBCERTASSOCSTATUS /AWS1/MPBCERTASSOCSTATUS

The status of the certificate association.

Optional arguments:

iv_associatedat TYPE /AWS1/MPBTIMESTAMP /AWS1/MPBTIMESTAMP

The timestamp of when the certificate was associated.

iv_updatedat TYPE /AWS1/MPBTIMESTAMP /AWS1/MPBTIMESTAMP

The timestamp of when the certificate association was last updated.


Queryable Attributes

acmCertificateArn

The Amazon Resource Name (ARN) of the ACM certificate.

Accessible with the following methods

Method Description
GET_ACMCERTIFICATEARN() Getter for ACMCERTIFICATEARN, with configurable default
ASK_ACMCERTIFICATEARN() Getter for ACMCERTIFICATEARN w/ exceptions if field has no v
HAS_ACMCERTIFICATEARN() Determine if ACMCERTIFICATEARN has a value

status

The status of the certificate association.

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

associatedAt

The timestamp of when the certificate was associated.

Accessible with the following methods

Method Description
GET_ASSOCIATEDAT() Getter for ASSOCIATEDAT, with configurable default
ASK_ASSOCIATEDAT() Getter for ASSOCIATEDAT w/ exceptions if field has no value
HAS_ASSOCIATEDAT() Determine if ASSOCIATEDAT has a value

updatedAt

The timestamp of when the certificate association was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT 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_CERTIFICATEASSOCSUMMARYLIST

TYPES TT_CERTIFICATEASSOCSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPBCERTASSOCSUMMARY WITH DEFAULT KEY
.