ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getEnEventStreamsTemplate
Explore with Pulumi AI
Using getEnEventStreamsTemplate
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 getEnEventStreamsTemplate(args: GetEnEventStreamsTemplateArgs, opts?: InvokeOptions): Promise<GetEnEventStreamsTemplateResult>
function getEnEventStreamsTemplateOutput(args: GetEnEventStreamsTemplateOutputArgs, opts?: InvokeOptions): Output<GetEnEventStreamsTemplateResult>
def get_en_event_streams_template(id: Optional[str] = None,
instance_guid: Optional[str] = None,
template_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEnEventStreamsTemplateResult
def get_en_event_streams_template_output(id: Optional[pulumi.Input[str]] = None,
instance_guid: Optional[pulumi.Input[str]] = None,
template_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEnEventStreamsTemplateResult]
func LookupEnEventStreamsTemplate(ctx *Context, args *LookupEnEventStreamsTemplateArgs, opts ...InvokeOption) (*LookupEnEventStreamsTemplateResult, error)
func LookupEnEventStreamsTemplateOutput(ctx *Context, args *LookupEnEventStreamsTemplateOutputArgs, opts ...InvokeOption) LookupEnEventStreamsTemplateResultOutput
> Note: This function is named LookupEnEventStreamsTemplate
in the Go SDK.
public static class GetEnEventStreamsTemplate
{
public static Task<GetEnEventStreamsTemplateResult> InvokeAsync(GetEnEventStreamsTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetEnEventStreamsTemplateResult> Invoke(GetEnEventStreamsTemplateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEnEventStreamsTemplateResult> getEnEventStreamsTemplate(GetEnEventStreamsTemplateArgs args, InvokeOptions options)
public static Output<GetEnEventStreamsTemplateResult> getEnEventStreamsTemplate(GetEnEventStreamsTemplateArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getEnEventStreamsTemplate:getEnEventStreamsTemplate
arguments:
# arguments dictionary
The following arguments are supported:
- Instance
Guid string - Template
Id string - Id string
- Instance
Guid string - Template
Id string - Id string
- instance
Guid String - template
Id String - id String
- instance
Guid string - template
Id string - id string
- instance_
guid str - template_
id str - id str
- instance
Guid String - template
Id String - id String
getEnEventStreamsTemplate Result
The following output properties are available:
- Description string
- Id string
- Instance
Guid string - Name string
- Subscription
Count double - Subscription
Names List<string> - Template
Id string - Type string
- Updated
At string
- Description string
- Id string
- Instance
Guid string - Name string
- Subscription
Count float64 - Subscription
Names []string - Template
Id string - Type string
- Updated
At string
- description String
- id String
- instance
Guid String - name String
- subscription
Count Double - subscription
Names List<String> - template
Id String - type String
- updated
At String
- description string
- id string
- instance
Guid string - name string
- subscription
Count number - subscription
Names string[] - template
Id string - type string
- updated
At string
- description str
- id str
- instance_
guid str - name str
- subscription_
count float - subscription_
names Sequence[str] - template_
id str - type str
- updated_
at str
- description String
- id String
- instance
Guid String - name String
- subscription
Count Number - subscription
Names List<String> - template
Id String - type String
- updated
At String
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.