1. Packages
  2. Grafana Cloud
  3. API Docs
  4. getCloudIps
Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse

grafana.getCloudIps

Explore with Pulumi AI

grafana logo
Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse

    Using getCloudIps

    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 getCloudIps(opts?: InvokeOptions): Promise<GetCloudIpsResult>
    function getCloudIpsOutput(opts?: InvokeOptions): Output<GetCloudIpsResult>
    def get_cloud_ips(opts: Optional[InvokeOptions] = None) -> GetCloudIpsResult
    def get_cloud_ips_output(opts: Optional[InvokeOptions] = None) -> Output[GetCloudIpsResult]
    func GetCloudIps(ctx *Context, opts ...InvokeOption) (*GetCloudIpsResult, error)
    func GetCloudIpsOutput(ctx *Context, opts ...InvokeOption) GetCloudIpsResultOutput

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

    public static class GetCloudIps 
    {
        public static Task<GetCloudIpsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetCloudIpsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudIpsResult> getCloudIps(InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: grafana:index/getCloudIps:getCloudIps
      arguments:
        # arguments dictionary

    getCloudIps Result

    The following output properties are available:

    HostedAlerts List<string>
    HostedGrafanas List<string>
    HostedLogs List<string>
    HostedMetrics List<string>
    HostedTraces List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    HostedAlerts []string
    HostedGrafanas []string
    HostedLogs []string
    HostedMetrics []string
    HostedTraces []string
    Id string
    The provider-assigned unique ID for this managed resource.
    hostedAlerts List<String>
    hostedGrafanas List<String>
    hostedLogs List<String>
    hostedMetrics List<String>
    hostedTraces List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    hostedAlerts string[]
    hostedGrafanas string[]
    hostedLogs string[]
    hostedMetrics string[]
    hostedTraces string[]
    id string
    The provider-assigned unique ID for this managed resource.
    hosted_alerts Sequence[str]
    hosted_grafanas Sequence[str]
    hosted_logs Sequence[str]
    hosted_metrics Sequence[str]
    hosted_traces Sequence[str]
    id str
    The provider-assigned unique ID for this managed resource.
    hostedAlerts List<String>
    hostedGrafanas List<String>
    hostedLogs List<String>
    hostedMetrics List<String>
    hostedTraces List<String>
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    grafana pulumiverse/pulumi-grafana
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the grafana Terraform Provider.
    grafana logo
    Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse