1. Packages
  2. Ibm Provider
  3. API Docs
  4. getEventStreamsQuota
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getEventStreamsQuota

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Using getEventStreamsQuota

    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 getEventStreamsQuota(args: GetEventStreamsQuotaArgs, opts?: InvokeOptions): Promise<GetEventStreamsQuotaResult>
    function getEventStreamsQuotaOutput(args: GetEventStreamsQuotaOutputArgs, opts?: InvokeOptions): Output<GetEventStreamsQuotaResult>
    def get_event_streams_quota(entity: Optional[str] = None,
                                id: Optional[str] = None,
                                resource_instance_id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetEventStreamsQuotaResult
    def get_event_streams_quota_output(entity: Optional[pulumi.Input[str]] = None,
                                id: Optional[pulumi.Input[str]] = None,
                                resource_instance_id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetEventStreamsQuotaResult]
    func LookupEventStreamsQuota(ctx *Context, args *LookupEventStreamsQuotaArgs, opts ...InvokeOption) (*LookupEventStreamsQuotaResult, error)
    func LookupEventStreamsQuotaOutput(ctx *Context, args *LookupEventStreamsQuotaOutputArgs, opts ...InvokeOption) LookupEventStreamsQuotaResultOutput

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

    public static class GetEventStreamsQuota 
    {
        public static Task<GetEventStreamsQuotaResult> InvokeAsync(GetEventStreamsQuotaArgs args, InvokeOptions? opts = null)
        public static Output<GetEventStreamsQuotaResult> Invoke(GetEventStreamsQuotaInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEventStreamsQuotaResult> getEventStreamsQuota(GetEventStreamsQuotaArgs args, InvokeOptions options)
    public static Output<GetEventStreamsQuotaResult> getEventStreamsQuota(GetEventStreamsQuotaArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getEventStreamsQuota:getEventStreamsQuota
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Entity string
    ResourceInstanceId string
    Id string
    Entity string
    ResourceInstanceId string
    Id string
    entity String
    resourceInstanceId String
    id String
    entity string
    resourceInstanceId string
    id string
    entity String
    resourceInstanceId String
    id String

    getEventStreamsQuota Result

    The following output properties are available:

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud