Describes one or more Capacity Manager data export configurations
Source:R/ec2_operations.R
ec2_describe_capacity_manager_data_exports.RdDescribes one or more Capacity Manager data export configurations. Returns information about export settings, delivery status, and recent export activity.
See https://www.paws-r-sdk.com/docs/ec2_describe_capacity_manager_data_exports/ for full documentation.
Usage
ec2_describe_capacity_manager_data_exports(
CapacityManagerDataExportIds = NULL,
MaxResults = NULL,
NextToken = NULL,
DryRun = NULL,
Filters = NULL
)Arguments
- CapacityManagerDataExportIds
The IDs of the data export configurations to describe. If not specified, all export configurations are returned.
- MaxResults
The maximum number of results to return in a single call. If not specified, up to 1000 results are returned.
- NextToken
The token for the next page of results. Use this value in a subsequent call to retrieve additional results.
- DryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Filters
One or more filters to narrow the results. Supported filters include export status, creation date, and S3 bucket name.