Class: Aws::Glue::Types::CreateTriggerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateTriggerRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<Types::Action>
The actions initiated by this trigger when it fires.
-
#description ⇒ String
A description of the new trigger.
-
#event_batching_condition ⇒ Types::EventBatchingCondition
Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.
-
#name ⇒ String
The name of the trigger.
-
#predicate ⇒ Types::Predicate
A predicate to specify when the new trigger should fire.
-
#schedule ⇒ String
A
cronexpression used to specify the schedule (see [Time-Based Schedules for Jobs and Crawlers][1]. For example, to run something every day at 12:15 UTC, you would specify:cron(15 12 * * ? *). -
#start_on_creation ⇒ Boolean
Set to
trueto startSCHEDULEDandCONDITIONALtriggers when created. -
#tags ⇒ Hash<String,String>
The tags to use with this trigger.
-
#type ⇒ String
The type of the new trigger.
-
#workflow_name ⇒ String
The name of the workflow associated with the trigger.
Instance Attribute Details
#actions ⇒ Array<Types::Action>
The actions initiated by this trigger when it fires.
7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7326 class CreateTriggerRequest < Struct.new( :name, :workflow_name, :type, :schedule, :predicate, :actions, :description, :start_on_creation, :tags, :event_batching_condition) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the new trigger.
7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7326 class CreateTriggerRequest < Struct.new( :name, :workflow_name, :type, :schedule, :predicate, :actions, :description, :start_on_creation, :tags, :event_batching_condition) SENSITIVE = [] include Aws::Structure end |
#event_batching_condition ⇒ Types::EventBatchingCondition
Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.
7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7326 class CreateTriggerRequest < Struct.new( :name, :workflow_name, :type, :schedule, :predicate, :actions, :description, :start_on_creation, :tags, :event_batching_condition) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the trigger.
7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7326 class CreateTriggerRequest < Struct.new( :name, :workflow_name, :type, :schedule, :predicate, :actions, :description, :start_on_creation, :tags, :event_batching_condition) SENSITIVE = [] include Aws::Structure end |
#predicate ⇒ Types::Predicate
A predicate to specify when the new trigger should fire.
This field is required when the trigger type is CONDITIONAL.
7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7326 class CreateTriggerRequest < Struct.new( :name, :workflow_name, :type, :schedule, :predicate, :actions, :description, :start_on_creation, :tags, :event_batching_condition) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ String
A cron expression used to specify the schedule (see Time-Based
Schedules for Jobs and Crawlers. For example, to run something
every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).
This field is required when the trigger type is SCHEDULED.
7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7326 class CreateTriggerRequest < Struct.new( :name, :workflow_name, :type, :schedule, :predicate, :actions, :description, :start_on_creation, :tags, :event_batching_condition) SENSITIVE = [] include Aws::Structure end |
#start_on_creation ⇒ Boolean
Set to true to start SCHEDULED and CONDITIONAL triggers when
created. True is not supported for ON_DEMAND triggers.
7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7326 class CreateTriggerRequest < Struct.new( :name, :workflow_name, :type, :schedule, :predicate, :actions, :description, :start_on_creation, :tags, :event_batching_condition) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to use with this trigger. You may use tags to limit access to the trigger. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.
7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7326 class CreateTriggerRequest < Struct.new( :name, :workflow_name, :type, :schedule, :predicate, :actions, :description, :start_on_creation, :tags, :event_batching_condition) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the new trigger.
7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7326 class CreateTriggerRequest < Struct.new( :name, :workflow_name, :type, :schedule, :predicate, :actions, :description, :start_on_creation, :tags, :event_batching_condition) SENSITIVE = [] include Aws::Structure end |
#workflow_name ⇒ String
The name of the workflow associated with the trigger.
7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7326 class CreateTriggerRequest < Struct.new( :name, :workflow_name, :type, :schedule, :predicate, :actions, :description, :start_on_creation, :tags, :event_batching_condition) SENSITIVE = [] include Aws::Structure end |