/AWS1/CL_EC2CAPMANAGERDATAEX01¶
Contains information about a Capacity Manager data export configuration, including export settings, delivery status, and recent export activity.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_capmanagerdataexportid TYPE /AWS1/EC2CAPMANAGERDATAEXPID /AWS1/EC2CAPMANAGERDATAEXPID¶
The unique identifier for the data export configuration.
iv_s3bucketname TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The name of the S3 bucket where export files are delivered.
iv_s3bucketprefix TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The S3 key prefix used for organizing export files within the bucket.
iv_schedule TYPE /AWS1/EC2SCHEDULE /AWS1/EC2SCHEDULE¶
The frequency at which data exports are generated.
iv_outputformat TYPE /AWS1/EC2OUTPUTFORMAT /AWS1/EC2OUTPUTFORMAT¶
The file format of the exported data.
iv_createtime TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME¶
The timestamp when the data export configuration was created.
iv_latestdeliverystatus TYPE /AWS1/EC2CAPMANAGERDATAEXPTA00 /AWS1/EC2CAPMANAGERDATAEXPTA00¶
The status of the most recent export delivery.
iv_latestdlvrystatusmessage TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
A message describing the status of the most recent export delivery, including any error details if the delivery failed.
iv_latestdlvrys3locationuri TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The S3 URI of the most recently delivered export file.
iv_latestdeliverytime TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME¶
The timestamp when the most recent export was delivered to S3.
it_tags TYPE /AWS1/CL_EC2TAG=>TT_TAGLIST TT_TAGLIST¶
The tags associated with the data export configuration.
Queryable Attributes¶
CapacityManagerDataExportId¶
The unique identifier for the data export configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPMANAGERDATAEXPORTID() |
Getter for CAPACITYMANAGERDATAEXPORTID, with configurable de |
ASK_CAPMANAGERDATAEXPORTID() |
Getter for CAPACITYMANAGERDATAEXPORTID w/ exceptions if fiel |
HAS_CAPMANAGERDATAEXPORTID() |
Determine if CAPACITYMANAGERDATAEXPORTID has a value |
S3BucketName¶
The name of the S3 bucket where export files are delivered.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKETNAME() |
Getter for S3BUCKETNAME, with configurable default |
ASK_S3BUCKETNAME() |
Getter for S3BUCKETNAME w/ exceptions if field has no value |
HAS_S3BUCKETNAME() |
Determine if S3BUCKETNAME has a value |
S3BucketPrefix¶
The S3 key prefix used for organizing export files within the bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKETPREFIX() |
Getter for S3BUCKETPREFIX, with configurable default |
ASK_S3BUCKETPREFIX() |
Getter for S3BUCKETPREFIX w/ exceptions if field has no valu |
HAS_S3BUCKETPREFIX() |
Determine if S3BUCKETPREFIX has a value |
Schedule¶
The frequency at which data exports are generated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEDULE() |
Getter for SCHEDULE, with configurable default |
ASK_SCHEDULE() |
Getter for SCHEDULE w/ exceptions if field has no value |
HAS_SCHEDULE() |
Determine if SCHEDULE has a value |
OutputFormat¶
The file format of the exported data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTFORMAT() |
Getter for OUTPUTFORMAT, with configurable default |
ASK_OUTPUTFORMAT() |
Getter for OUTPUTFORMAT w/ exceptions if field has no value |
HAS_OUTPUTFORMAT() |
Determine if OUTPUTFORMAT has a value |
CreateTime¶
The timestamp when the data export configuration was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
LatestDeliveryStatus¶
The status of the most recent export delivery.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTDELIVERYSTATUS() |
Getter for LATESTDELIVERYSTATUS, with configurable default |
ASK_LATESTDELIVERYSTATUS() |
Getter for LATESTDELIVERYSTATUS w/ exceptions if field has n |
HAS_LATESTDELIVERYSTATUS() |
Determine if LATESTDELIVERYSTATUS has a value |
LatestDeliveryStatusMessage¶
A message describing the status of the most recent export delivery, including any error details if the delivery failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTDLVRYSTATUSMESSAGE() |
Getter for LATESTDELIVERYSTATUSMESSAGE, with configurable de |
ASK_LATESTDLVRYSTATUSMESSAGE() |
Getter for LATESTDELIVERYSTATUSMESSAGE w/ exceptions if fiel |
HAS_LATESTDLVRYSTATUSMESSAGE() |
Determine if LATESTDELIVERYSTATUSMESSAGE has a value |
LatestDeliveryS3LocationUri¶
The S3 URI of the most recently delivered export file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTDLVRYS3LOCATIONURI() |
Getter for LATESTDELIVERYS3LOCATIONURI, with configurable de |
ASK_LATESTDLVRYS3LOCATIONURI() |
Getter for LATESTDELIVERYS3LOCATIONURI w/ exceptions if fiel |
HAS_LATESTDLVRYS3LOCATIONURI() |
Determine if LATESTDELIVERYS3LOCATIONURI has a value |
LatestDeliveryTime¶
The timestamp when the most recent export was delivered to S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LATESTDELIVERYTIME() |
Getter for LATESTDELIVERYTIME, with configurable default |
ASK_LATESTDELIVERYTIME() |
Getter for LATESTDELIVERYTIME w/ exceptions if field has no |
HAS_LATESTDELIVERYTIME() |
Determine if LATESTDELIVERYTIME has a value |
Tags¶
The tags associated with the data export configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS 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_CAPMANAGERDATAEXPORTRSPSET¶
TYPES TT_CAPMANAGERDATAEXPORTRSPSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2CAPMANAGERDATAEX01 WITH DEFAULT KEY
.