@Stability(value=Stable) public static final class CfnAggregationAuthorization.Builder extends Object implements software.amazon.jsii.Builder<CfnAggregationAuthorization>
CfnAggregationAuthorization.| Modifier and Type | Method and Description |
|---|---|
CfnAggregationAuthorization.Builder |
authorizedAccountId(String authorizedAccountId)
`AWS::Config::AggregationAuthorization.AuthorizedAccountId`.
|
CfnAggregationAuthorization.Builder |
authorizedAwsRegion(String authorizedAwsRegion)
`AWS::Config::AggregationAuthorization.AuthorizedAwsRegion`.
|
CfnAggregationAuthorization |
build() |
static CfnAggregationAuthorization.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAggregationAuthorization.Builder |
tags(List<? extends CfnTag> tags)
`AWS::Config::AggregationAuthorization.Tags`.
|
@Stability(value=Stable) public static CfnAggregationAuthorization.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnAggregationAuthorization.Builder.@Stability(value=Stable) public CfnAggregationAuthorization.Builder authorizedAccountId(String authorizedAccountId)
authorizedAccountId - `AWS::Config::AggregationAuthorization.AuthorizedAccountId`. This parameter is required.this@Stability(value=Stable) public CfnAggregationAuthorization.Builder authorizedAwsRegion(String authorizedAwsRegion)
authorizedAwsRegion - `AWS::Config::AggregationAuthorization.AuthorizedAwsRegion`. This parameter is required.this@Stability(value=Stable) public CfnAggregationAuthorization.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::Config::AggregationAuthorization.Tags`. This parameter is required.this@Stability(value=Stable) public CfnAggregationAuthorization build()
build in interface software.amazon.jsii.Builder<CfnAggregationAuthorization>Copyright © 2021. All rights reserved.