tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getEbPlatformEventPatterns
Start a Neo task
Explain and create a tencentcloud.getEbPlatformEventPatterns resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of eb platform_event_patterns
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const platformEventPatterns = tencentcloud.getEbPlatformEventPatterns({
productType: "",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
platform_event_patterns = tencentcloud.get_eb_platform_event_patterns(product_type="")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetEbPlatformEventPatterns(ctx, &tencentcloud.GetEbPlatformEventPatternsArgs{
ProductType: "",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var platformEventPatterns = Tencentcloud.GetEbPlatformEventPatterns.Invoke(new()
{
ProductType = "",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetEbPlatformEventPatternsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var platformEventPatterns = TencentcloudFunctions.getEbPlatformEventPatterns(GetEbPlatformEventPatternsArgs.builder()
.productType("")
.build());
}
}
variables:
platformEventPatterns:
fn::invoke:
function: tencentcloud:getEbPlatformEventPatterns
arguments:
productType: ""
Using getEbPlatformEventPatterns
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 getEbPlatformEventPatterns(args: GetEbPlatformEventPatternsArgs, opts?: InvokeOptions): Promise<GetEbPlatformEventPatternsResult>
function getEbPlatformEventPatternsOutput(args: GetEbPlatformEventPatternsOutputArgs, opts?: InvokeOptions): Output<GetEbPlatformEventPatternsResult>def get_eb_platform_event_patterns(id: Optional[str] = None,
product_type: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEbPlatformEventPatternsResult
def get_eb_platform_event_patterns_output(id: Optional[pulumi.Input[str]] = None,
product_type: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEbPlatformEventPatternsResult]func GetEbPlatformEventPatterns(ctx *Context, args *GetEbPlatformEventPatternsArgs, opts ...InvokeOption) (*GetEbPlatformEventPatternsResult, error)
func GetEbPlatformEventPatternsOutput(ctx *Context, args *GetEbPlatformEventPatternsOutputArgs, opts ...InvokeOption) GetEbPlatformEventPatternsResultOutput> Note: This function is named GetEbPlatformEventPatterns in the Go SDK.
public static class GetEbPlatformEventPatterns
{
public static Task<GetEbPlatformEventPatternsResult> InvokeAsync(GetEbPlatformEventPatternsArgs args, InvokeOptions? opts = null)
public static Output<GetEbPlatformEventPatternsResult> Invoke(GetEbPlatformEventPatternsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEbPlatformEventPatternsResult> getEbPlatformEventPatterns(GetEbPlatformEventPatternsArgs args, InvokeOptions options)
public static Output<GetEbPlatformEventPatternsResult> getEbPlatformEventPatterns(GetEbPlatformEventPatternsArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getEbPlatformEventPatterns:getEbPlatformEventPatterns
arguments:
# arguments dictionaryThe following arguments are supported:
- Product
Type string - Platform product type.
- Id string
- Result
Output stringFile - Used to save results.
- Product
Type string - Platform product type.
- Id string
- Result
Output stringFile - Used to save results.
- product
Type String - Platform product type.
- id String
- result
Output StringFile - Used to save results.
- product
Type string - Platform product type.
- id string
- result
Output stringFile - Used to save results.
- product_
type str - Platform product type.
- id str
- result_
output_ strfile - Used to save results.
- product
Type String - Platform product type.
- id String
- result
Output StringFile - Used to save results.
getEbPlatformEventPatterns Result
The following output properties are available:
- Event
Patterns List<GetEb Platform Event Patterns Event Pattern> - Platform product event matching rules.
- Id string
- Product
Type string - Result
Output stringFile
- Event
Patterns []GetEb Platform Event Patterns Event Pattern - Platform product event matching rules.
- Id string
- Product
Type string - Result
Output stringFile
- event
Patterns List<GetEb Platform Event Patterns Event Pattern> - Platform product event matching rules.
- id String
- product
Type String - result
Output StringFile
- event
Patterns GetEb Platform Event Patterns Event Pattern[] - Platform product event matching rules.
- id string
- product
Type string - result
Output stringFile
- event_
patterns Sequence[GetEb Platform Event Patterns Event Pattern] - Platform product event matching rules.
- id str
- product_
type str - result_
output_ strfile
- event
Patterns List<Property Map> - Platform product event matching rules.
- id String
- product
Type String - result
Output StringFile
Supporting Types
GetEbPlatformEventPatternsEventPattern
- Event
Name string - Platform event name.Note: This field may return null, indicating that no valid value can be obtained.
- Event
Pattern string - Platform event matching rules.Note: This field may return null, indicating that no valid value can be obtained.
- Event
Name string - Platform event name.Note: This field may return null, indicating that no valid value can be obtained.
- Event
Pattern string - Platform event matching rules.Note: This field may return null, indicating that no valid value can be obtained.
- event
Name String - Platform event name.Note: This field may return null, indicating that no valid value can be obtained.
- event
Pattern String - Platform event matching rules.Note: This field may return null, indicating that no valid value can be obtained.
- event
Name string - Platform event name.Note: This field may return null, indicating that no valid value can be obtained.
- event
Pattern string - Platform event matching rules.Note: This field may return null, indicating that no valid value can be obtained.
- event_
name str - Platform event name.Note: This field may return null, indicating that no valid value can be obtained.
- event_
pattern str - Platform event matching rules.Note: This field may return null, indicating that no valid value can be obtained.
- event
Name String - Platform event name.Note: This field may return null, indicating that no valid value can be obtained.
- event
Pattern String - Platform event matching rules.Note: This field may return null, indicating that no valid value can be obtained.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
