1. Packages
  2. Chronosphere
  3. API Docs
  4. BucketDataSource
Chronosphere v0.9.8 published on Thursday, Apr 3, 2025 by Chronosphere

chronosphere.BucketDataSource

Explore with Pulumi AI

Chronosphere v0.9.8 published on Thursday, Apr 3, 2025 by Chronosphere

Using BucketDataSource

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 bucketDataSource(args: BucketDataSourceArgs, opts?: InvokeOptions): Promise<BucketDataSourceResult>
function bucketDataSourceOutput(args: BucketDataSourceOutputArgs, opts?: InvokeOptions): Output<BucketDataSourceResult>
Copy
def bucket_data_source(labels: Optional[Mapping[str, str]] = None,
                       name: Optional[str] = None,
                       slug: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> BucketDataSourceResult
def bucket_data_source_output(labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                       name: Optional[pulumi.Input[str]] = None,
                       slug: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[BucketDataSourceResult]
Copy
func BucketDataSource(ctx *Context, args *BucketDataSourceArgs, opts ...InvokeOption) (*BucketDataSourceResult, error)
func BucketDataSourceOutput(ctx *Context, args *BucketDataSourceOutputArgs, opts ...InvokeOption) BucketDataSourceResultOutput
Copy
public static class BucketDataSource 
{
    public static Task<BucketDataSourceResult> InvokeAsync(BucketDataSourceArgs args, InvokeOptions? opts = null)
    public static Output<BucketDataSourceResult> Invoke(BucketDataSourceInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<BucketDataSourceResult> bucketDataSource(BucketDataSourceArgs args, InvokeOptions options)
public static Output<BucketDataSourceResult> bucketDataSource(BucketDataSourceArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: chronosphere:BucketDataSource
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Labels Dictionary<string, string>
Name string
Slug string
Labels map[string]string
Name string
Slug string
labels Map<String,String>
name String
slug String
labels {[key: string]: string}
name string
slug string
labels Mapping[str, str]
name str
slug str
labels Map<String>
name String
slug String

BucketDataSource Result

The following output properties are available:

Description string
Id string
The provider-assigned unique ID for this managed resource.
Labels Dictionary<string, string>
Name string
Slug string
Description string
Id string
The provider-assigned unique ID for this managed resource.
Labels map[string]string
Name string
Slug string
description String
id String
The provider-assigned unique ID for this managed resource.
labels Map<String,String>
name String
slug String
description string
id string
The provider-assigned unique ID for this managed resource.
labels {[key: string]: string}
name string
slug string
description str
id str
The provider-assigned unique ID for this managed resource.
labels Mapping[str, str]
name str
slug str
description String
id String
The provider-assigned unique ID for this managed resource.
labels Map<String>
name String
slug String

Package Details

Repository
chronosphere chronosphereio/pulumi-chronosphere
License
Apache-2.0
Notes
This Pulumi package is based on the chronosphere Terraform Provider.
Chronosphere v0.9.8 published on Thursday, Apr 3, 2025 by Chronosphere