Last active
October 30, 2019 10:15
-
-
Save SumindaD/882c6d766466270287288a973d1467aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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