1. Packages
  2. Packages
  3. Google Cloud (GCP) Classic
  4. API Docs
  5. storage
  6. getControlProjectIntelligenceFindings
Viewing docs for Google Cloud v9.30.0
published on Monday, Jul 13, 2026 by Pulumi
gcp logo
Viewing docs for Google Cloud v9.30.0
published on Monday, Jul 13, 2026 by Pulumi

    Retrieves a list of Cloud Storage intelligence findings in a specified project and location.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as gcp from "@pulumi/gcp";
    
    const all = gcp.storage.getControlProjectIntelligenceFindings({
        project: "my-project-id",
    });
    
    import pulumi
    import pulumi_gcp as gcp
    
    all = gcp.storage.get_control_project_intelligence_findings(project="my-project-id")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-gcp/sdk/v9/go/gcp/storage"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := storage.GetControlProjectIntelligenceFindings(ctx, &storage.GetControlProjectIntelligenceFindingsArgs{
    			Project: pulumi.StringRef("my-project-id"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Gcp = Pulumi.Gcp;
    
    return await Deployment.RunAsync(() => 
    {
        var all = Gcp.Storage.GetControlProjectIntelligenceFindings.Invoke(new()
        {
            Project = "my-project-id",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.gcp.storage.StorageFunctions;
    import com.pulumi.gcp.storage.inputs.GetControlProjectIntelligenceFindingsArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var all = StorageFunctions.getControlProjectIntelligenceFindings(GetControlProjectIntelligenceFindingsArgs.builder()
                .project("my-project-id")
                .build());
    
        }
    }
    
    variables:
      all:
        fn::invoke:
          function: gcp:storage:getControlProjectIntelligenceFindings
          arguments:
            project: my-project-id
    
    pulumi {
      required_providers {
        gcp = {
          source = "pulumi/gcp"
        }
      }
    }
    
    data "gcp_storage_getcontrolprojectintelligencefindings" "all" {
      project = "my-project-id"
    }
    

    Using getControlProjectIntelligenceFindings

    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 getControlProjectIntelligenceFindings(args: GetControlProjectIntelligenceFindingsArgs, opts?: InvokeOptions): Promise<GetControlProjectIntelligenceFindingsResult>
    function getControlProjectIntelligenceFindingsOutput(args: GetControlProjectIntelligenceFindingsOutputArgs, opts?: InvokeOptions): Output<GetControlProjectIntelligenceFindingsResult>
    def get_control_project_intelligence_findings(filter: Optional[str] = None,
                                                  location: Optional[str] = None,
                                                  page_size: Optional[int] = None,
                                                  project: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetControlProjectIntelligenceFindingsResult
    def get_control_project_intelligence_findings_output(filter: pulumi.Input[Optional[str]] = None,
                                                  location: pulumi.Input[Optional[str]] = None,
                                                  page_size: pulumi.Input[Optional[int]] = None,
                                                  project: pulumi.Input[Optional[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetControlProjectIntelligenceFindingsResult]
    func GetControlProjectIntelligenceFindings(ctx *Context, args *GetControlProjectIntelligenceFindingsArgs, opts ...InvokeOption) (*GetControlProjectIntelligenceFindingsResult, error)
    func GetControlProjectIntelligenceFindingsOutput(ctx *Context, args *GetControlProjectIntelligenceFindingsOutputArgs, opts ...InvokeOption) GetControlProjectIntelligenceFindingsResultOutput

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

    public static class GetControlProjectIntelligenceFindings 
    {
        public static Task<GetControlProjectIntelligenceFindingsResult> InvokeAsync(GetControlProjectIntelligenceFindingsArgs args, InvokeOptions? opts = null)
        public static Output<GetControlProjectIntelligenceFindingsResult> Invoke(GetControlProjectIntelligenceFindingsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetControlProjectIntelligenceFindingsResult> getControlProjectIntelligenceFindings(GetControlProjectIntelligenceFindingsArgs args, InvokeOptions options)
    public static Output<GetControlProjectIntelligenceFindingsResult> getControlProjectIntelligenceFindings(GetControlProjectIntelligenceFindingsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: gcp:storage/getControlProjectIntelligenceFindings:getControlProjectIntelligenceFindings
      arguments:
        # arguments dictionary
    data "gcp_storage_get_control_project_intelligence_findings" "name" {
        # arguments
    }

    The following arguments are supported:

    Filter string
    The filter expression to apply. Supports filtering by type and associated_resources.
    Location string
    The location of the intelligence findings. Currently default value is global and users cannot use for input for now.
    PageSize int
    The maximum number of IntelligenceFinding resources to return. The maximum value is 100; values greater than 100 become 100. The default value is 100.
    Project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    Filter string
    The filter expression to apply. Supports filtering by type and associated_resources.
    Location string
    The location of the intelligence findings. Currently default value is global and users cannot use for input for now.
    PageSize int
    The maximum number of IntelligenceFinding resources to return. The maximum value is 100; values greater than 100 become 100. The default value is 100.
    Project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    filter string
    The filter expression to apply. Supports filtering by type and associated_resources.
    location string
    The location of the intelligence findings. Currently default value is global and users cannot use for input for now.
    page_size number
    The maximum number of IntelligenceFinding resources to return. The maximum value is 100; values greater than 100 become 100. The default value is 100.
    project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    filter String
    The filter expression to apply. Supports filtering by type and associated_resources.
    location String
    The location of the intelligence findings. Currently default value is global and users cannot use for input for now.
    pageSize Integer
    The maximum number of IntelligenceFinding resources to return. The maximum value is 100; values greater than 100 become 100. The default value is 100.
    project String
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    filter string
    The filter expression to apply. Supports filtering by type and associated_resources.
    location string
    The location of the intelligence findings. Currently default value is global and users cannot use for input for now.
    pageSize number
    The maximum number of IntelligenceFinding resources to return. The maximum value is 100; values greater than 100 become 100. The default value is 100.
    project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    filter str
    The filter expression to apply. Supports filtering by type and associated_resources.
    location str
    The location of the intelligence findings. Currently default value is global and users cannot use for input for now.
    page_size int
    The maximum number of IntelligenceFinding resources to return. The maximum value is 100; values greater than 100 become 100. The default value is 100.
    project str
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    filter String
    The filter expression to apply. Supports filtering by type and associated_resources.
    location String
    The location of the intelligence findings. Currently default value is global and users cannot use for input for now.
    pageSize Number
    The maximum number of IntelligenceFinding resources to return. The maximum value is 100; values greater than 100 become 100. The default value is 100.
    project String
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

    getControlProjectIntelligenceFindings Result

    The following output properties are available:

    Findings List<GetControlProjectIntelligenceFindingsFinding>
    The list of intelligence findings. Structure is documented below.
    Id string
    The provider-assigned unique ID for this managed resource.
    Project string
    Filter string
    Location string
    PageSize int
    Findings []GetControlProjectIntelligenceFindingsFinding
    The list of intelligence findings. Structure is documented below.
    Id string
    The provider-assigned unique ID for this managed resource.
    Project string
    Filter string
    Location string
    PageSize int
    findings list(object)
    The list of intelligence findings. Structure is documented below.
    id string
    The provider-assigned unique ID for this managed resource.
    project string
    filter string
    location string
    page_size number
    findings List<GetControlProjectIntelligenceFindingsFinding>
    The list of intelligence findings. Structure is documented below.
    id String
    The provider-assigned unique ID for this managed resource.
    project String
    filter String
    location String
    pageSize Integer
    findings GetControlProjectIntelligenceFindingsFinding[]
    The list of intelligence findings. Structure is documented below.
    id string
    The provider-assigned unique ID for this managed resource.
    project string
    filter string
    location string
    pageSize number
    findings Sequence[GetControlProjectIntelligenceFindingsFinding]
    The list of intelligence findings. Structure is documented below.
    id str
    The provider-assigned unique ID for this managed resource.
    project str
    filter str
    location str
    page_size int
    findings List<Property Map>
    The list of intelligence findings. Structure is documented below.
    id String
    The provider-assigned unique ID for this managed resource.
    project String
    filter String
    location String
    pageSize Number

    Supporting Types

    GetControlProjectIntelligenceFindingsFinding

    AssociatedResources List<string>
    Resources associated with the finding.
    Category string
    The category of the finding.
    ColdlineAndArchivalStorageOperationsSpikes List<GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpike>
    A finding about a spike in Class A or Class B operations on Coldline or Archive Cloud Storage objects. Structure is documented below.
    CreateTime string
    The time at which the finding was created.
    CrossRegionEgressSpikes List<GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpike>
    A finding about a spike in cross-region egress from Cloud Storage. Structure is documented below.
    Description string
    A description of the finding.
    Name string
    The resource name of the finding.
    ObservationPeriods List<GetControlProjectIntelligenceFindingsFindingObservationPeriod>
    The observation period of the finding. Structure is documented below.
    Severity string
    The severity of the finding.
    StorageGrowthAboveTrends List<GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrend>
    A finding about a spike in storage growth (bytes or object count) that is outside the normal historical trend. Structure is documented below.
    TargetResource string
    The resource that the finding is about.
    ThrottledRequestsSpikes List<GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpike>
    A finding about a spike in throttled requests (429 errors) within a project. Structure is documented below.
    Type string
    The type of the finding.
    UpdateTime string
    The time at which the finding was last updated.
    AssociatedResources []string
    Resources associated with the finding.
    Category string
    The category of the finding.
    ColdlineAndArchivalStorageOperationsSpikes []GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpike
    A finding about a spike in Class A or Class B operations on Coldline or Archive Cloud Storage objects. Structure is documented below.
    CreateTime string
    The time at which the finding was created.
    CrossRegionEgressSpikes []GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpike
    A finding about a spike in cross-region egress from Cloud Storage. Structure is documented below.
    Description string
    A description of the finding.
    Name string
    The resource name of the finding.
    ObservationPeriods []GetControlProjectIntelligenceFindingsFindingObservationPeriod
    The observation period of the finding. Structure is documented below.
    Severity string
    The severity of the finding.
    StorageGrowthAboveTrends []GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrend
    A finding about a spike in storage growth (bytes or object count) that is outside the normal historical trend. Structure is documented below.
    TargetResource string
    The resource that the finding is about.
    ThrottledRequestsSpikes []GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpike
    A finding about a spike in throttled requests (429 errors) within a project. Structure is documented below.
    Type string
    The type of the finding.
    UpdateTime string
    The time at which the finding was last updated.
    associated_resources list(string)
    Resources associated with the finding.
    category string
    The category of the finding.
    coldline_and_archival_storage_operations_spikes list(object)
    A finding about a spike in Class A or Class B operations on Coldline or Archive Cloud Storage objects. Structure is documented below.
    create_time string
    The time at which the finding was created.
    cross_region_egress_spikes list(object)
    A finding about a spike in cross-region egress from Cloud Storage. Structure is documented below.
    description string
    A description of the finding.
    name string
    The resource name of the finding.
    observation_periods list(object)
    The observation period of the finding. Structure is documented below.
    severity string
    The severity of the finding.
    storage_growth_above_trends list(object)
    A finding about a spike in storage growth (bytes or object count) that is outside the normal historical trend. Structure is documented below.
    target_resource string
    The resource that the finding is about.
    throttled_requests_spikes list(object)
    A finding about a spike in throttled requests (429 errors) within a project. Structure is documented below.
    type string
    The type of the finding.
    update_time string
    The time at which the finding was last updated.
    associatedResources List<String>
    Resources associated with the finding.
    category String
    The category of the finding.
    coldlineAndArchivalStorageOperationsSpikes List<GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpike>
    A finding about a spike in Class A or Class B operations on Coldline or Archive Cloud Storage objects. Structure is documented below.
    createTime String
    The time at which the finding was created.
    crossRegionEgressSpikes List<GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpike>
    A finding about a spike in cross-region egress from Cloud Storage. Structure is documented below.
    description String
    A description of the finding.
    name String
    The resource name of the finding.
    observationPeriods List<GetControlProjectIntelligenceFindingsFindingObservationPeriod>
    The observation period of the finding. Structure is documented below.
    severity String
    The severity of the finding.
    storageGrowthAboveTrends List<GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrend>
    A finding about a spike in storage growth (bytes or object count) that is outside the normal historical trend. Structure is documented below.
    targetResource String
    The resource that the finding is about.
    throttledRequestsSpikes List<GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpike>
    A finding about a spike in throttled requests (429 errors) within a project. Structure is documented below.
    type String
    The type of the finding.
    updateTime String
    The time at which the finding was last updated.
    associatedResources string[]
    Resources associated with the finding.
    category string
    The category of the finding.
    coldlineAndArchivalStorageOperationsSpikes GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpike[]
    A finding about a spike in Class A or Class B operations on Coldline or Archive Cloud Storage objects. Structure is documented below.
    createTime string
    The time at which the finding was created.
    crossRegionEgressSpikes GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpike[]
    A finding about a spike in cross-region egress from Cloud Storage. Structure is documented below.
    description string
    A description of the finding.
    name string
    The resource name of the finding.
    observationPeriods GetControlProjectIntelligenceFindingsFindingObservationPeriod[]
    The observation period of the finding. Structure is documented below.
    severity string
    The severity of the finding.
    storageGrowthAboveTrends GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrend[]
    A finding about a spike in storage growth (bytes or object count) that is outside the normal historical trend. Structure is documented below.
    targetResource string
    The resource that the finding is about.
    throttledRequestsSpikes GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpike[]
    A finding about a spike in throttled requests (429 errors) within a project. Structure is documented below.
    type string
    The type of the finding.
    updateTime string
    The time at which the finding was last updated.
    associated_resources Sequence[str]
    Resources associated with the finding.
    category str
    The category of the finding.
    coldline_and_archival_storage_operations_spikes Sequence[GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpike]
    A finding about a spike in Class A or Class B operations on Coldline or Archive Cloud Storage objects. Structure is documented below.
    create_time str
    The time at which the finding was created.
    cross_region_egress_spikes Sequence[GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpike]
    A finding about a spike in cross-region egress from Cloud Storage. Structure is documented below.
    description str
    A description of the finding.
    name str
    The resource name of the finding.
    observation_periods Sequence[GetControlProjectIntelligenceFindingsFindingObservationPeriod]
    The observation period of the finding. Structure is documented below.
    severity str
    The severity of the finding.
    storage_growth_above_trends Sequence[GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrend]
    A finding about a spike in storage growth (bytes or object count) that is outside the normal historical trend. Structure is documented below.
    target_resource str
    The resource that the finding is about.
    throttled_requests_spikes Sequence[GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpike]
    A finding about a spike in throttled requests (429 errors) within a project. Structure is documented below.
    type str
    The type of the finding.
    update_time str
    The time at which the finding was last updated.
    associatedResources List<String>
    Resources associated with the finding.
    category String
    The category of the finding.
    coldlineAndArchivalStorageOperationsSpikes List<Property Map>
    A finding about a spike in Class A or Class B operations on Coldline or Archive Cloud Storage objects. Structure is documented below.
    createTime String
    The time at which the finding was created.
    crossRegionEgressSpikes List<Property Map>
    A finding about a spike in cross-region egress from Cloud Storage. Structure is documented below.
    description String
    A description of the finding.
    name String
    The resource name of the finding.
    observationPeriods List<Property Map>
    The observation period of the finding. Structure is documented below.
    severity String
    The severity of the finding.
    storageGrowthAboveTrends List<Property Map>
    A finding about a spike in storage growth (bytes or object count) that is outside the normal historical trend. Structure is documented below.
    targetResource String
    The resource that the finding is about.
    throttledRequestsSpikes List<Property Map>
    A finding about a spike in throttled requests (429 errors) within a project. Structure is documented below.
    type String
    The type of the finding.
    updateTime String
    The time at which the finding was last updated.

    GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpike

    PercentageIncrease double
    The percentage increase for this prefix.
    TopBuckets List<GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucket>
    The top buckets contributing to the spike. Structure is documented below.
    TotalOperationsCount string
    The total operations count for this prefix.
    PercentageIncrease float64
    The percentage increase for this prefix.
    TopBuckets []GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucket
    The top buckets contributing to the spike. Structure is documented below.
    TotalOperationsCount string
    The total operations count for this prefix.
    percentage_increase number
    The percentage increase for this prefix.
    top_buckets list(object)
    The top buckets contributing to the spike. Structure is documented below.
    total_operations_count string
    The total operations count for this prefix.
    percentageIncrease Double
    The percentage increase for this prefix.
    topBuckets List<GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucket>
    The top buckets contributing to the spike. Structure is documented below.
    totalOperationsCount String
    The total operations count for this prefix.
    percentageIncrease number
    The percentage increase for this prefix.
    topBuckets GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucket[]
    The top buckets contributing to the spike. Structure is documented below.
    totalOperationsCount string
    The total operations count for this prefix.
    percentage_increase float
    The percentage increase for this prefix.
    top_buckets Sequence[GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucket]
    The top buckets contributing to the spike. Structure is documented below.
    total_operations_count str
    The total operations count for this prefix.
    percentageIncrease Number
    The percentage increase for this prefix.
    topBuckets List<Property Map>
    The top buckets contributing to the spike. Structure is documented below.
    totalOperationsCount String
    The total operations count for this prefix.

    GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucket

    Bucket string
    The resource name of the bucket.
    Contributions List<GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors List<GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketError>
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    PercentageIncrease double
    The percentage increase for this prefix.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    TotalStorageGrowthBytes string
    The total storage growth in bytes for this bucket.
    Bucket string
    The resource name of the bucket.
    Contributions []GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContribution
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors []GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketError
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    PercentageIncrease float64
    The percentage increase for this prefix.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    TotalStorageGrowthBytes string
    The total storage growth in bytes for this bucket.
    bucket string
    The resource name of the bucket.
    contributions list(object)
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors list(object)
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentage_increase number
    The percentage increase for this prefix.
    throttled_requests string
    The number of throttled requests for this prefix.
    total_egress_bytes string
    The total egress bytes for this prefix.
    total_operations_count string
    The total operations count for this prefix.
    total_storage_growth_bytes string
    The total storage growth in bytes for this bucket.
    bucket String
    The resource name of the bucket.
    contributions List<GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors List<GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketError>
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentageIncrease Double
    The percentage increase for this prefix.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.
    totalStorageGrowthBytes String
    The total storage growth in bytes for this bucket.
    bucket string
    The resource name of the bucket.
    contributions GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContribution[]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketError[]
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentageIncrease number
    The percentage increase for this prefix.
    throttledRequests string
    The number of throttled requests for this prefix.
    totalEgressBytes string
    The total egress bytes for this prefix.
    totalOperationsCount string
    The total operations count for this prefix.
    totalStorageGrowthBytes string
    The total storage growth in bytes for this bucket.
    bucket str
    The resource name of the bucket.
    contributions Sequence[GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContribution]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors Sequence[GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketError]
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentage_increase float
    The percentage increase for this prefix.
    throttled_requests str
    The number of throttled requests for this prefix.
    total_egress_bytes str
    The total egress bytes for this prefix.
    total_operations_count str
    The total operations count for this prefix.
    total_storage_growth_bytes str
    The total storage growth in bytes for this bucket.
    bucket String
    The resource name of the bucket.
    contributions List<Property Map>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors List<Property Map>
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentageIncrease Number
    The percentage increase for this prefix.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.
    totalStorageGrowthBytes String
    The total storage growth in bytes for this bucket.

    GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContribution

    top_prefixes list(object)
    A list of top prefixes contributing to the finding. Structure is documented below.
    topPrefixes List<Property Map>
    A list of top prefixes contributing to the finding. Structure is documented below.

    GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContributionTopPrefix

    PercentageIncrease double
    The percentage increase for this prefix.
    Prefix string
    The prefix string.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    PercentageIncrease float64
    The percentage increase for this prefix.
    Prefix string
    The prefix string.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    percentage_increase number
    The percentage increase for this prefix.
    prefix string
    The prefix string.
    throttled_requests string
    The number of throttled requests for this prefix.
    total_egress_bytes string
    The total egress bytes for this prefix.
    total_operations_count string
    The total operations count for this prefix.
    percentageIncrease Double
    The percentage increase for this prefix.
    prefix String
    The prefix string.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.
    percentageIncrease number
    The percentage increase for this prefix.
    prefix string
    The prefix string.
    throttledRequests string
    The number of throttled requests for this prefix.
    totalEgressBytes string
    The total egress bytes for this prefix.
    totalOperationsCount string
    The total operations count for this prefix.
    percentage_increase float
    The percentage increase for this prefix.
    prefix str
    The prefix string.
    throttled_requests str
    The number of throttled requests for this prefix.
    total_egress_bytes str
    The total egress bytes for this prefix.
    total_operations_count str
    The total operations count for this prefix.
    percentageIncrease Number
    The percentage increase for this prefix.
    prefix String
    The prefix string.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.

    GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketError

    Code int
    The error code.
    Message string
    The error message.
    Code int
    The error code.
    Message string
    The error message.
    code number
    The error code.
    message string
    The error message.
    code Integer
    The error code.
    message String
    The error message.
    code number
    The error code.
    message string
    The error message.
    code int
    The error code.
    message str
    The error message.
    code Number
    The error code.
    message String
    The error message.

    GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpike

    PercentageIncrease double
    The percentage increase for this prefix.
    TopBuckets List<GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucket>
    The top buckets contributing to the spike. Structure is documented below.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    PercentageIncrease float64
    The percentage increase for this prefix.
    TopBuckets []GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucket
    The top buckets contributing to the spike. Structure is documented below.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    percentage_increase number
    The percentage increase for this prefix.
    top_buckets list(object)
    The top buckets contributing to the spike. Structure is documented below.
    total_egress_bytes string
    The total egress bytes for this prefix.
    percentageIncrease Double
    The percentage increase for this prefix.
    topBuckets List<GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucket>
    The top buckets contributing to the spike. Structure is documented below.
    totalEgressBytes String
    The total egress bytes for this prefix.
    percentageIncrease number
    The percentage increase for this prefix.
    topBuckets GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucket[]
    The top buckets contributing to the spike. Structure is documented below.
    totalEgressBytes string
    The total egress bytes for this prefix.
    percentage_increase float
    The percentage increase for this prefix.
    top_buckets Sequence[GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucket]
    The top buckets contributing to the spike. Structure is documented below.
    total_egress_bytes str
    The total egress bytes for this prefix.
    percentageIncrease Number
    The percentage increase for this prefix.
    topBuckets List<Property Map>
    The top buckets contributing to the spike. Structure is documented below.
    totalEgressBytes String
    The total egress bytes for this prefix.

    GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucket

    Bucket string
    The resource name of the bucket.
    Contributions List<GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors List<GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketError>
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    PercentageIncrease double
    The percentage increase for this prefix.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    TotalStorageGrowthBytes string
    The total storage growth in bytes for this bucket.
    Bucket string
    The resource name of the bucket.
    Contributions []GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContribution
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors []GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketError
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    PercentageIncrease float64
    The percentage increase for this prefix.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    TotalStorageGrowthBytes string
    The total storage growth in bytes for this bucket.
    bucket string
    The resource name of the bucket.
    contributions list(object)
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors list(object)
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentage_increase number
    The percentage increase for this prefix.
    throttled_requests string
    The number of throttled requests for this prefix.
    total_egress_bytes string
    The total egress bytes for this prefix.
    total_operations_count string
    The total operations count for this prefix.
    total_storage_growth_bytes string
    The total storage growth in bytes for this bucket.
    bucket String
    The resource name of the bucket.
    contributions List<GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors List<GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketError>
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentageIncrease Double
    The percentage increase for this prefix.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.
    totalStorageGrowthBytes String
    The total storage growth in bytes for this bucket.
    bucket string
    The resource name of the bucket.
    contributions GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContribution[]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketError[]
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentageIncrease number
    The percentage increase for this prefix.
    throttledRequests string
    The number of throttled requests for this prefix.
    totalEgressBytes string
    The total egress bytes for this prefix.
    totalOperationsCount string
    The total operations count for this prefix.
    totalStorageGrowthBytes string
    The total storage growth in bytes for this bucket.
    bucket str
    The resource name of the bucket.
    contributions Sequence[GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContribution]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors Sequence[GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketError]
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentage_increase float
    The percentage increase for this prefix.
    throttled_requests str
    The number of throttled requests for this prefix.
    total_egress_bytes str
    The total egress bytes for this prefix.
    total_operations_count str
    The total operations count for this prefix.
    total_storage_growth_bytes str
    The total storage growth in bytes for this bucket.
    bucket String
    The resource name of the bucket.
    contributions List<Property Map>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors List<Property Map>
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentageIncrease Number
    The percentage increase for this prefix.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.
    totalStorageGrowthBytes String
    The total storage growth in bytes for this bucket.

    GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContribution

    TopPrefixes List<GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContributionTopPrefix>
    A list of top prefixes contributing to the finding. Structure is documented below.
    TopPrefixes []GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContributionTopPrefix
    A list of top prefixes contributing to the finding. Structure is documented below.
    top_prefixes list(object)
    A list of top prefixes contributing to the finding. Structure is documented below.
    topPrefixes List<GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContributionTopPrefix>
    A list of top prefixes contributing to the finding. Structure is documented below.
    topPrefixes GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContributionTopPrefix[]
    A list of top prefixes contributing to the finding. Structure is documented below.
    top_prefixes Sequence[GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContributionTopPrefix]
    A list of top prefixes contributing to the finding. Structure is documented below.
    topPrefixes List<Property Map>
    A list of top prefixes contributing to the finding. Structure is documented below.

    GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContributionTopPrefix

    PercentageIncrease double
    The percentage increase for this prefix.
    Prefix string
    The prefix string.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    PercentageIncrease float64
    The percentage increase for this prefix.
    Prefix string
    The prefix string.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    percentage_increase number
    The percentage increase for this prefix.
    prefix string
    The prefix string.
    throttled_requests string
    The number of throttled requests for this prefix.
    total_egress_bytes string
    The total egress bytes for this prefix.
    total_operations_count string
    The total operations count for this prefix.
    percentageIncrease Double
    The percentage increase for this prefix.
    prefix String
    The prefix string.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.
    percentageIncrease number
    The percentage increase for this prefix.
    prefix string
    The prefix string.
    throttledRequests string
    The number of throttled requests for this prefix.
    totalEgressBytes string
    The total egress bytes for this prefix.
    totalOperationsCount string
    The total operations count for this prefix.
    percentage_increase float
    The percentage increase for this prefix.
    prefix str
    The prefix string.
    throttled_requests str
    The number of throttled requests for this prefix.
    total_egress_bytes str
    The total egress bytes for this prefix.
    total_operations_count str
    The total operations count for this prefix.
    percentageIncrease Number
    The percentage increase for this prefix.
    prefix String
    The prefix string.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.

    GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketError

    Code int
    The error code.
    Message string
    The error message.
    Code int
    The error code.
    Message string
    The error message.
    code number
    The error code.
    message string
    The error message.
    code Integer
    The error code.
    message String
    The error message.
    code number
    The error code.
    message string
    The error message.
    code int
    The error code.
    message str
    The error message.
    code Number
    The error code.
    message String
    The error message.

    GetControlProjectIntelligenceFindingsFindingObservationPeriod

    EndTime string
    The end time of the observation period.
    StartTime string
    The start time of the observation period.
    EndTime string
    The end time of the observation period.
    StartTime string
    The start time of the observation period.
    end_time string
    The end time of the observation period.
    start_time string
    The start time of the observation period.
    endTime String
    The end time of the observation period.
    startTime String
    The start time of the observation period.
    endTime string
    The end time of the observation period.
    startTime string
    The start time of the observation period.
    end_time str
    The end time of the observation period.
    start_time str
    The start time of the observation period.
    endTime String
    The end time of the observation period.
    startTime String
    The start time of the observation period.

    GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrend

    PercentageIncrease double
    The percentage increase for this prefix.
    TopBuckets List<GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucket>
    The top buckets contributing to the spike. Structure is documented below.
    TotalStorageGrowthBytes string
    The total storage growth in bytes for this bucket.
    PercentageIncrease float64
    The percentage increase for this prefix.
    TopBuckets []GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucket
    The top buckets contributing to the spike. Structure is documented below.
    TotalStorageGrowthBytes string
    The total storage growth in bytes for this bucket.
    percentage_increase number
    The percentage increase for this prefix.
    top_buckets list(object)
    The top buckets contributing to the spike. Structure is documented below.
    total_storage_growth_bytes string
    The total storage growth in bytes for this bucket.
    percentageIncrease Double
    The percentage increase for this prefix.
    topBuckets List<GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucket>
    The top buckets contributing to the spike. Structure is documented below.
    totalStorageGrowthBytes String
    The total storage growth in bytes for this bucket.
    percentageIncrease number
    The percentage increase for this prefix.
    topBuckets GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucket[]
    The top buckets contributing to the spike. Structure is documented below.
    totalStorageGrowthBytes string
    The total storage growth in bytes for this bucket.
    percentage_increase float
    The percentage increase for this prefix.
    top_buckets Sequence[GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucket]
    The top buckets contributing to the spike. Structure is documented below.
    total_storage_growth_bytes str
    The total storage growth in bytes for this bucket.
    percentageIncrease Number
    The percentage increase for this prefix.
    topBuckets List<Property Map>
    The top buckets contributing to the spike. Structure is documented below.
    totalStorageGrowthBytes String
    The total storage growth in bytes for this bucket.

    GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucket

    Bucket string
    The resource name of the bucket.
    Contributions List<GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors List<GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketError>
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    PercentageIncrease double
    The percentage increase for this prefix.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    TotalStorageGrowthBytes string
    The total storage growth in bytes for this bucket.
    Bucket string
    The resource name of the bucket.
    Contributions []GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContribution
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors []GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketError
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    PercentageIncrease float64
    The percentage increase for this prefix.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    TotalStorageGrowthBytes string
    The total storage growth in bytes for this bucket.
    bucket string
    The resource name of the bucket.
    contributions list(object)
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors list(object)
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentage_increase number
    The percentage increase for this prefix.
    throttled_requests string
    The number of throttled requests for this prefix.
    total_egress_bytes string
    The total egress bytes for this prefix.
    total_operations_count string
    The total operations count for this prefix.
    total_storage_growth_bytes string
    The total storage growth in bytes for this bucket.
    bucket String
    The resource name of the bucket.
    contributions List<GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors List<GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketError>
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentageIncrease Double
    The percentage increase for this prefix.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.
    totalStorageGrowthBytes String
    The total storage growth in bytes for this bucket.
    bucket string
    The resource name of the bucket.
    contributions GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContribution[]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketError[]
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentageIncrease number
    The percentage increase for this prefix.
    throttledRequests string
    The number of throttled requests for this prefix.
    totalEgressBytes string
    The total egress bytes for this prefix.
    totalOperationsCount string
    The total operations count for this prefix.
    totalStorageGrowthBytes string
    The total storage growth in bytes for this bucket.
    bucket str
    The resource name of the bucket.
    contributions Sequence[GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContribution]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors Sequence[GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketError]
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentage_increase float
    The percentage increase for this prefix.
    throttled_requests str
    The number of throttled requests for this prefix.
    total_egress_bytes str
    The total egress bytes for this prefix.
    total_operations_count str
    The total operations count for this prefix.
    total_storage_growth_bytes str
    The total storage growth in bytes for this bucket.
    bucket String
    The resource name of the bucket.
    contributions List<Property Map>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors List<Property Map>
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentageIncrease Number
    The percentage increase for this prefix.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.
    totalStorageGrowthBytes String
    The total storage growth in bytes for this bucket.

    GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContribution

    TopPrefixes List<GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContributionTopPrefix>
    A list of top prefixes contributing to the finding. Structure is documented below.
    TopPrefixes []GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContributionTopPrefix
    A list of top prefixes contributing to the finding. Structure is documented below.
    top_prefixes list(object)
    A list of top prefixes contributing to the finding. Structure is documented below.
    topPrefixes List<GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContributionTopPrefix>
    A list of top prefixes contributing to the finding. Structure is documented below.
    topPrefixes GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContributionTopPrefix[]
    A list of top prefixes contributing to the finding. Structure is documented below.
    top_prefixes Sequence[GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContributionTopPrefix]
    A list of top prefixes contributing to the finding. Structure is documented below.
    topPrefixes List<Property Map>
    A list of top prefixes contributing to the finding. Structure is documented below.

    GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContributionTopPrefix

    PercentageIncrease double
    The percentage increase for this prefix.
    Prefix string
    The prefix string.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    PercentageIncrease float64
    The percentage increase for this prefix.
    Prefix string
    The prefix string.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    percentage_increase number
    The percentage increase for this prefix.
    prefix string
    The prefix string.
    throttled_requests string
    The number of throttled requests for this prefix.
    total_egress_bytes string
    The total egress bytes for this prefix.
    total_operations_count string
    The total operations count for this prefix.
    percentageIncrease Double
    The percentage increase for this prefix.
    prefix String
    The prefix string.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.
    percentageIncrease number
    The percentage increase for this prefix.
    prefix string
    The prefix string.
    throttledRequests string
    The number of throttled requests for this prefix.
    totalEgressBytes string
    The total egress bytes for this prefix.
    totalOperationsCount string
    The total operations count for this prefix.
    percentage_increase float
    The percentage increase for this prefix.
    prefix str
    The prefix string.
    throttled_requests str
    The number of throttled requests for this prefix.
    total_egress_bytes str
    The total egress bytes for this prefix.
    total_operations_count str
    The total operations count for this prefix.
    percentageIncrease Number
    The percentage increase for this prefix.
    prefix String
    The prefix string.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.

    GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketError

    Code int
    The error code.
    Message string
    The error message.
    Code int
    The error code.
    Message string
    The error message.
    code number
    The error code.
    message string
    The error message.
    code Integer
    The error code.
    message String
    The error message.
    code number
    The error code.
    message string
    The error message.
    code int
    The error code.
    message str
    The error message.
    code Number
    The error code.
    message String
    The error message.

    GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpike

    PercentageIncrease double
    The percentage increase for this prefix.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TopBuckets List<GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucket>
    The top buckets contributing to the spike. Structure is documented below.
    PercentageIncrease float64
    The percentage increase for this prefix.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TopBuckets []GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucket
    The top buckets contributing to the spike. Structure is documented below.
    percentage_increase number
    The percentage increase for this prefix.
    throttled_requests string
    The number of throttled requests for this prefix.
    top_buckets list(object)
    The top buckets contributing to the spike. Structure is documented below.
    percentageIncrease Double
    The percentage increase for this prefix.
    throttledRequests String
    The number of throttled requests for this prefix.
    topBuckets List<GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucket>
    The top buckets contributing to the spike. Structure is documented below.
    percentageIncrease number
    The percentage increase for this prefix.
    throttledRequests string
    The number of throttled requests for this prefix.
    topBuckets GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucket[]
    The top buckets contributing to the spike. Structure is documented below.
    percentage_increase float
    The percentage increase for this prefix.
    throttled_requests str
    The number of throttled requests for this prefix.
    top_buckets Sequence[GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucket]
    The top buckets contributing to the spike. Structure is documented below.
    percentageIncrease Number
    The percentage increase for this prefix.
    throttledRequests String
    The number of throttled requests for this prefix.
    topBuckets List<Property Map>
    The top buckets contributing to the spike. Structure is documented below.

    GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucket

    Bucket string
    The resource name of the bucket.
    Contributions List<GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors List<GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketError>
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    PercentageIncrease double
    The percentage increase for this prefix.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    TotalStorageGrowthBytes string
    The total storage growth in bytes for this bucket.
    Bucket string
    The resource name of the bucket.
    Contributions []GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContribution
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors []GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketError
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    PercentageIncrease float64
    The percentage increase for this prefix.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    TotalStorageGrowthBytes string
    The total storage growth in bytes for this bucket.
    bucket string
    The resource name of the bucket.
    contributions list(object)
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors list(object)
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentage_increase number
    The percentage increase for this prefix.
    throttled_requests string
    The number of throttled requests for this prefix.
    total_egress_bytes string
    The total egress bytes for this prefix.
    total_operations_count string
    The total operations count for this prefix.
    total_storage_growth_bytes string
    The total storage growth in bytes for this bucket.
    bucket String
    The resource name of the bucket.
    contributions List<GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors List<GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketError>
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentageIncrease Double
    The percentage increase for this prefix.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.
    totalStorageGrowthBytes String
    The total storage growth in bytes for this bucket.
    bucket string
    The resource name of the bucket.
    contributions GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContribution[]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketError[]
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentageIncrease number
    The percentage increase for this prefix.
    throttledRequests string
    The number of throttled requests for this prefix.
    totalEgressBytes string
    The total egress bytes for this prefix.
    totalOperationsCount string
    The total operations count for this prefix.
    totalStorageGrowthBytes string
    The total storage growth in bytes for this bucket.
    bucket str
    The resource name of the bucket.
    contributions Sequence[GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContribution]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors Sequence[GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketError]
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentage_increase float
    The percentage increase for this prefix.
    throttled_requests str
    The number of throttled requests for this prefix.
    total_egress_bytes str
    The total egress bytes for this prefix.
    total_operations_count str
    The total operations count for this prefix.
    total_storage_growth_bytes str
    The total storage growth in bytes for this bucket.
    bucket String
    The resource name of the bucket.
    contributions List<Property Map>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors List<Property Map>
    Error details if the bucket details cannot be retrieved. Structure is documented below.
    percentageIncrease Number
    The percentage increase for this prefix.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.
    totalStorageGrowthBytes String
    The total storage growth in bytes for this bucket.

    GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContribution

    TopPrefixes List<GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContributionTopPrefix>
    A list of top prefixes contributing to the finding. Structure is documented below.
    TopPrefixes []GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContributionTopPrefix
    A list of top prefixes contributing to the finding. Structure is documented below.
    top_prefixes list(object)
    A list of top prefixes contributing to the finding. Structure is documented below.
    topPrefixes List<GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContributionTopPrefix>
    A list of top prefixes contributing to the finding. Structure is documented below.
    topPrefixes GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContributionTopPrefix[]
    A list of top prefixes contributing to the finding. Structure is documented below.
    top_prefixes Sequence[GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContributionTopPrefix]
    A list of top prefixes contributing to the finding. Structure is documented below.
    topPrefixes List<Property Map>
    A list of top prefixes contributing to the finding. Structure is documented below.

    GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContributionTopPrefix

    PercentageIncrease double
    The percentage increase for this prefix.
    Prefix string
    The prefix string.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    PercentageIncrease float64
    The percentage increase for this prefix.
    Prefix string
    The prefix string.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TotalEgressBytes string
    The total egress bytes for this prefix.
    TotalOperationsCount string
    The total operations count for this prefix.
    percentage_increase number
    The percentage increase for this prefix.
    prefix string
    The prefix string.
    throttled_requests string
    The number of throttled requests for this prefix.
    total_egress_bytes string
    The total egress bytes for this prefix.
    total_operations_count string
    The total operations count for this prefix.
    percentageIncrease Double
    The percentage increase for this prefix.
    prefix String
    The prefix string.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.
    percentageIncrease number
    The percentage increase for this prefix.
    prefix string
    The prefix string.
    throttledRequests string
    The number of throttled requests for this prefix.
    totalEgressBytes string
    The total egress bytes for this prefix.
    totalOperationsCount string
    The total operations count for this prefix.
    percentage_increase float
    The percentage increase for this prefix.
    prefix str
    The prefix string.
    throttled_requests str
    The number of throttled requests for this prefix.
    total_egress_bytes str
    The total egress bytes for this prefix.
    total_operations_count str
    The total operations count for this prefix.
    percentageIncrease Number
    The percentage increase for this prefix.
    prefix String
    The prefix string.
    throttledRequests String
    The number of throttled requests for this prefix.
    totalEgressBytes String
    The total egress bytes for this prefix.
    totalOperationsCount String
    The total operations count for this prefix.

    GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketError

    Code int
    The error code.
    Message string
    The error message.
    Code int
    The error code.
    Message string
    The error message.
    code number
    The error code.
    message string
    The error message.
    code Integer
    The error code.
    message String
    The error message.
    code number
    The error code.
    message string
    The error message.
    code int
    The error code.
    message str
    The error message.
    code Number
    The error code.
    message String
    The error message.

    Package Details

    Repository
    Google Cloud (GCP) Classic pulumi/pulumi-gcp
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the google-beta Terraform Provider.
    gcp logo
    Viewing docs for Google Cloud v9.30.0
    published on Monday, Jul 13, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial