Method: Codepipe::Sns#default_properties
- Defined in:
- lib/codepipe/sns.rb
#default_properties ⇒ Object
24 25 26 27 28 29 30 31 32 33 34 35 36 |
# File 'lib/codepipe/sns.rb', line 24 def default_properties display_name = "#{@options[:full_pipeline_name]} pipeline" { display_name: display_name, # kms_master_key_id: "string", # subscription: [{ # endpoint: '', # protocol: ',' # }], # topic_name: "string", # Not setting because update requires: Replacement. Dont want 2 pipelines to collide } # https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-subscription.html end |