You must be logged in to view saved presets
An IAM policy that grants permissions to disable and enable transitions between all stages in a specific pipeline
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"codepipeline:DisableStageTransition",
"codepipeline:EnableStageTransition"
],
"Resource": [
"arn:aws:codepipeline:::/*"
],
"Effect": "Allow"
}
]
}