Class: Aws::CodeDeploy::Types::TriggerConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Information about notification triggers for the deployment group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trigger_eventsArray<String>

The event type or types for which notifications are triggered.

Returns:

  • (Array<String>)


4920
4921
4922
4923
4924
4925
4926
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4920

class TriggerConfig < Struct.new(
  :trigger_name,
  :trigger_target_arn,
  :trigger_events)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_nameString

The name of the notification trigger.

Returns:

  • (String)


4920
4921
4922
4923
4924
4925
4926
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4920

class TriggerConfig < Struct.new(
  :trigger_name,
  :trigger_target_arn,
  :trigger_events)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_target_arnString

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

Returns:

  • (String)


4920
4921
4922
4923
4924
4925
4926
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4920

class TriggerConfig < Struct.new(
  :trigger_name,
  :trigger_target_arn,
  :trigger_events)
  SENSITIVE = []
  include Aws::Structure
end