Method: Aws::CodePipeline::Types::GitConfiguration#source_action_name

Defined in:
lib/aws-sdk-codepipeline/types.rb

#source_action_nameString

The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only.

<note markdown=“1”> You can only specify one trigger configuration per source action.

</note>

Returns:

  • (String)


2410
2411
2412
2413
2414
2415
2416
# File 'lib/aws-sdk-codepipeline/types.rb', line 2410

class GitConfiguration < Struct.new(
  :source_action_name,
  :push,
  :pull_request)
  SENSITIVE = []
  include Aws::Structure
end