ibm 1.85.0-beta0 published on Wednesday, Oct 29, 2025 by ibm-cloud
ibm.getEventStreamsQuota
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 dictionaryThe following arguments are supported:
- Entity string
 - Resource
Instance stringId  - Id string
 
- Entity string
 - Resource
Instance stringId  - Id string
 
- entity String
 - resource
Instance StringId  - id String
 
- entity string
 - resource
Instance stringId  - id string
 
- entity str
 - resource_
instance_ strid  - id str
 
- entity String
 - resource
Instance StringId  - id String
 
getEventStreamsQuota Result
The following output properties are available:
- Consumer
Byte doubleRate  - Entity string
 - Id string
 - Producer
Byte doubleRate  - Resource
Instance stringId  
- Consumer
Byte float64Rate  - Entity string
 - Id string
 - Producer
Byte float64Rate  - Resource
Instance stringId  
- consumer
Byte DoubleRate  - entity String
 - id String
 - producer
Byte DoubleRate  - resource
Instance StringId  
- consumer
Byte numberRate  - entity string
 - id string
 - producer
Byte numberRate  - resource
Instance stringId  
- consumer_
byte_ floatrate  - entity str
 - id str
 - producer_
byte_ floatrate  - resource_
instance_ strid  
- consumer
Byte NumberRate  - entity String
 - id String
 - producer
Byte NumberRate  - resource
Instance StringId  
Package Details
- Repository
 - ibm ibm-cloud/terraform-provider-ibm
 - License
 - Notes
 - This Pulumi package is based on the 
ibmTerraform Provider. 
