Class: Aws::MediaLive::Types::CreateEventBridgeRuleTemplateRequestContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateEventBridgeRuleTemplateRequestContent
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A resource's optional description.
-
#event_targets ⇒ Array<Types::EventBridgeRuleTemplateTarget>
-
#event_type ⇒ String
The type of event to match with the rule.
-
#group_identifier ⇒ String
An eventbridge rule template group's identifier.
-
#name ⇒ String
A resource's name.
-
#request_id ⇒ String
An ID that you assign to a create request.
-
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
Instance Attribute Details
#description ⇒ String
A resource's optional description.
14822 14823 14824 14825 14826 14827 14828 14829 14830 14831 14832 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14822 class CreateEventBridgeRuleTemplateRequestContent < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |
#event_targets ⇒ Array<Types::EventBridgeRuleTemplateTarget>
14822 14823 14824 14825 14826 14827 14828 14829 14830 14831 14832 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14822 class CreateEventBridgeRuleTemplateRequestContent < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of event to match with the rule.
14822 14823 14824 14825 14826 14827 14828 14829 14830 14831 14832 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14822 class CreateEventBridgeRuleTemplateRequestContent < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |
#group_identifier ⇒ String
An eventbridge rule template group's identifier. Can be either be its id or current name.
14822 14823 14824 14825 14826 14827 14828 14829 14830 14831 14832 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14822 class CreateEventBridgeRuleTemplateRequestContent < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A resource's name. Names must be unique within the scope of a resource type in a specific region.
14822 14823 14824 14825 14826 14827 14828 14829 14830 14831 14832 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14822 class CreateEventBridgeRuleTemplateRequestContent < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
An ID that you assign to a create request. This ID ensures idempotency when creating resources.A suitable default value is auto-generated. You should normally not need to pass this option.
14822 14823 14824 14825 14826 14827 14828 14829 14830 14831 14832 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14822 class CreateEventBridgeRuleTemplateRequestContent < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
14822 14823 14824 14825 14826 14827 14828 14829 14830 14831 14832 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14822 class CreateEventBridgeRuleTemplateRequestContent < Struct.new( :description, :event_targets, :event_type, :group_identifier, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |