Sha256: 066465bc5fc87c1b71167dda21e53d8b3c3b17e816e187c7b17a7383917a4d2d

Contents?: true

Size: 628 Bytes

Versions: 16

Compression:

Stored size: 628 Bytes

Contents

# If user has specified their own existing SNS topic ARN, then this SNS Topic managed by the codepipeline
# tool will not get created. Also, only gets created if there's an approval action in the pipeline.
#
# Example properties:
#
#   https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html
#
# display_name "my display_name"
# kms_master_key_id "String"
# subscription([{
#   endpoint: '',
#   protocol: ','
# }])
# topic_name "string", # Recommend not setting because update requires: Replacement. Allow CloudFormation to set it so 2 pipelines dont have same SNS Topic name that collides

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
pipedream-0.4.8 lib/template/.pipedream/sns.rb
pipedream-0.4.7 lib/template/.pipedream/sns.rb
pipedream-0.4.6 lib/template/.pipedream/sns.rb
pipedream-0.4.5 lib/template/.pipedream/sns.rb
pipedream-0.4.4 lib/template/.pipedream/sns.rb
pipedream-0.4.3 lib/template/.pipedream/sns.rb
pipedream-0.4.2 lib/template/.pipedream/sns.rb
pipedream-0.4.1 lib/template/.pipedream/sns.rb
codepipeline-0.3.4 lib/template/.codepipeline/sns.rb
pipedream-0.4.0 lib/template/.pipedream/sns.rb
codepipeline-0.3.3 lib/template/.codepipeline/sns.rb
codepipeline-0.3.2 lib/template/.codepipeline/sns.rb
codepipeline-0.3.1 lib/template/.codepipeline/sns.rb
codepipeline-0.3.0 lib/template/.codepipeline/sns.rb
codepipeline-0.2.1 lib/template/.codepipeline/sns.rb
codepipeline-0.2.0 lib/template/.codepipeline/sns.rb