Skip to content

Delete Pending Aggregation Request

configservice_delete_pending_aggregation_request R Documentation

Deletes pending authorization requests for a specified aggregator account in a specified region

Description

Deletes pending authorization requests for a specified aggregator account in a specified region.

Usage

configservice_delete_pending_aggregation_request(RequesterAccountId,
  RequesterAwsRegion)

Arguments

RequesterAccountId

[required] The 12-digit account ID of the account requesting to aggregate data.

RequesterAwsRegion

[required] The region requesting to aggregate data.

Value

An empty list.

Request syntax

svc$delete_pending_aggregation_request(
  RequesterAccountId = "string",
  RequesterAwsRegion = "string"
)