Builder for a GitHub CodePipeline.

Hierarchy

  • GithubCodePipeline

Constructors

Properties

props: Partial<PipelineWorkflowProps>
synthProps: Partial<ShellStepProps>

Accessors

Methods

  • Build a credentials provider for the pipeline.

    Parameters

    • Optional accountIdSecretName: string

      The name of the secret containing the account ID. Defaults to AWS_PIPELINE_ACCOUNT_ID.

    • Optional roleName: string

      The name of the role to assume. Defaults to GitHubActionRole.

    Returns AwsCredentialsProvider

Generated using TypeDoc