stack

package
v2.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build uint8
const (
	Prod Build = iota
	Dev
)

func (Build) String

func (s Build) String() string

type Stack

type Stack struct {
	awscdk.Stack
}

func NewStack

func NewStack(
	scope constructs.Construct,
	id *string,
	props *StackProps) Stack

func (Stack) GetName

func (s Stack) GetName() *string

type StackProps

type StackProps struct {
	awscdk.StackProps
	Semver semver.Version
	Build  Build
}

Jump to

Keyboard shortcuts

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