@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:36.548Z")
public interface CfnAggregationAuthorizationProps
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() |
java.lang.String |
getAuthorizedAccountId()
The 12-digit account ID of the account authorized to aggregate data.
|
java.lang.String |
getAuthorizedAwsRegion()
The region authorized to collect aggregated data.
|
default java.util.List<CfnTag> |
getTags()
An array of tag object.
|
java.lang.String getAuthorizedAccountId()
java.lang.String getAuthorizedAwsRegion()
default java.util.List<CfnTag> getTags()
static CfnAggregationAuthorizationProps.Builder builder()