AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the PutAggregationAuthorization operation. Authorizes the aggregator account and region to collect data from the source account and region.

PutAggregationAuthorization is an idempotent API. Subsequent requests won’t create a duplicate resource if one was already created. If a following request has different tags values, Config will ignore these differences and treat it as an idempotent request of the previous. In this case, tags will not be updated, even if they are different.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ConfigService.AmazonConfigServiceRequest
      Amazon.ConfigService.Model.PutAggregationAuthorizationRequest

Namespace: Amazon.ConfigService.Model
Assembly: AWSSDK.ConfigService.dll
Version: 3.x.y.z

Syntax

C#
public class PutAggregationAuthorizationRequest : AmazonConfigServiceRequest
         IAmazonWebServiceRequest

The PutAggregationAuthorizationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AuthorizedAccountId System.String

Gets and sets the property AuthorizedAccountId.

The 12-digit account ID of the account authorized to aggregate data.

Public Property AuthorizedAwsRegion System.String

Gets and sets the property AuthorizedAwsRegion.

The region authorized to collect aggregated data.

Public Property Tags System.Collections.Generic.List<Amazon.ConfigService.Model.Tag>

Gets and sets the property Tags.

An array of tag object.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5