AggregationAuthorizationArgs

data class AggregationAuthorizationArgs(val authorizedAccountId: Output<String>? = null, val authorizedAwsRegion: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<AggregationAuthorizationArgs>

Resource Type definition for AWS::Config::AggregationAuthorization

Constructors

Link copied to clipboard
constructor(authorizedAccountId: Output<String>? = null, authorizedAwsRegion: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val authorizedAccountId: Output<String>? = null

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

Link copied to clipboard
val authorizedAwsRegion: Output<String>? = null

The region authorized to collect aggregated data.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags for the AggregationAuthorization.

Functions

Link copied to clipboard
open override fun toJava(): AggregationAuthorizationArgs