View source: R/ec2_operations.R
ec2_start_declarative_policies_report | R Documentation |
Generates an account status report. The report is generated asynchronously, and can take several hours to complete.
See https://www.paws-r-sdk.com/docs/ec2_start_declarative_policies_report/ for full documentation.
ec2_start_declarative_policies_report(
DryRun = NULL,
S3Bucket,
S3Prefix = NULL,
TargetId,
TagSpecifications = NULL
)
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 |
S3Bucket |
[required] The name of the S3 bucket where the report will be saved. The bucket must be in the same Region where the report generation request is made. |
S3Prefix |
The prefix for your S3 object. |
TargetId |
[required] The root ID, organizational unit ID, or account ID. Format:
|
TagSpecifications |
The tags to apply. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.