Viewing docs for Google Cloud v9.29.0
published on Wednesday, Jun 24, 2026 by Pulumi
published on Wednesday, Jun 24, 2026 by Pulumi
Viewing docs for Google Cloud v9.29.0
published on Wednesday, Jun 24, 2026 by Pulumi
published on Wednesday, Jun 24, 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 dictionarydata "gcp_storage_getcontrolprojectintelligencefindings" "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.
- 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 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 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.
- page
Size 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.
- 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 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.
- 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.
getControlProjectIntelligenceFindings Result
The following output properties are available:
Supporting Types
GetControlProjectIntelligenceFindingsFinding
- Associated
Resources List<string> - Resources associated with the finding.
- Category string
- The category of the finding.
- Coldline
And List<GetArchival Storage Operations Spikes Control Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike> - 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 List<GetEgress Spikes Control Project Intelligence Findings Finding Cross Region Egress Spike> - 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<GetControl Project Intelligence Findings Finding Observation Period> - The observation period of the finding. Structure is documented below.
- Severity string
- The severity of the finding.
- Storage
Growth List<GetAbove Trends Control Project Intelligence Findings Finding Storage Growth Above Trend> - 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 List<GetSpikes Control Project Intelligence Findings Finding Throttled Requests Spike> - 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.
- Associated
Resources []string - Resources associated with the finding.
- Category string
- The category of the finding.
- Coldline
And []GetArchival Storage Operations Spikes Control Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike - 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 []GetEgress Spikes Control Project Intelligence Findings Finding Cross Region Egress Spike - 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 []GetControl Project Intelligence Findings Finding Observation Period - The observation period of the finding. Structure is documented below.
- Severity string
- The severity of the finding.
- Storage
Growth []GetAbove Trends Control Project Intelligence Findings Finding Storage Growth Above Trend - 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 []GetSpikes Control Project Intelligence Findings Finding Throttled Requests Spike - 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.
- associated_
resources list(string) - Resources associated with the finding.
- category string
- The category of the finding.
- coldline_
and_ list(object)archival_ storage_ operations_ spikes - 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_ list(object)egress_ spikes - 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_ list(object)above_ trends - 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_ list(object)spikes - 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.
- associated
Resources List<String> - Resources associated with the finding.
- category String
- The category of the finding.
- coldline
And List<GetArchival Storage Operations Spikes Control Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike> - 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 List<GetEgress Spikes Control Project Intelligence Findings Finding Cross Region Egress Spike> - 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<GetControl Project Intelligence Findings Finding Observation Period> - The observation period of the finding. Structure is documented below.
- severity String
- The severity of the finding.
- storage
Growth List<GetAbove Trends Control Project Intelligence Findings Finding Storage Growth Above Trend> - 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 List<GetSpikes Control Project Intelligence Findings Finding Throttled Requests Spike> - 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.
- associated
Resources string[] - Resources associated with the finding.
- category string
- The category of the finding.
- coldline
And GetArchival Storage Operations Spikes Control Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike[] - 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 GetEgress Spikes Control Project Intelligence Findings Finding Cross Region Egress Spike[] - 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 GetControl Project Intelligence Findings Finding Observation Period[] - The observation period of the finding. Structure is documented below.
- severity string
- The severity of the finding.
- storage
Growth GetAbove Trends Control Project Intelligence Findings Finding Storage Growth Above Trend[] - 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 GetSpikes Control Project Intelligence Findings Finding Throttled Requests Spike[] - 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.
- associated_
resources Sequence[str] - Resources associated with the finding.
- category str
- The category of the finding.
- coldline_
and_ Sequence[Getarchival_ storage_ operations_ spikes Control Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike] - 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_ Sequence[Getegress_ spikes Control Project Intelligence Findings Finding Cross Region Egress Spike] - 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[GetControl Project Intelligence Findings Finding Observation Period] - The observation period of the finding. Structure is documented below.
- severity str
- The severity of the finding.
- storage_
growth_ Sequence[Getabove_ trends Control Project Intelligence Findings Finding Storage Growth Above Trend] - 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_ Sequence[Getspikes Control Project Intelligence Findings Finding Throttled Requests Spike] - 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.
- associated
Resources List<String> - Resources associated with the finding.
- category String
- The category of the finding.
- coldline
And List<Property Map>Archival Storage Operations Spikes - 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 List<Property Map>Egress Spikes - 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<Property Map> - The observation period of the finding. Structure is documented below.
- severity String
- The severity of the finding.
- storage
Growth List<Property Map>Above Trends - 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 List<Property Map>Spikes - 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.
GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpike
- Percentage
Increase double - The percentage increase for this prefix.
- Top
Buckets List<GetControl Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket> - The top buckets contributing to the spike. Structure is documented below.
- Total
Operations stringCount - The total operations count for this prefix.
- Percentage
Increase float64 - The percentage increase for this prefix.
- Top
Buckets []GetControl Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket - The top buckets contributing to the spike. Structure is documented below.
- Total
Operations stringCount - 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_ stringcount - The total operations count for this prefix.
- percentage
Increase Double - The percentage increase for this prefix.
- top
Buckets List<GetControl Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket> - The top buckets contributing to the spike. Structure is documented below.
- total
Operations StringCount - The total operations count for this prefix.
- percentage
Increase number - The percentage increase for this prefix.
- top
Buckets GetControl Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket[] - The top buckets contributing to the spike. Structure is documented below.
- total
Operations stringCount - The total operations count for this prefix.
- percentage_
increase float - The percentage increase for this prefix.
- top_
buckets Sequence[GetControl Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket] - The top buckets contributing to the spike. Structure is documented below.
- total_
operations_ strcount - The total operations count for this prefix.
- percentage
Increase Number - The percentage increase for this prefix.
- top
Buckets List<Property Map> - The top buckets contributing to the spike. Structure is documented below.
- total
Operations StringCount - The total operations count for this prefix.
GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucket
- Bucket string
- The resource name of the bucket.
- Contributions
List<Get
Control Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket Contribution> - The breakdown of prefixes contributing to the spike. Structure is documented below.
- Errors
List<Get
Control Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket Error> - Error details if the bucket details cannot be retrieved. Structure is documented below.
- Percentage
Increase double - The percentage increase for this prefix.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - The total operations count for this prefix.
- Total
Storage stringGrowth Bytes - The total storage growth in bytes for this bucket.
- Bucket string
- The resource name of the bucket.
- Contributions
[]Get
Control Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket Contribution - The breakdown of prefixes contributing to the spike. Structure is documented below.
- Errors
[]Get
Control Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket Error - Error details if the bucket details cannot be retrieved. Structure is documented below.
- Percentage
Increase float64 - The percentage increase for this prefix.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - The total operations count for this prefix.
- Total
Storage stringGrowth Bytes - 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_ stringbytes - The total egress bytes for this prefix.
- total_
operations_ stringcount - The total operations count for this prefix.
- total_
storage_ stringgrowth_ bytes - The total storage growth in bytes for this bucket.
- bucket String
- The resource name of the bucket.
- contributions
List<Get
Control Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket Contribution> - The breakdown of prefixes contributing to the spike. Structure is documented below.
- errors
List<Get
Control Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket Error> - Error details if the bucket details cannot be retrieved. Structure is documented below.
- percentage
Increase Double - The percentage increase for this prefix.
- throttled
Requests String - The number of throttled requests for this prefix.
- total
Egress StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - The total operations count for this prefix.
- total
Storage StringGrowth Bytes - The total storage growth in bytes for this bucket.
- bucket string
- The resource name of the bucket.
- contributions
Get
Control Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket Contribution[] - The breakdown of prefixes contributing to the spike. Structure is documented below.
- errors
Get
Control Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket Error[] - 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 stringBytes - The total egress bytes for this prefix.
- total
Operations stringCount - The total operations count for this prefix.
- total
Storage stringGrowth Bytes - The total storage growth in bytes for this bucket.
- bucket str
- The resource name of the bucket.
- contributions
Sequence[Get
Control Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket Contribution] - The breakdown of prefixes contributing to the spike. Structure is documented below.
- errors
Sequence[Get
Control Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket Error] - 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_ strbytes - The total egress bytes for this prefix.
- total_
operations_ strcount - The total operations count for this prefix.
- total_
storage_ strgrowth_ bytes - 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.
- percentage
Increase Number - The percentage increase for this prefix.
- throttled
Requests String - The number of throttled requests for this prefix.
- total
Egress StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - The total operations count for this prefix.
- total
Storage StringGrowth Bytes - The total storage growth in bytes for this bucket.
GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContribution
- Top
Prefixes List<GetControl Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket Contribution Top Prefix> - A list of top prefixes contributing to the finding. Structure is documented below.
- Top
Prefixes []GetControl Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket Contribution Top Prefix - 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.
- top
Prefixes List<GetControl Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket Contribution Top Prefix> - A list of top prefixes contributing to the finding. Structure is documented below.
- top
Prefixes GetControl Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket Contribution Top Prefix[] - A list of top prefixes contributing to the finding. Structure is documented below.
- top_
prefixes Sequence[GetControl Project Intelligence Findings Finding Coldline And Archival Storage Operations Spike Top Bucket Contribution Top Prefix] - A list of top prefixes contributing to the finding. Structure is documented below.
- top
Prefixes List<Property Map> - A list of top prefixes contributing to the finding. Structure is documented below.
GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketContributionTopPrefix
- Percentage
Increase double - The percentage increase for this prefix.
- Prefix string
- The prefix string.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - The total operations count for this prefix.
- Percentage
Increase float64 - The percentage increase for this prefix.
- Prefix string
- The prefix string.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - 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_ stringbytes - The total egress bytes for this prefix.
- total_
operations_ stringcount - The total operations count for this prefix.
- percentage
Increase Double - The percentage increase for this prefix.
- prefix String
- The prefix string.
- throttled
Requests String - The number of throttled requests for this prefix.
- total
Egress StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - 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 stringBytes - The total egress bytes for this prefix.
- total
Operations stringCount - 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_ strbytes - The total egress bytes for this prefix.
- total_
operations_ strcount - 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 StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - The total operations count for this prefix.
GetControlProjectIntelligenceFindingsFindingColdlineAndArchivalStorageOperationsSpikeTopBucketError
GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpike
- Percentage
Increase double - The percentage increase for this prefix.
- Top
Buckets List<GetControl Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket> - The top buckets contributing to the spike. Structure is documented below.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Percentage
Increase float64 - The percentage increase for this prefix.
- Top
Buckets []GetControl Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket - The top buckets contributing to the spike. Structure is documented below.
- Total
Egress stringBytes - 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_ stringbytes - The total egress bytes for this prefix.
- percentage
Increase Double - The percentage increase for this prefix.
- top
Buckets List<GetControl Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket> - The top buckets contributing to the spike. Structure is documented below.
- total
Egress StringBytes - The total egress bytes for this prefix.
- percentage
Increase number - The percentage increase for this prefix.
- top
Buckets GetControl Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket[] - The top buckets contributing to the spike. Structure is documented below.
- total
Egress stringBytes - The total egress bytes for this prefix.
- percentage_
increase float - The percentage increase for this prefix.
- top_
buckets Sequence[GetControl Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket] - The top buckets contributing to the spike. Structure is documented below.
- total_
egress_ strbytes - The total egress bytes for this prefix.
- percentage
Increase Number - The percentage increase for this prefix.
- top
Buckets List<Property Map> - The top buckets contributing to the spike. Structure is documented below.
- total
Egress StringBytes - The total egress bytes for this prefix.
GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucket
- Bucket string
- The resource name of the bucket.
- Contributions
List<Get
Control Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket Contribution> - The breakdown of prefixes contributing to the spike. Structure is documented below.
- Errors
List<Get
Control Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket Error> - Error details if the bucket details cannot be retrieved. Structure is documented below.
- Percentage
Increase double - The percentage increase for this prefix.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - The total operations count for this prefix.
- Total
Storage stringGrowth Bytes - The total storage growth in bytes for this bucket.
- Bucket string
- The resource name of the bucket.
- Contributions
[]Get
Control Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket Contribution - The breakdown of prefixes contributing to the spike. Structure is documented below.
- Errors
[]Get
Control Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket Error - Error details if the bucket details cannot be retrieved. Structure is documented below.
- Percentage
Increase float64 - The percentage increase for this prefix.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - The total operations count for this prefix.
- Total
Storage stringGrowth Bytes - 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_ stringbytes - The total egress bytes for this prefix.
- total_
operations_ stringcount - The total operations count for this prefix.
- total_
storage_ stringgrowth_ bytes - The total storage growth in bytes for this bucket.
- bucket String
- The resource name of the bucket.
- contributions
List<Get
Control Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket Contribution> - The breakdown of prefixes contributing to the spike. Structure is documented below.
- errors
List<Get
Control Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket Error> - Error details if the bucket details cannot be retrieved. Structure is documented below.
- percentage
Increase Double - The percentage increase for this prefix.
- throttled
Requests String - The number of throttled requests for this prefix.
- total
Egress StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - The total operations count for this prefix.
- total
Storage StringGrowth Bytes - The total storage growth in bytes for this bucket.
- bucket string
- The resource name of the bucket.
- contributions
Get
Control Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket Contribution[] - The breakdown of prefixes contributing to the spike. Structure is documented below.
- errors
Get
Control Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket Error[] - 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 stringBytes - The total egress bytes for this prefix.
- total
Operations stringCount - The total operations count for this prefix.
- total
Storage stringGrowth Bytes - The total storage growth in bytes for this bucket.
- bucket str
- The resource name of the bucket.
- contributions
Sequence[Get
Control Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket Contribution] - The breakdown of prefixes contributing to the spike. Structure is documented below.
- errors
Sequence[Get
Control Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket Error] - 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_ strbytes - The total egress bytes for this prefix.
- total_
operations_ strcount - The total operations count for this prefix.
- total_
storage_ strgrowth_ bytes - 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.
- percentage
Increase Number - The percentage increase for this prefix.
- throttled
Requests String - The number of throttled requests for this prefix.
- total
Egress StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - The total operations count for this prefix.
- total
Storage StringGrowth Bytes - The total storage growth in bytes for this bucket.
GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContribution
- Top
Prefixes List<GetControl Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket Contribution Top Prefix> - A list of top prefixes contributing to the finding. Structure is documented below.
- Top
Prefixes []GetControl Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket Contribution Top Prefix - 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.
- top
Prefixes List<GetControl Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket Contribution Top Prefix> - A list of top prefixes contributing to the finding. Structure is documented below.
- top
Prefixes GetControl Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket Contribution Top Prefix[] - A list of top prefixes contributing to the finding. Structure is documented below.
- top_
prefixes Sequence[GetControl Project Intelligence Findings Finding Cross Region Egress Spike Top Bucket Contribution Top Prefix] - A list of top prefixes contributing to the finding. Structure is documented below.
- top
Prefixes List<Property Map> - A list of top prefixes contributing to the finding. Structure is documented below.
GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketContributionTopPrefix
- Percentage
Increase double - The percentage increase for this prefix.
- Prefix string
- The prefix string.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - The total operations count for this prefix.
- Percentage
Increase float64 - The percentage increase for this prefix.
- Prefix string
- The prefix string.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - 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_ stringbytes - The total egress bytes for this prefix.
- total_
operations_ stringcount - The total operations count for this prefix.
- percentage
Increase Double - The percentage increase for this prefix.
- prefix String
- The prefix string.
- throttled
Requests String - The number of throttled requests for this prefix.
- total
Egress StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - 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 stringBytes - The total egress bytes for this prefix.
- total
Operations stringCount - 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_ strbytes - The total egress bytes for this prefix.
- total_
operations_ strcount - 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 StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - The total operations count for this prefix.
GetControlProjectIntelligenceFindingsFindingCrossRegionEgressSpikeTopBucketError
GetControlProjectIntelligenceFindingsFindingObservationPeriod
- end_
time string - The end time of the observation period.
- start_
time 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.
GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrend
- Percentage
Increase double - The percentage increase for this prefix.
- Top
Buckets List<GetControl Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket> - The top buckets contributing to the spike. Structure is documented below.
- Total
Storage stringGrowth Bytes - The total storage growth in bytes for this bucket.
- Percentage
Increase float64 - The percentage increase for this prefix.
- Top
Buckets []GetControl Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket - The top buckets contributing to the spike. Structure is documented below.
- Total
Storage stringGrowth Bytes - 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_ stringgrowth_ bytes - The total storage growth in bytes for this bucket.
- percentage
Increase Double - The percentage increase for this prefix.
- top
Buckets List<GetControl Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket> - The top buckets contributing to the spike. Structure is documented below.
- total
Storage StringGrowth Bytes - The total storage growth in bytes for this bucket.
- percentage
Increase number - The percentage increase for this prefix.
- top
Buckets GetControl Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket[] - The top buckets contributing to the spike. Structure is documented below.
- total
Storage stringGrowth Bytes - The total storage growth in bytes for this bucket.
- percentage_
increase float - The percentage increase for this prefix.
- top_
buckets Sequence[GetControl Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket] - The top buckets contributing to the spike. Structure is documented below.
- total_
storage_ strgrowth_ bytes - The total storage growth in bytes for this bucket.
- percentage
Increase Number - The percentage increase for this prefix.
- top
Buckets List<Property Map> - The top buckets contributing to the spike. Structure is documented below.
- total
Storage StringGrowth Bytes - The total storage growth in bytes for this bucket.
GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucket
- Bucket string
- The resource name of the bucket.
- Contributions
List<Get
Control Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket Contribution> - The breakdown of prefixes contributing to the spike. Structure is documented below.
- Errors
List<Get
Control Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket Error> - Error details if the bucket details cannot be retrieved. Structure is documented below.
- Percentage
Increase double - The percentage increase for this prefix.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - The total operations count for this prefix.
- Total
Storage stringGrowth Bytes - The total storage growth in bytes for this bucket.
- Bucket string
- The resource name of the bucket.
- Contributions
[]Get
Control Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket Contribution - The breakdown of prefixes contributing to the spike. Structure is documented below.
- Errors
[]Get
Control Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket Error - Error details if the bucket details cannot be retrieved. Structure is documented below.
- Percentage
Increase float64 - The percentage increase for this prefix.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - The total operations count for this prefix.
- Total
Storage stringGrowth Bytes - 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_ stringbytes - The total egress bytes for this prefix.
- total_
operations_ stringcount - The total operations count for this prefix.
- total_
storage_ stringgrowth_ bytes - The total storage growth in bytes for this bucket.
- bucket String
- The resource name of the bucket.
- contributions
List<Get
Control Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket Contribution> - The breakdown of prefixes contributing to the spike. Structure is documented below.
- errors
List<Get
Control Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket Error> - Error details if the bucket details cannot be retrieved. Structure is documented below.
- percentage
Increase Double - The percentage increase for this prefix.
- throttled
Requests String - The number of throttled requests for this prefix.
- total
Egress StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - The total operations count for this prefix.
- total
Storage StringGrowth Bytes - The total storage growth in bytes for this bucket.
- bucket string
- The resource name of the bucket.
- contributions
Get
Control Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket Contribution[] - The breakdown of prefixes contributing to the spike. Structure is documented below.
- errors
Get
Control Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket Error[] - 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 stringBytes - The total egress bytes for this prefix.
- total
Operations stringCount - The total operations count for this prefix.
- total
Storage stringGrowth Bytes - The total storage growth in bytes for this bucket.
- bucket str
- The resource name of the bucket.
- contributions
Sequence[Get
Control Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket Contribution] - The breakdown of prefixes contributing to the spike. Structure is documented below.
- errors
Sequence[Get
Control Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket Error] - 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_ strbytes - The total egress bytes for this prefix.
- total_
operations_ strcount - The total operations count for this prefix.
- total_
storage_ strgrowth_ bytes - 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.
- percentage
Increase Number - The percentage increase for this prefix.
- throttled
Requests String - The number of throttled requests for this prefix.
- total
Egress StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - The total operations count for this prefix.
- total
Storage StringGrowth Bytes - The total storage growth in bytes for this bucket.
GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContribution
- Top
Prefixes List<GetControl Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket Contribution Top Prefix> - A list of top prefixes contributing to the finding. Structure is documented below.
- Top
Prefixes []GetControl Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket Contribution Top Prefix - 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.
- top
Prefixes List<GetControl Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket Contribution Top Prefix> - A list of top prefixes contributing to the finding. Structure is documented below.
- top
Prefixes GetControl Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket Contribution Top Prefix[] - A list of top prefixes contributing to the finding. Structure is documented below.
- top_
prefixes Sequence[GetControl Project Intelligence Findings Finding Storage Growth Above Trend Top Bucket Contribution Top Prefix] - A list of top prefixes contributing to the finding. Structure is documented below.
- top
Prefixes List<Property Map> - A list of top prefixes contributing to the finding. Structure is documented below.
GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketContributionTopPrefix
- Percentage
Increase double - The percentage increase for this prefix.
- Prefix string
- The prefix string.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - The total operations count for this prefix.
- Percentage
Increase float64 - The percentage increase for this prefix.
- Prefix string
- The prefix string.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - 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_ stringbytes - The total egress bytes for this prefix.
- total_
operations_ stringcount - The total operations count for this prefix.
- percentage
Increase Double - The percentage increase for this prefix.
- prefix String
- The prefix string.
- throttled
Requests String - The number of throttled requests for this prefix.
- total
Egress StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - 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 stringBytes - The total egress bytes for this prefix.
- total
Operations stringCount - 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_ strbytes - The total egress bytes for this prefix.
- total_
operations_ strcount - 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 StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - The total operations count for this prefix.
GetControlProjectIntelligenceFindingsFindingStorageGrowthAboveTrendTopBucketError
GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpike
- Percentage
Increase double - The percentage increase for this prefix.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Top
Buckets List<GetControl Project Intelligence Findings Finding Throttled Requests Spike Top Bucket> - The top buckets contributing to the spike. Structure is documented below.
- Percentage
Increase float64 - The percentage increase for this prefix.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Top
Buckets []GetControl Project Intelligence Findings Finding Throttled Requests Spike Top Bucket - 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.
- percentage
Increase Double - The percentage increase for this prefix.
- throttled
Requests String - The number of throttled requests for this prefix.
- top
Buckets List<GetControl Project Intelligence Findings Finding Throttled Requests Spike Top Bucket> - 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 GetControl Project Intelligence Findings Finding Throttled Requests Spike Top Bucket[] - 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[GetControl Project Intelligence Findings Finding Throttled Requests Spike Top Bucket] - 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<Property Map> - The top buckets contributing to the spike. Structure is documented below.
GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucket
- Bucket string
- The resource name of the bucket.
- Contributions
List<Get
Control Project Intelligence Findings Finding Throttled Requests Spike Top Bucket Contribution> - The breakdown of prefixes contributing to the spike. Structure is documented below.
- Errors
List<Get
Control Project Intelligence Findings Finding Throttled Requests Spike Top Bucket Error> - Error details if the bucket details cannot be retrieved. Structure is documented below.
- Percentage
Increase double - The percentage increase for this prefix.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - The total operations count for this prefix.
- Total
Storage stringGrowth Bytes - The total storage growth in bytes for this bucket.
- Bucket string
- The resource name of the bucket.
- Contributions
[]Get
Control Project Intelligence Findings Finding Throttled Requests Spike Top Bucket Contribution - The breakdown of prefixes contributing to the spike. Structure is documented below.
- Errors
[]Get
Control Project Intelligence Findings Finding Throttled Requests Spike Top Bucket Error - Error details if the bucket details cannot be retrieved. Structure is documented below.
- Percentage
Increase float64 - The percentage increase for this prefix.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - The total operations count for this prefix.
- Total
Storage stringGrowth Bytes - 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_ stringbytes - The total egress bytes for this prefix.
- total_
operations_ stringcount - The total operations count for this prefix.
- total_
storage_ stringgrowth_ bytes - The total storage growth in bytes for this bucket.
- bucket String
- The resource name of the bucket.
- contributions
List<Get
Control Project Intelligence Findings Finding Throttled Requests Spike Top Bucket Contribution> - The breakdown of prefixes contributing to the spike. Structure is documented below.
- errors
List<Get
Control Project Intelligence Findings Finding Throttled Requests Spike Top Bucket Error> - Error details if the bucket details cannot be retrieved. Structure is documented below.
- percentage
Increase Double - The percentage increase for this prefix.
- throttled
Requests String - The number of throttled requests for this prefix.
- total
Egress StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - The total operations count for this prefix.
- total
Storage StringGrowth Bytes - The total storage growth in bytes for this bucket.
- bucket string
- The resource name of the bucket.
- contributions
Get
Control Project Intelligence Findings Finding Throttled Requests Spike Top Bucket Contribution[] - The breakdown of prefixes contributing to the spike. Structure is documented below.
- errors
Get
Control Project Intelligence Findings Finding Throttled Requests Spike Top Bucket Error[] - 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 stringBytes - The total egress bytes for this prefix.
- total
Operations stringCount - The total operations count for this prefix.
- total
Storage stringGrowth Bytes - The total storage growth in bytes for this bucket.
- bucket str
- The resource name of the bucket.
- contributions
Sequence[Get
Control Project Intelligence Findings Finding Throttled Requests Spike Top Bucket Contribution] - The breakdown of prefixes contributing to the spike. Structure is documented below.
- errors
Sequence[Get
Control Project Intelligence Findings Finding Throttled Requests Spike Top Bucket Error] - 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_ strbytes - The total egress bytes for this prefix.
- total_
operations_ strcount - The total operations count for this prefix.
- total_
storage_ strgrowth_ bytes - 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.
- percentage
Increase Number - The percentage increase for this prefix.
- throttled
Requests String - The number of throttled requests for this prefix.
- total
Egress StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - The total operations count for this prefix.
- total
Storage StringGrowth Bytes - The total storage growth in bytes for this bucket.
GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContribution
- Top
Prefixes List<GetControl Project Intelligence Findings Finding Throttled Requests Spike Top Bucket Contribution Top Prefix> - A list of top prefixes contributing to the finding. Structure is documented below.
- Top
Prefixes []GetControl Project Intelligence Findings Finding Throttled Requests Spike Top Bucket Contribution Top Prefix - 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.
- top
Prefixes List<GetControl Project Intelligence Findings Finding Throttled Requests Spike Top Bucket Contribution Top Prefix> - A list of top prefixes contributing to the finding. Structure is documented below.
- top
Prefixes GetControl Project Intelligence Findings Finding Throttled Requests Spike Top Bucket Contribution Top Prefix[] - A list of top prefixes contributing to the finding. Structure is documented below.
- top_
prefixes Sequence[GetControl Project Intelligence Findings Finding Throttled Requests Spike Top Bucket Contribution Top Prefix] - A list of top prefixes contributing to the finding. Structure is documented below.
- top
Prefixes List<Property Map> - A list of top prefixes contributing to the finding. Structure is documented below.
GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketContributionTopPrefix
- Percentage
Increase double - The percentage increase for this prefix.
- Prefix string
- The prefix string.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - The total operations count for this prefix.
- Percentage
Increase float64 - The percentage increase for this prefix.
- Prefix string
- The prefix string.
- Throttled
Requests string - The number of throttled requests for this prefix.
- Total
Egress stringBytes - The total egress bytes for this prefix.
- Total
Operations stringCount - 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_ stringbytes - The total egress bytes for this prefix.
- total_
operations_ stringcount - The total operations count for this prefix.
- percentage
Increase Double - The percentage increase for this prefix.
- prefix String
- The prefix string.
- throttled
Requests String - The number of throttled requests for this prefix.
- total
Egress StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - 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 stringBytes - The total egress bytes for this prefix.
- total
Operations stringCount - 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_ strbytes - The total egress bytes for this prefix.
- total_
operations_ strcount - 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 StringBytes - The total egress bytes for this prefix.
- total
Operations StringCount - The total operations count for this prefix.
GetControlProjectIntelligenceFindingsFindingThrottledRequestsSpikeTopBucketError
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.
Viewing docs for Google Cloud v9.29.0
published on Wednesday, Jun 24, 2026 by Pulumi
published on Wednesday, Jun 24, 2026 by Pulumi