1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. securityhub
  5. getAggregatorV2

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

aws-native.securityhub.getAggregatorV2

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

    The AWS::SecurityHub::AggregatorV2 resource represents the AWS Security Hub AggregatorV2 in your account. One aggregatorv2 resource is created for each account in non opt-in region in which you configure region linking mode.

    Using getAggregatorV2

    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 getAggregatorV2(args: GetAggregatorV2Args, opts?: InvokeOptions): Promise<GetAggregatorV2Result>
    function getAggregatorV2Output(args: GetAggregatorV2OutputArgs, opts?: InvokeOptions): Output<GetAggregatorV2Result>
    def get_aggregator_v2(aggregator_v2_arn: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetAggregatorV2Result
    def get_aggregator_v2_output(aggregator_v2_arn: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetAggregatorV2Result]
    func LookupAggregatorV2(ctx *Context, args *LookupAggregatorV2Args, opts ...InvokeOption) (*LookupAggregatorV2Result, error)
    func LookupAggregatorV2Output(ctx *Context, args *LookupAggregatorV2OutputArgs, opts ...InvokeOption) LookupAggregatorV2ResultOutput

    > Note: This function is named LookupAggregatorV2 in the Go SDK.

    public static class GetAggregatorV2 
    {
        public static Task<GetAggregatorV2Result> InvokeAsync(GetAggregatorV2Args args, InvokeOptions? opts = null)
        public static Output<GetAggregatorV2Result> Invoke(GetAggregatorV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAggregatorV2Result> getAggregatorV2(GetAggregatorV2Args args, InvokeOptions options)
    public static Output<GetAggregatorV2Result> getAggregatorV2(GetAggregatorV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:securityhub:getAggregatorV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AggregatorV2Arn string
    The ARN of the AggregatorV2 being created and assigned as the unique identifier
    AggregatorV2Arn string
    The ARN of the AggregatorV2 being created and assigned as the unique identifier
    aggregatorV2Arn String
    The ARN of the AggregatorV2 being created and assigned as the unique identifier
    aggregatorV2Arn string
    The ARN of the AggregatorV2 being created and assigned as the unique identifier
    aggregator_v2_arn str
    The ARN of the AggregatorV2 being created and assigned as the unique identifier
    aggregatorV2Arn String
    The ARN of the AggregatorV2 being created and assigned as the unique identifier

    getAggregatorV2 Result

    The following output properties are available:

    AggregationRegion string
    The aggregation Region of the AggregatorV2
    AggregatorV2Arn string
    The ARN of the AggregatorV2 being created and assigned as the unique identifier
    LinkedRegions List<string>
    The list of included Regions
    RegionLinkingMode Pulumi.AwsNative.SecurityHub.AggregatorV2RegionLinkingMode
    Indicates to link a list of included Regions
    Tags Dictionary<string, string>
    A list of key-value pairs to be applied to the AggregatorV2.
    AggregationRegion string
    The aggregation Region of the AggregatorV2
    AggregatorV2Arn string
    The ARN of the AggregatorV2 being created and assigned as the unique identifier
    LinkedRegions []string
    The list of included Regions
    RegionLinkingMode AggregatorV2RegionLinkingMode
    Indicates to link a list of included Regions
    Tags map[string]string
    A list of key-value pairs to be applied to the AggregatorV2.
    aggregationRegion String
    The aggregation Region of the AggregatorV2
    aggregatorV2Arn String
    The ARN of the AggregatorV2 being created and assigned as the unique identifier
    linkedRegions List<String>
    The list of included Regions
    regionLinkingMode AggregatorV2RegionLinkingMode
    Indicates to link a list of included Regions
    tags Map<String,String>
    A list of key-value pairs to be applied to the AggregatorV2.
    aggregationRegion string
    The aggregation Region of the AggregatorV2
    aggregatorV2Arn string
    The ARN of the AggregatorV2 being created and assigned as the unique identifier
    linkedRegions string[]
    The list of included Regions
    regionLinkingMode AggregatorV2RegionLinkingMode
    Indicates to link a list of included Regions
    tags {[key: string]: string}
    A list of key-value pairs to be applied to the AggregatorV2.
    aggregation_region str
    The aggregation Region of the AggregatorV2
    aggregator_v2_arn str
    The ARN of the AggregatorV2 being created and assigned as the unique identifier
    linked_regions Sequence[str]
    The list of included Regions
    region_linking_mode AggregatorV2RegionLinkingMode
    Indicates to link a list of included Regions
    tags Mapping[str, str]
    A list of key-value pairs to be applied to the AggregatorV2.
    aggregationRegion String
    The aggregation Region of the AggregatorV2
    aggregatorV2Arn String
    The ARN of the AggregatorV2 being created and assigned as the unique identifier
    linkedRegions List<String>
    The list of included Regions
    regionLinkingMode "SPECIFIED_REGIONS"
    Indicates to link a list of included Regions
    tags Map<String>
    A list of key-value pairs to be applied to the AggregatorV2.

    Supporting Types

    AggregatorV2RegionLinkingMode

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi