Chronosphere v0.9.2 published on Monday, Sep 9, 2024 by Chronosphere
chronosphere.ServiceDataSource
Explore with Pulumi AI
Chronosphere v0.9.2 published on Monday, Sep 9, 2024 by Chronosphere
Using ServiceDataSource
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 serviceDataSource(args: ServiceDataSourceArgs, opts?: InvokeOptions): Promise<ServiceDataSourceResult>
function serviceDataSourceOutput(args: ServiceDataSourceOutputArgs, opts?: InvokeOptions): Output<ServiceDataSourceResult>
def service_data_source(slug: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ServiceDataSourceResult
def service_data_source_output(slug: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ServiceDataSourceResult]
func ServiceDataSource(ctx *Context, args *ServiceDataSourceArgs, opts ...InvokeOption) (*ServiceDataSourceResult, error)
func ServiceDataSourceOutput(ctx *Context, args *ServiceDataSourceOutputArgs, opts ...InvokeOption) ServiceDataSourceResultOutput
public static class ServiceDataSource
{
public static Task<ServiceDataSourceResult> InvokeAsync(ServiceDataSourceArgs args, InvokeOptions? opts = null)
public static Output<ServiceDataSourceResult> Invoke(ServiceDataSourceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ServiceDataSourceResult> serviceDataSource(ServiceDataSourceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: chronosphere:ServiceDataSource
arguments:
# arguments dictionary
The following arguments are supported:
- Slug string
- Slug string
- slug String
- slug string
- slug str
- slug String
ServiceDataSource Result
The following output properties are available:
- Description string
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Slug string
- Description string
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Slug string
- description String
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- slug String
- description string
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- slug string
- description str
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- slug str
- description String
- id String
- The provider-assigned unique ID for this managed resource.
- 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.2 published on Monday, Sep 9, 2024 by Chronosphere