Delete Capacity Manager Data Export
| ec2_delete_capacity_manager_data_export | R Documentation |
Deletes an existing Capacity Manager data export configuration¶
Description¶
Deletes an existing Capacity Manager data export configuration. This stops future scheduled exports but does not delete previously exported files from S3.
Usage¶
ec2_delete_capacity_manager_data_export(CapacityManagerDataExportId,
DryRun)
Arguments¶
CapacityManagerDataExportId |
[required] The unique identifier of the data export configuration to delete. |
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
|
Value¶
A list with the following syntax:
list(
CapacityManagerDataExportId = "string"
)
Request syntax¶
svc$delete_capacity_manager_data_export(
CapacityManagerDataExportId = "string",
DryRun = TRUE|FALSE
)