1. Packages
  2. Chronosphere
  3. API Docs
  4. BucketDataSource
Chronosphere v0.9.2 published on Monday, Sep 9, 2024 by Chronosphere

chronosphere.BucketDataSource

Explore with Pulumi AI

chronosphere logo
Chronosphere v0.9.2 published on Monday, Sep 9, 2024 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>
    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]
    func BucketDataSource(ctx *Context, args *BucketDataSourceArgs, opts ...InvokeOption) (*BucketDataSourceResult, error)
    func BucketDataSourceOutput(ctx *Context, args *BucketDataSourceOutputArgs, opts ...InvokeOption) BucketDataSourceResultOutput
    public static class BucketDataSource 
    {
        public static Task<BucketDataSourceResult> InvokeAsync(BucketDataSourceArgs args, InvokeOptions? opts = null)
        public static Output<BucketDataSourceResult> Invoke(BucketDataSourceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<BucketDataSourceResult> bucketDataSource(BucketDataSourceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: chronosphere:BucketDataSource
      arguments:
        # arguments dictionary

    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 logo
    Chronosphere v0.9.2 published on Monday, Sep 9, 2024 by Chronosphere