@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.716Z") @Stability(value=Stable) public interface CfnAggregationAuthorizationProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.config.*;
CfnAggregationAuthorizationProps cfnAggregationAuthorizationProps = CfnAggregationAuthorizationProps.builder()
.authorizedAccountId("authorizedAccountId")
.authorizedAwsRegion("authorizedAwsRegion")
// the properties below are optional
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAggregationAuthorizationProps.Builder
A builder for
CfnAggregationAuthorizationProps |
static class |
CfnAggregationAuthorizationProps.Jsii$Proxy
An implementation for
CfnAggregationAuthorizationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAggregationAuthorizationProps.Builder |
builder() |
String |
getAuthorizedAccountId()
The 12-digit account ID of the account authorized to aggregate data.
|
String |
getAuthorizedAwsRegion()
The region authorized to collect aggregated data.
|
default List<CfnTag> |
getTags()
An array of tag object.
|
@Stability(value=Stable) @NotNull String getAuthorizedAccountId()
@Stability(value=Stable) @NotNull String getAuthorizedAwsRegion()
@Stability(value=Stable) static CfnAggregationAuthorizationProps.Builder builder()
Copyright © 2022. All rights reserved.