codepipeline

package
v0.0.0-...-2e21a08 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MAIN_BRANCH = "main"
	DEV_BRANCH  = "dev"
	BRANCH      = "branch"
)

Variables

This section is empty.

Functions

func NewGoV2BranchPipeline

func NewGoV2BranchPipeline(scope constructs.Construct, id string, props GoPipelineProps) pipelines.CodePipeline

func NewGoV2MainPipeline

func NewGoV2MainPipeline(scope constructs.Construct, id string, props GoPipelineProps) pipelines.CodePipeline

Types

type DeployableStage

type DeployableStage struct {
	Stage        awscdk.Stage
	StageOptions *pipelines.AddStageOpts
}

type GoPipelineProps

type GoPipelineProps struct {
	ArtifactBucket awss3.IBucket
	CacheBucket    awss3.IBucket
	ConnectionArn  *string
	ServiceName    string
	RepoName       string
	Stages         []DeployableStage
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL