We recommend new projects start with resources from the AWS provider.
aws-native.medialive.EventBridgeRuleTemplateGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::MediaLive::EventBridgeRuleTemplateGroup Resource Type
Create EventBridgeRuleTemplateGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EventBridgeRuleTemplateGroup(name: string, args?: EventBridgeRuleTemplateGroupArgs, opts?: CustomResourceOptions);
@overload
def EventBridgeRuleTemplateGroup(resource_name: str,
args: Optional[EventBridgeRuleTemplateGroupArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def EventBridgeRuleTemplateGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewEventBridgeRuleTemplateGroup(ctx *Context, name string, args *EventBridgeRuleTemplateGroupArgs, opts ...ResourceOption) (*EventBridgeRuleTemplateGroup, error)
public EventBridgeRuleTemplateGroup(string name, EventBridgeRuleTemplateGroupArgs? args = null, CustomResourceOptions? opts = null)
public EventBridgeRuleTemplateGroup(String name, EventBridgeRuleTemplateGroupArgs args)
public EventBridgeRuleTemplateGroup(String name, EventBridgeRuleTemplateGroupArgs args, CustomResourceOptions options)
type: aws-native:medialive:EventBridgeRuleTemplateGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args EventBridgeRuleTemplateGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EventBridgeRuleTemplateGroupArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EventBridgeRuleTemplateGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EventBridgeRuleTemplateGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EventBridgeRuleTemplateGroupArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
EventBridgeRuleTemplateGroup Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The EventBridgeRuleTemplateGroup resource accepts the following input properties:
- Description string
- A resource's optional description.
- Name string
- A resource's name. Names must be unique within the scope of a resource type in a specific region.
- Dictionary<string, string>
- Description string
- A resource's optional description.
- Name string
- A resource's name. Names must be unique within the scope of a resource type in a specific region.
- map[string]string
- description String
- A resource's optional description.
- name String
- A resource's name. Names must be unique within the scope of a resource type in a specific region.
- Map<String,String>
- description string
- A resource's optional description.
- name string
- A resource's name. Names must be unique within the scope of a resource type in a specific region.
- {[key: string]: string}
- description str
- A resource's optional description.
- name str
- A resource's name. Names must be unique within the scope of a resource type in a specific region.
- Mapping[str, str]
- description String
- A resource's optional description.
- name String
- A resource's name. Names must be unique within the scope of a resource type in a specific region.
- Map<String>
Outputs
All input properties are implicitly available as output properties. Additionally, the EventBridgeRuleTemplateGroup resource produces the following output properties:
- Arn string
- An eventbridge rule template group's ARN (Amazon Resource Name)
- Aws
Id string - An eventbridge rule template group's id. AWS provided template groups have ids that start with
aws-
- Created
At string - The date and time of resource creation.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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)
- Aws
Id string - An eventbridge rule template group's id. AWS provided template groups have ids that start with
aws-
- Created
At string - The date and time of resource creation.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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)
- aws
Id String - An eventbridge rule template group's id. AWS provided template groups have ids that start with
aws-
- created
At String - The date and time of resource creation.
- id String
- The provider-assigned unique ID for this managed resource.
- 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)
- aws
Id string - An eventbridge rule template group's id. AWS provided template groups have ids that start with
aws-
- created
At string - The date and time of resource creation.
- id string
- The provider-assigned unique ID for this managed resource.
- 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)
- aws_
id str - An eventbridge rule template group's id. AWS provided template groups have ids that start with
aws-
- created_
at str - The date and time of resource creation.
- id str
- The provider-assigned unique ID for this managed resource.
- 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)
- aws
Id String - An eventbridge rule template group's id. AWS provided template groups have ids that start with
aws-
- created
At String - The date and time of resource creation.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.