You can use the console to view pipeline settings, such as the pipeline ARN, the service role ARN, and the pipeline artifact store.
-
Sign in to the AWS Management Console and open the CodePipeline console at http://console.aws.amazon.com/codesuite/codepipeline/home
. The names of all pipelines associated with your AWS account will be displayed.
-
Choose the name of your pipeline, and then choose Settings in the left-hand navigation pane. The page shows the following:
-
The pipeline name
-
The pipeline Amazon Resource Name (ARN)
The pipeline ARN is constructed in this format:
arn:aws:codepipeline:
region
:account
:pipeline-name
Sample pipeline ARN:
arn:aws:codepipeline:us-east-2:80398EXAMPLE:MyFirstPipeline
-
The CodePipeline service role ARN for your pipeline
-
The pipeline version
-
The name and location of the artifact store for the pipeline
-