{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "codepipeline:StartPipelineExecution" ], "Resource": ${pipeline_arn} }, { "Effect": "Allow", "Action": [ "codebuild:StartBuild" ], "Resource": ${codebuildproj_arn} } ] }