ec2_start_declarative_policies_report: Generates an account status report

View source: R/ec2_operations.R

ec2_start_declarative_policies_reportR Documentation

Generates an account status report

Description

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.

Usage

ec2_start_declarative_policies_report(
  DryRun = NULL,
  S3Bucket,
  S3Prefix = NULL,
  TargetId,
  TagSpecifications = NULL
)

Arguments

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 is UnauthorizedOperation.

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:

  • For root: r-ab12

  • For OU: ou-ab12-cdef1234

  • For account: 123456789012

TagSpecifications

The tags to apply.


paws.compute documentation built on April 4, 2025, 5:47 a.m.