Skip to content

/AWS1/CL_EC2GETCAPMANAGERATT01

GetCapacityManagerAttributesResult

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_capacitymanagerstatus TYPE /AWS1/EC2CAPACITYMANAGERSTATUS /AWS1/EC2CAPACITYMANAGERSTATUS

The current status of Capacity Manager.

iv_organizationsaccess TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

Indicates whether Organizations access is enabled for cross-account data aggregation.

iv_dataexportcount TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER

The number of active data export configurations for this account. This count includes all data exports regardless of their current delivery status.

iv_ingestionstatus TYPE /AWS1/EC2INGESTIONSTATUS /AWS1/EC2INGESTIONSTATUS

The current data ingestion status. Initial ingestion may take several hours after enabling Capacity Manager.

iv_ingestionstatusmessage TYPE /AWS1/EC2STRING /AWS1/EC2STRING

A descriptive message providing additional details about the current ingestion status. This may include error information if ingestion has failed or progress details during initial setup.

iv_earliestdatapointtsmp TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME

The timestamp of the earliest data point available in Capacity Manager, in milliseconds since epoch. This indicates how far back historical data is available for queries.

iv_latestdatapointtimestamp TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME

The timestamp of the most recent data point ingested by Capacity Manager, in milliseconds since epoch. This indicates how current your capacity data is.


Queryable Attributes

CapacityManagerStatus

The current status of Capacity Manager.

Accessible with the following methods

Method Description
GET_CAPACITYMANAGERSTATUS() Getter for CAPACITYMANAGERSTATUS, with configurable default
ASK_CAPACITYMANAGERSTATUS() Getter for CAPACITYMANAGERSTATUS w/ exceptions if field has
HAS_CAPACITYMANAGERSTATUS() Determine if CAPACITYMANAGERSTATUS has a value

OrganizationsAccess

Indicates whether Organizations access is enabled for cross-account data aggregation.

Accessible with the following methods

Method Description
GET_ORGANIZATIONSACCESS() Getter for ORGANIZATIONSACCESS, with configurable default
ASK_ORGANIZATIONSACCESS() Getter for ORGANIZATIONSACCESS w/ exceptions if field has no
HAS_ORGANIZATIONSACCESS() Determine if ORGANIZATIONSACCESS has a value

DataExportCount

The number of active data export configurations for this account. This count includes all data exports regardless of their current delivery status.

Accessible with the following methods

Method Description
GET_DATAEXPORTCOUNT() Getter for DATAEXPORTCOUNT, with configurable default
ASK_DATAEXPORTCOUNT() Getter for DATAEXPORTCOUNT w/ exceptions if field has no val
HAS_DATAEXPORTCOUNT() Determine if DATAEXPORTCOUNT has a value

IngestionStatus

The current data ingestion status. Initial ingestion may take several hours after enabling Capacity Manager.

Accessible with the following methods

Method Description
GET_INGESTIONSTATUS() Getter for INGESTIONSTATUS, with configurable default
ASK_INGESTIONSTATUS() Getter for INGESTIONSTATUS w/ exceptions if field has no val
HAS_INGESTIONSTATUS() Determine if INGESTIONSTATUS has a value

IngestionStatusMessage

A descriptive message providing additional details about the current ingestion status. This may include error information if ingestion has failed or progress details during initial setup.

Accessible with the following methods

Method Description
GET_INGESTIONSTATUSMESSAGE() Getter for INGESTIONSTATUSMESSAGE, with configurable default
ASK_INGESTIONSTATUSMESSAGE() Getter for INGESTIONSTATUSMESSAGE w/ exceptions if field has
HAS_INGESTIONSTATUSMESSAGE() Determine if INGESTIONSTATUSMESSAGE has a value

EarliestDatapointTimestamp

The timestamp of the earliest data point available in Capacity Manager, in milliseconds since epoch. This indicates how far back historical data is available for queries.

Accessible with the following methods

Method Description
GET_EARLIESTDATAPOINTTSMP() Getter for EARLIESTDATAPOINTTIMESTAMP, with configurable def
ASK_EARLIESTDATAPOINTTSMP() Getter for EARLIESTDATAPOINTTIMESTAMP w/ exceptions if field
HAS_EARLIESTDATAPOINTTSMP() Determine if EARLIESTDATAPOINTTIMESTAMP has a value

LatestDatapointTimestamp

The timestamp of the most recent data point ingested by Capacity Manager, in milliseconds since epoch. This indicates how current your capacity data is.

Accessible with the following methods

Method Description
GET_LATESTDATAPOINTTIMESTAMP() Getter for LATESTDATAPOINTTIMESTAMP, with configurable defau
ASK_LATESTDATAPOINTTIMESTAMP() Getter for LATESTDATAPOINTTIMESTAMP w/ exceptions if field h
HAS_LATESTDATAPOINTTIMESTAMP() Determine if LATESTDATAPOINTTIMESTAMP has a value