We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.medialive.getEventBridgeRuleTemplateGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Definition of AWS::MediaLive::EventBridgeRuleTemplateGroup Resource Type
Using getEventBridgeRuleTemplateGroup
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 getEventBridgeRuleTemplateGroup(args: GetEventBridgeRuleTemplateGroupArgs, opts?: InvokeOptions): Promise<GetEventBridgeRuleTemplateGroupResult>
function getEventBridgeRuleTemplateGroupOutput(args: GetEventBridgeRuleTemplateGroupOutputArgs, opts?: InvokeOptions): Output<GetEventBridgeRuleTemplateGroupResult>
def get_event_bridge_rule_template_group(identifier: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEventBridgeRuleTemplateGroupResult
def get_event_bridge_rule_template_group_output(identifier: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEventBridgeRuleTemplateGroupResult]
func LookupEventBridgeRuleTemplateGroup(ctx *Context, args *LookupEventBridgeRuleTemplateGroupArgs, opts ...InvokeOption) (*LookupEventBridgeRuleTemplateGroupResult, error)
func LookupEventBridgeRuleTemplateGroupOutput(ctx *Context, args *LookupEventBridgeRuleTemplateGroupOutputArgs, opts ...InvokeOption) LookupEventBridgeRuleTemplateGroupResultOutput
> Note: This function is named LookupEventBridgeRuleTemplateGroup
in the Go SDK.
public static class GetEventBridgeRuleTemplateGroup
{
public static Task<GetEventBridgeRuleTemplateGroupResult> InvokeAsync(GetEventBridgeRuleTemplateGroupArgs args, InvokeOptions? opts = null)
public static Output<GetEventBridgeRuleTemplateGroupResult> Invoke(GetEventBridgeRuleTemplateGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEventBridgeRuleTemplateGroupResult> getEventBridgeRuleTemplateGroup(GetEventBridgeRuleTemplateGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:medialive:getEventBridgeRuleTemplateGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Identifier string
- Identifier string
- identifier String
- identifier string
- identifier str
- identifier String
getEventBridgeRuleTemplateGroup Result
The following output properties are available:
- Arn string
- An eventbridge rule template group's ARN (Amazon Resource Name)
- Created
At string - The date and time of resource creation.
- Description string
- A resource's optional description.
- Id string
- An eventbridge rule template group's id. AWS provided template groups have ids that start with
aws-
- Identifier string
- Modified
At string - The date and time of latest resource modification.
- Arn string
- An eventbridge rule template group's ARN (Amazon Resource Name)
- Created
At string - The date and time of resource creation.
- Description string
- A resource's optional description.
- Id string
- An eventbridge rule template group's id. AWS provided template groups have ids that start with
aws-
- Identifier string
- Modified
At string - The date and time of latest resource modification.
- arn String
- An eventbridge rule template group's ARN (Amazon Resource Name)
- created
At String - The date and time of resource creation.
- description String
- A resource's optional description.
- id String
- An eventbridge rule template group's id. AWS provided template groups have ids that start with
aws-
- identifier String
- modified
At String - The date and time of latest resource modification.
- arn string
- An eventbridge rule template group's ARN (Amazon Resource Name)
- created
At string - The date and time of resource creation.
- description string
- A resource's optional description.
- id string
- An eventbridge rule template group's id. AWS provided template groups have ids that start with
aws-
- identifier string
- modified
At string - The date and time of latest resource modification.
- arn str
- An eventbridge rule template group's ARN (Amazon Resource Name)
- created_
at str - The date and time of resource creation.
- description str
- A resource's optional description.
- id str
- An eventbridge rule template group's id. AWS provided template groups have ids that start with
aws-
- identifier str
- modified_
at str - The date and time of latest resource modification.
- arn String
- An eventbridge rule template group's ARN (Amazon Resource Name)
- created
At String - The date and time of resource creation.
- description String
- A resource's optional description.
- id String
- An eventbridge rule template group's id. AWS provided template groups have ids that start with
aws-
- identifier String
- modified
At String - The date and time of latest resource modification.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi