GetAggregationAuthorizationPlainArgs

data class GetAggregationAuthorizationPlainArgs(val authorizedAccountId: String, val authorizedAwsRegion: String) : ConvertibleToJava<GetAggregationAuthorizationPlainArgs>

Constructors

Link copied to clipboard
constructor(authorizedAccountId: String, authorizedAwsRegion: String)

Properties

Link copied to clipboard

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

Link copied to clipboard

The region authorized to collect aggregated data.

Functions

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