Interface IAggregationAuthorizationReference
A reference to a AggregationAuthorization resource.
Namespace: Amazon.CDK.Interfaces.Config
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAggregationAuthorizationReference
Syntax (vb)
Public Interface IAggregationAuthorizationReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Config;
var aggregationAuthorizationReference = new AggregationAuthorizationReference {
AggregationAuthorizationArn = "aggregationAuthorizationArn",
AuthorizedAccountId = "authorizedAccountId",
AuthorizedAwsRegion = "authorizedAwsRegion"
};
Synopsis
Properties
| AggregationAuthorizationArn | The ARN of the AggregationAuthorization resource. |
| AuthorizedAccountId | The AuthorizedAccountId of the AggregationAuthorization resource. |
| AuthorizedAwsRegion | The AuthorizedAwsRegion of the AggregationAuthorization resource. |
Properties
AggregationAuthorizationArn
The ARN of the AggregationAuthorization resource.
string AggregationAuthorizationArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
AuthorizedAccountId
The AuthorizedAccountId of the AggregationAuthorization resource.
string AuthorizedAccountId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
AuthorizedAwsRegion
The AuthorizedAwsRegion of the AggregationAuthorization resource.
string AuthorizedAwsRegion { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated