aws-native.configuration.getAggregationAuthorization
Explore with Pulumi AI
Resource Type definition for AWS::Config::AggregationAuthorization
Using getAggregationAuthorization
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAggregationAuthorization(args: GetAggregationAuthorizationArgs, opts?: InvokeOptions): Promise<GetAggregationAuthorizationResult>
function getAggregationAuthorizationOutput(args: GetAggregationAuthorizationOutputArgs, opts?: InvokeOptions): Output<GetAggregationAuthorizationResult>
def get_aggregation_authorization(authorized_account_id: Optional[str] = None,
authorized_aws_region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAggregationAuthorizationResult
def get_aggregation_authorization_output(authorized_account_id: Optional[pulumi.Input[str]] = None,
authorized_aws_region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAggregationAuthorizationResult]
func LookupAggregationAuthorization(ctx *Context, args *LookupAggregationAuthorizationArgs, opts ...InvokeOption) (*LookupAggregationAuthorizationResult, error)
func LookupAggregationAuthorizationOutput(ctx *Context, args *LookupAggregationAuthorizationOutputArgs, opts ...InvokeOption) LookupAggregationAuthorizationResultOutput
> Note: This function is named LookupAggregationAuthorization
in the Go SDK.
public static class GetAggregationAuthorization
{
public static Task<GetAggregationAuthorizationResult> InvokeAsync(GetAggregationAuthorizationArgs args, InvokeOptions? opts = null)
public static Output<GetAggregationAuthorizationResult> Invoke(GetAggregationAuthorizationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAggregationAuthorizationResult> getAggregationAuthorization(GetAggregationAuthorizationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:configuration:getAggregationAuthorization
arguments:
# arguments dictionary
The following arguments are supported:
- string
The 12-digit account ID of the account authorized to aggregate data.
- string
The region authorized to collect aggregated data.
- string
The 12-digit account ID of the account authorized to aggregate data.
- string
The region authorized to collect aggregated data.
- String
The 12-digit account ID of the account authorized to aggregate data.
- String
The region authorized to collect aggregated data.
- string
The 12-digit account ID of the account authorized to aggregate data.
- string
The region authorized to collect aggregated data.
- str
The 12-digit account ID of the account authorized to aggregate data.
- str
The region authorized to collect aggregated data.
- String
The 12-digit account ID of the account authorized to aggregate data.
- String
The region authorized to collect aggregated data.
getAggregationAuthorization Result
The following output properties are available:
- string
The ARN of the AggregationAuthorization.
- List<Pulumi.
Aws Native. Configuration. Outputs. Aggregation Authorization Tag> The tags for the AggregationAuthorization.
- string
The ARN of the AggregationAuthorization.
- []Aggregation
Authorization Tag The tags for the AggregationAuthorization.
- String
The ARN of the AggregationAuthorization.
- List<Aggregation
Authorization Tag> The tags for the AggregationAuthorization.
- string
The ARN of the AggregationAuthorization.
- Aggregation
Authorization Tag[] The tags for the AggregationAuthorization.
- str
The ARN of the AggregationAuthorization.
- Sequence[Aggregation
Authorization Tag] The tags for the AggregationAuthorization.
- String
The ARN of the AggregationAuthorization.
- List<Property Map>
The tags for the AggregationAuthorization.
Supporting Types
AggregationAuthorizationTag
- Key string
The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0