1. Packages
  2. Packages
  3. Google Cloud (GCP) Classic
  4. API Docs
  5. storage
  6. getControlProjectIntelligenceFindingRevisions
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 finding revisions in a specified project and location.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as gcp from "@pulumi/gcp";
    
    const revisions = gcp.storage.getControlProjectIntelligenceFindingRevisions({
        findingId: "coldline_archival_storage_operations_spike_insight_1",
    });
    
    import pulumi
    import pulumi_gcp as gcp
    
    revisions = gcp.storage.get_control_project_intelligence_finding_revisions(finding_id="coldline_archival_storage_operations_spike_insight_1")
    
    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.GetControlProjectIntelligenceFindingRevisions(ctx, &storage.GetControlProjectIntelligenceFindingRevisionsArgs{
    			FindingId: "coldline_archival_storage_operations_spike_insight_1",
    		}, 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 revisions = Gcp.Storage.GetControlProjectIntelligenceFindingRevisions.Invoke(new()
        {
            FindingId = "coldline_archival_storage_operations_spike_insight_1",
        });
    
    });
    
    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.GetControlProjectIntelligenceFindingRevisionsArgs;
    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 revisions = StorageFunctions.getControlProjectIntelligenceFindingRevisions(GetControlProjectIntelligenceFindingRevisionsArgs.builder()
                .findingId("coldline_archival_storage_operations_spike_insight_1")
                .build());
    
        }
    }
    
    variables:
      revisions:
        fn::invoke:
          function: gcp:storage:getControlProjectIntelligenceFindingRevisions
          arguments:
            findingId: coldline_archival_storage_operations_spike_insight_1
    
    pulumi {
      required_providers {
        gcp = {
          source = "pulumi/gcp"
        }
      }
    }
    
    data "gcp_storage_getcontrolprojectintelligencefindingrevisions" "revisions" {
      finding_id = "coldline_archival_storage_operations_spike_insight_1"
    }
    

    Using getControlProjectIntelligenceFindingRevisions

    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 getControlProjectIntelligenceFindingRevisions(args: GetControlProjectIntelligenceFindingRevisionsArgs, opts?: InvokeOptions): Promise<GetControlProjectIntelligenceFindingRevisionsResult>
    function getControlProjectIntelligenceFindingRevisionsOutput(args: GetControlProjectIntelligenceFindingRevisionsOutputArgs, opts?: InvokeOptions): Output<GetControlProjectIntelligenceFindingRevisionsResult>
    def get_control_project_intelligence_finding_revisions(finding_id: Optional[str] = None,
                                                           location: Optional[str] = None,
                                                           page_size: Optional[int] = None,
                                                           project: Optional[str] = None,
                                                           opts: Optional[InvokeOptions] = None) -> GetControlProjectIntelligenceFindingRevisionsResult
    def get_control_project_intelligence_finding_revisions_output(finding_id: 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[GetControlProjectIntelligenceFindingRevisionsResult]
    func GetControlProjectIntelligenceFindingRevisions(ctx *Context, args *GetControlProjectIntelligenceFindingRevisionsArgs, opts ...InvokeOption) (*GetControlProjectIntelligenceFindingRevisionsResult, error)
    func GetControlProjectIntelligenceFindingRevisionsOutput(ctx *Context, args *GetControlProjectIntelligenceFindingRevisionsOutputArgs, opts ...InvokeOption) GetControlProjectIntelligenceFindingRevisionsResultOutput

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

    public static class GetControlProjectIntelligenceFindingRevisions 
    {
        public static Task<GetControlProjectIntelligenceFindingRevisionsResult> InvokeAsync(GetControlProjectIntelligenceFindingRevisionsArgs args, InvokeOptions? opts = null)
        public static Output<GetControlProjectIntelligenceFindingRevisionsResult> Invoke(GetControlProjectIntelligenceFindingRevisionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetControlProjectIntelligenceFindingRevisionsResult> getControlProjectIntelligenceFindingRevisions(GetControlProjectIntelligenceFindingRevisionsArgs args, InvokeOptions options)
    public static Output<GetControlProjectIntelligenceFindingRevisionsResult> getControlProjectIntelligenceFindingRevisions(GetControlProjectIntelligenceFindingRevisionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: gcp:storage/getControlProjectIntelligenceFindingRevisions:getControlProjectIntelligenceFindingRevisions
      arguments:
        # arguments dictionary
    data "gcp_storage_get_control_project_intelligence_finding_revisions" "name" {
        # arguments
    }

    The following arguments are supported:

    FindingId string
    The ID of the intelligence finding.
    Location string
    The location of the intelligence finding. Currently default value is global and users cannot use for input for now.
    PageSize int
    The maximum number of IntelligenceFindingRevision resources to return.
    Project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    FindingId string
    The ID of the intelligence finding.
    Location string
    The location of the intelligence finding. Currently default value is global and users cannot use for input for now.
    PageSize int
    The maximum number of IntelligenceFindingRevision resources to return.
    Project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    finding_id string
    The ID of the intelligence finding.
    location string
    The location of the intelligence finding. Currently default value is global and users cannot use for input for now.
    page_size number
    The maximum number of IntelligenceFindingRevision resources to return.
    project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    findingId String
    The ID of the intelligence finding.
    location String
    The location of the intelligence finding. Currently default value is global and users cannot use for input for now.
    pageSize Integer
    The maximum number of IntelligenceFindingRevision resources to return.
    project String
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    findingId string
    The ID of the intelligence finding.
    location string
    The location of the intelligence finding. Currently default value is global and users cannot use for input for now.
    pageSize number
    The maximum number of IntelligenceFindingRevision resources to return.
    project string
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    finding_id str
    The ID of the intelligence finding.
    location str
    The location of the intelligence finding. Currently default value is global and users cannot use for input for now.
    page_size int
    The maximum number of IntelligenceFindingRevision resources to return.
    project str
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
    findingId String
    The ID of the intelligence finding.
    location String
    The location of the intelligence finding. Currently default value is global and users cannot use for input for now.
    pageSize Number
    The maximum number of IntelligenceFindingRevision resources to return.
    project String
    The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

    getControlProjectIntelligenceFindingRevisions Result

    The following output properties are available:

    FindingId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Project string
    Revisions List<GetControlProjectIntelligenceFindingRevisionsRevision>
    The list of intelligence finding revisions. Structure is documented below.
    Location string
    PageSize int
    FindingId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Project string
    Revisions []GetControlProjectIntelligenceFindingRevisionsRevision
    The list of intelligence finding revisions. Structure is documented below.
    Location string
    PageSize int
    finding_id string
    id string
    The provider-assigned unique ID for this managed resource.
    project string
    revisions list(object)
    The list of intelligence finding revisions. Structure is documented below.
    location string
    page_size number
    findingId String
    id String
    The provider-assigned unique ID for this managed resource.
    project String
    revisions List<GetControlProjectIntelligenceFindingRevisionsRevision>
    The list of intelligence finding revisions. Structure is documented below.
    location String
    pageSize Integer
    findingId string
    id string
    The provider-assigned unique ID for this managed resource.
    project string
    revisions GetControlProjectIntelligenceFindingRevisionsRevision[]
    The list of intelligence finding revisions. Structure is documented below.
    location string
    pageSize number
    finding_id str
    id str
    The provider-assigned unique ID for this managed resource.
    project str
    revisions Sequence[GetControlProjectIntelligenceFindingRevisionsRevision]
    The list of intelligence finding revisions. Structure is documented below.
    location str
    page_size int
    findingId String
    id String
    The provider-assigned unique ID for this managed resource.
    project String
    revisions List<Property Map>
    The list of intelligence finding revisions. Structure is documented below.
    location String
    pageSize Number

    Supporting Types

    GetControlProjectIntelligenceFindingRevisionsRevision

    CreateTime string
    The time when the finding was created.
    Name string
    The resource name of the finding.
    Snapshots List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshot>
    The snapshot of the finding at revision creation time. Structure is documented below.
    CreateTime string
    The time when the finding was created.
    Name string
    The resource name of the finding.
    Snapshots []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshot
    The snapshot of the finding at revision creation time. Structure is documented below.
    create_time string
    The time when the finding was created.
    name string
    The resource name of the finding.
    snapshots list(object)
    The snapshot of the finding at revision creation time. Structure is documented below.
    createTime String
    The time when the finding was created.
    name String
    The resource name of the finding.
    snapshots List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshot>
    The snapshot of the finding at revision creation time. Structure is documented below.
    createTime string
    The time when the finding was created.
    name string
    The resource name of the finding.
    snapshots GetControlProjectIntelligenceFindingRevisionsRevisionSnapshot[]
    The snapshot of the finding at revision creation time. Structure is documented below.
    create_time str
    The time when the finding was created.
    name str
    The resource name of the finding.
    snapshots Sequence[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshot]
    The snapshot of the finding at revision creation time. Structure is documented below.
    createTime String
    The time when the finding was created.
    name String
    The resource name of the finding.
    snapshots List<Property Map>
    The snapshot of the finding at revision creation time. Structure is documented below.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshot

    AssociatedResources List<string>
    Google Cloud resource names that are relevant to the IntelligenceFinding. This list also includes the targetResource.
    Category string
    The category of the finding.
    ColdlineAndArchivalStorageOperationsSpikes List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpike>
    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 when the finding was created.
    CrossRegionEgressSpikes List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpike>
    A finding about a spike in cross-region egress from Cloud Storage. Structure is documented below.
    Description string
    A short description of the finding.
    Name string
    The resource name of the finding.
    ObservationPeriods List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotObservationPeriod>
    The time interval from which the underlying data generated this IntelligenceFinding was observed. Structure is documented below.
    Severity string
    The severity of the finding.
    StorageGrowthAboveTrends List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrend>
    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 fully qualified resource name of the resource that this IntelligenceFinding applies to.
    ThrottledRequestsSpikes List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpike>
    A finding about a spike in throttled requests (429 errors) within a project. Structure is documented below.
    Type string
    The type of this finding.
    UpdateTime string
    The time when the finding was last updated.
    AssociatedResources []string
    Google Cloud resource names that are relevant to the IntelligenceFinding. This list also includes the targetResource.
    Category string
    The category of the finding.
    ColdlineAndArchivalStorageOperationsSpikes []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpike
    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 when the finding was created.
    CrossRegionEgressSpikes []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpike
    A finding about a spike in cross-region egress from Cloud Storage. Structure is documented below.
    Description string
    A short description of the finding.
    Name string
    The resource name of the finding.
    ObservationPeriods []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotObservationPeriod
    The time interval from which the underlying data generated this IntelligenceFinding was observed. Structure is documented below.
    Severity string
    The severity of the finding.
    StorageGrowthAboveTrends []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrend
    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 fully qualified resource name of the resource that this IntelligenceFinding applies to.
    ThrottledRequestsSpikes []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpike
    A finding about a spike in throttled requests (429 errors) within a project. Structure is documented below.
    Type string
    The type of this finding.
    UpdateTime string
    The time when the finding was last updated.
    associated_resources list(string)
    Google Cloud resource names that are relevant to the IntelligenceFinding. This list also includes the targetResource.
    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 when 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 short description of the finding.
    name string
    The resource name of the finding.
    observation_periods list(object)
    The time interval from which the underlying data generated this IntelligenceFinding was observed. 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 fully qualified resource name of the resource that this IntelligenceFinding applies to.
    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 this finding.
    update_time string
    The time when the finding was last updated.
    associatedResources List<String>
    Google Cloud resource names that are relevant to the IntelligenceFinding. This list also includes the targetResource.
    category String
    The category of the finding.
    coldlineAndArchivalStorageOperationsSpikes List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpike>
    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 when the finding was created.
    crossRegionEgressSpikes List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpike>
    A finding about a spike in cross-region egress from Cloud Storage. Structure is documented below.
    description String
    A short description of the finding.
    name String
    The resource name of the finding.
    observationPeriods List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotObservationPeriod>
    The time interval from which the underlying data generated this IntelligenceFinding was observed. Structure is documented below.
    severity String
    The severity of the finding.
    storageGrowthAboveTrends List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrend>
    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 fully qualified resource name of the resource that this IntelligenceFinding applies to.
    throttledRequestsSpikes List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpike>
    A finding about a spike in throttled requests (429 errors) within a project. Structure is documented below.
    type String
    The type of this finding.
    updateTime String
    The time when the finding was last updated.
    associatedResources string[]
    Google Cloud resource names that are relevant to the IntelligenceFinding. This list also includes the targetResource.
    category string
    The category of the finding.
    coldlineAndArchivalStorageOperationsSpikes GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpike[]
    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 when the finding was created.
    crossRegionEgressSpikes GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpike[]
    A finding about a spike in cross-region egress from Cloud Storage. Structure is documented below.
    description string
    A short description of the finding.
    name string
    The resource name of the finding.
    observationPeriods GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotObservationPeriod[]
    The time interval from which the underlying data generated this IntelligenceFinding was observed. Structure is documented below.
    severity string
    The severity of the finding.
    storageGrowthAboveTrends GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrend[]
    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 fully qualified resource name of the resource that this IntelligenceFinding applies to.
    throttledRequestsSpikes GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpike[]
    A finding about a spike in throttled requests (429 errors) within a project. Structure is documented below.
    type string
    The type of this finding.
    updateTime string
    The time when the finding was last updated.
    associated_resources Sequence[str]
    Google Cloud resource names that are relevant to the IntelligenceFinding. This list also includes the targetResource.
    category str
    The category of the finding.
    coldline_and_archival_storage_operations_spikes Sequence[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpike]
    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 when the finding was created.
    cross_region_egress_spikes Sequence[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpike]
    A finding about a spike in cross-region egress from Cloud Storage. Structure is documented below.
    description str
    A short description of the finding.
    name str
    The resource name of the finding.
    observation_periods Sequence[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotObservationPeriod]
    The time interval from which the underlying data generated this IntelligenceFinding was observed. Structure is documented below.
    severity str
    The severity of the finding.
    storage_growth_above_trends Sequence[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrend]
    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 fully qualified resource name of the resource that this IntelligenceFinding applies to.
    throttled_requests_spikes Sequence[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpike]
    A finding about a spike in throttled requests (429 errors) within a project. Structure is documented below.
    type str
    The type of this finding.
    update_time str
    The time when the finding was last updated.
    associatedResources List<String>
    Google Cloud resource names that are relevant to the IntelligenceFinding. This list also includes the targetResource.
    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 when 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 short description of the finding.
    name String
    The resource name of the finding.
    observationPeriods List<Property Map>
    The time interval from which the underlying data generated this IntelligenceFinding was observed. 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 fully qualified resource name of the resource that this IntelligenceFinding applies to.
    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 this finding.
    updateTime String
    The time when the finding was last updated.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpike

    PercentageIncrease double
    The percentage increase for this prefix.
    TopBuckets List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucket>
    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 []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucket
    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<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucket>
    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 GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucket[]
    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[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucket]
    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucket

    Bucket string
    The resource name of the bucket.
    Contributions List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucketError>
    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 []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucketContribution
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucketError
    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<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucketError>
    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 GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucketContribution[]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucketError[]
    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[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucketContribution]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors Sequence[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucketError]
    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucketContribution

    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucketContributionTopPrefix

    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotColdlineAndArchivalStorageOperationsSpikeTopBucketError

    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpike

    PercentageIncrease double
    The percentage increase for this prefix.
    TopBuckets List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucket>
    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 []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucket
    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<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucket>
    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 GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucket[]
    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[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucket]
    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucket

    Bucket string
    The resource name of the bucket.
    Contributions List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucketError>
    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 []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucketContribution
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucketError
    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<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucketError>
    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 GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucketContribution[]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucketError[]
    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[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucketContribution]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors Sequence[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucketError]
    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucketContribution

    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucketContributionTopPrefix

    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotCrossRegionEgressSpikeTopBucketError

    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotObservationPeriod

    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrend

    PercentageIncrease double
    The percentage increase for this prefix.
    TopBuckets List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucket>
    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 []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucket
    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<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucket>
    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 GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucket[]
    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[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucket]
    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucket

    Bucket string
    The resource name of the bucket.
    Contributions List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucketError>
    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 []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucketContribution
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucketError
    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<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucketError>
    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 GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucketContribution[]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucketError[]
    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[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucketContribution]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors Sequence[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucketError]
    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucketContribution

    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucketContributionTopPrefix

    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotStorageGrowthAboveTrendTopBucketError

    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpike

    PercentageIncrease double
    The percentage increase for this prefix.
    ThrottledRequests string
    The number of throttled requests for this prefix.
    TopBuckets List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucket>
    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 []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucket
    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<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucket>
    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 GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucket[]
    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[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucket]
    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucket

    Bucket string
    The resource name of the bucket.
    Contributions List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucketError>
    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 []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucketContribution
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    Errors []GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucketError
    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<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucketContribution>
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors List<GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucketError>
    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 GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucketContribution[]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucketError[]
    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[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucketContribution]
    The breakdown of prefixes contributing to the spike. Structure is documented below.
    errors Sequence[GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucketError]
    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucketContribution

    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucketContributionTopPrefix

    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.

    GetControlProjectIntelligenceFindingRevisionsRevisionSnapshotThrottledRequestsSpikeTopBucketError

    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