aws

package
v0.0.22 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RetryTimeout   = 2 * time.Second
	DefaultSSHPort = 22
)

Variables

View Source
var AwsCmd = &cobra.Command{
	Use:   "aws",
	Short: "AWS-related commands",
	Long:  `Commands for interacting with AWS resources.`,
}

Functions

func ExecuteCreateDeployment

func ExecuteCreateDeployment(cmd *cobra.Command, _ []string) error

func GetAwsCmd added in v0.0.20

func GetAwsCmd() *cobra.Command

func GetAwsCreateDeploymentCmd added in v0.0.20

func GetAwsCreateDeploymentCmd() *cobra.Command

func GetAwsDestroyCmd added in v0.0.20

func GetAwsDestroyCmd() *cobra.Command

func GetAwsDiagnosticsCmd added in v0.0.20

func GetAwsDiagnosticsCmd() *cobra.Command

GetAwsDiagnosticsCmd returns the diagnostics command

func GetAwsListDeploymentsCmd added in v0.0.20

func GetAwsListDeploymentsCmd() *cobra.Command

func InitializeCommands added in v0.0.20

func InitializeCommands()

func NewVpcStack added in v0.0.20

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

Types

type ConfigDeployment added in v0.0.20

type ConfigDeployment struct {
	Name         string
	Type         models.DeploymentType
	ID           string
	UniqueID     string
	FullViperKey string
}

Jump to

Keyboard shortcuts

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