Skip to content

Instantly share code, notes, and snippets.

@SumindaD
Last active October 30, 2019 10:15
Show Gist options
  • Save SumindaD/882c6d766466270287288a973d1467aa to your computer and use it in GitHub Desktop.
Save SumindaD/882c6d766466270287288a973d1467aa to your computer and use it in GitHub Desktop.
CodePipeLine:
Type: AWS::CodePipeline::Pipeline
Properties:
ArtifactStore:
Location: !Join ['-', [!Ref Stage, !Ref 'AWS::AccountId', 's3bucket']]
Type: S3
Name: !Join ['-', [!Ref Stage, !Ref 'AWS::AccountId', 'CodePipeLine']]
RestartExecutionOnUpdate: False
RoleArn:
Fn::GetAtt: [ CodePipeLineExecutionRole, Arn ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment