awsdeployer_pb

package
v0.0.0-...-cdab844 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2025 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	EnvAttr_name = map[int32]string{
		0: "ENV_ATTR_UNSPECIFIED",
		1: "ENV_ATTR_FULL_NAME",
		2: "ENV_ATTR_SNS_PREFIX",
	}
	EnvAttr_value = map[string]int32{
		"ENV_ATTR_UNSPECIFIED": 0,
		"ENV_ATTR_FULL_NAME":   1,
		"ENV_ATTR_SNS_PREFIX":  2,
	}
)

Enum value maps for EnvAttr.

View Source
var (
	ParameterSourceType_Aurora_Part_name = map[int32]string{
		0: "PART_UNSPECIFIED",
		1: "PART_JSON",
		2: "PART_IDENTIFIER",
		3: "PART_ENDPOINT",
		4: "PART_DBNAME",
	}
	ParameterSourceType_Aurora_Part_value = map[string]int32{
		"PART_UNSPECIFIED": 0,
		"PART_JSON":        1,
		"PART_IDENTIFIER":  2,
		"PART_ENDPOINT":    3,
		"PART_DBNAME":      4,
	}
)

Enum value maps for ParameterSourceType_Aurora_Part.

View Source
var (
	ParameterSourceType_DatabaseServer_Part_name = map[int32]string{
		0: "PART_UNSPECIFIED",
		1: "PART_CLIENT_SECURITY_GROUP",
	}
	ParameterSourceType_DatabaseServer_Part_value = map[string]int32{
		"PART_UNSPECIFIED":           0,
		"PART_CLIENT_SECURITY_GROUP": 1,
	}
)

Enum value maps for ParameterSourceType_DatabaseServer_Part.

View Source
var (
	EnvAttr_name_short = map[int32]string{
		0: "UNSPECIFIED",
		1: "FULL_NAME",
		2: "SNS_PREFIX",
	}
	EnvAttr_value_short = map[string]int32{
		"UNSPECIFIED": 0,
		"FULL_NAME":   1,
		"SNS_PREFIX":  2,
	}
	EnvAttr_value_either = map[string]int32{
		"UNSPECIFIED":          0,
		"ENV_ATTR_UNSPECIFIED": 0,
		"FULL_NAME":            1,
		"ENV_ATTR_FULL_NAME":   1,
		"SNS_PREFIX":           2,
		"ENV_ATTR_SNS_PREFIX":  2,
	}
)
View Source
var (
	ClusterStatus_name = map[int32]string{
		0: "CLUSTER_STATUS_UNSPECIFIED",
		1: "CLUSTER_STATUS_ACTIVE",
	}
	ClusterStatus_value = map[string]int32{
		"CLUSTER_STATUS_UNSPECIFIED": 0,
		"CLUSTER_STATUS_ACTIVE":      1,
	}
)

Enum value maps for ClusterStatus.

View Source
var (
	ClusterStatus_name_short = map[int32]string{
		0: "UNSPECIFIED",
		1: "ACTIVE",
	}
	ClusterStatus_value_short = map[string]int32{
		"UNSPECIFIED": 0,
		"ACTIVE":      1,
	}
	ClusterStatus_value_either = map[string]int32{
		"UNSPECIFIED":                0,
		"CLUSTER_STATUS_UNSPECIFIED": 0,
		"ACTIVE":                     1,
		"CLUSTER_STATUS_ACTIVE":      1,
	}
)
View Source
var (
	DeploymentStatus_name = map[int32]string{
		0:   "DEPLOYMENT_STATUS_UNSPECIFIED",
		1:   "DEPLOYMENT_STATUS_QUEUED",
		2:   "DEPLOYMENT_STATUS_TRIGGERED",
		3:   "DEPLOYMENT_STATUS_WAITING",
		4:   "DEPLOYMENT_STATUS_AVAILABLE",
		5:   "DEPLOYMENT_STATUS_RUNNING",
		100: "DEPLOYMENT_STATUS_DONE",
		101: "DEPLOYMENT_STATUS_FAILED",
		102: "DEPLOYMENT_STATUS_TERMINATED",
	}
	DeploymentStatus_value = map[string]int32{
		"DEPLOYMENT_STATUS_UNSPECIFIED": 0,
		"DEPLOYMENT_STATUS_QUEUED":      1,
		"DEPLOYMENT_STATUS_TRIGGERED":   2,
		"DEPLOYMENT_STATUS_WAITING":     3,
		"DEPLOYMENT_STATUS_AVAILABLE":   4,
		"DEPLOYMENT_STATUS_RUNNING":     5,
		"DEPLOYMENT_STATUS_DONE":        100,
		"DEPLOYMENT_STATUS_FAILED":      101,
		"DEPLOYMENT_STATUS_TERMINATED":  102,
	}
)

Enum value maps for DeploymentStatus.

View Source
var (
	DeploymentStatus_name_short = map[int32]string{
		0:   "UNSPECIFIED",
		1:   "QUEUED",
		2:   "TRIGGERED",
		3:   "WAITING",
		4:   "AVAILABLE",
		5:   "RUNNING",
		100: "DONE",
		101: "FAILED",
		102: "TERMINATED",
	}
	DeploymentStatus_value_short = map[string]int32{
		"UNSPECIFIED": 0,
		"QUEUED":      1,
		"TRIGGERED":   2,
		"WAITING":     3,
		"AVAILABLE":   4,
		"RUNNING":     5,
		"DONE":        100,
		"FAILED":      101,
		"TERMINATED":  102,
	}
	DeploymentStatus_value_either = map[string]int32{
		"UNSPECIFIED":                   0,
		"DEPLOYMENT_STATUS_UNSPECIFIED": 0,
		"QUEUED":                        1,
		"DEPLOYMENT_STATUS_QUEUED":      1,
		"TRIGGERED":                     2,
		"DEPLOYMENT_STATUS_TRIGGERED":   2,
		"WAITING":                       3,
		"DEPLOYMENT_STATUS_WAITING":     3,
		"AVAILABLE":                     4,
		"DEPLOYMENT_STATUS_AVAILABLE":   4,
		"RUNNING":                       5,
		"DEPLOYMENT_STATUS_RUNNING":     5,
		"DONE":                          100,
		"DEPLOYMENT_STATUS_DONE":        100,
		"FAILED":                        101,
		"DEPLOYMENT_STATUS_FAILED":      101,
		"TERMINATED":                    102,
		"DEPLOYMENT_STATUS_TERMINATED":  102,
	}
)
View Source
var (
	EnvironmentStatus_name = map[int32]string{
		0: "ENVIRONMENT_STATUS_UNSPECIFIED",
		1: "ENVIRONMENT_STATUS_ACTIVE",
	}
	EnvironmentStatus_value = map[string]int32{
		"ENVIRONMENT_STATUS_UNSPECIFIED": 0,
		"ENVIRONMENT_STATUS_ACTIVE":      1,
	}
)

Enum value maps for EnvironmentStatus.

View Source
var (
	EnvironmentStatus_name_short = map[int32]string{
		0: "UNSPECIFIED",
		1: "ACTIVE",
	}
	EnvironmentStatus_value_short = map[string]int32{
		"UNSPECIFIED": 0,
		"ACTIVE":      1,
	}
	EnvironmentStatus_value_either = map[string]int32{
		"UNSPECIFIED":                    0,
		"ENVIRONMENT_STATUS_UNSPECIFIED": 0,
		"ACTIVE":                         1,
		"ENVIRONMENT_STATUS_ACTIVE":      1,
	}
)
View Source
var (
	StackStatus_name = map[int32]string{
		0: "STACK_STATUS_UNSPECIFIED",
		1: "STACK_STATUS_MIGRATING",
		2: "STACK_STATUS_AVAILABLE",
	}
	StackStatus_value = map[string]int32{
		"STACK_STATUS_UNSPECIFIED": 0,
		"STACK_STATUS_MIGRATING":   1,
		"STACK_STATUS_AVAILABLE":   2,
	}
)

Enum value maps for StackStatus.

View Source
var (
	StackStatus_name_short = map[int32]string{
		0: "UNSPECIFIED",
		1: "MIGRATING",
		2: "AVAILABLE",
	}
	StackStatus_value_short = map[string]int32{
		"UNSPECIFIED": 0,
		"MIGRATING":   1,
		"AVAILABLE":   2,
	}
	StackStatus_value_either = map[string]int32{
		"UNSPECIFIED":              0,
		"STACK_STATUS_UNSPECIFIED": 0,
		"MIGRATING":                1,
		"STACK_STATUS_MIGRATING":   1,
		"AVAILABLE":                2,
		"STACK_STATUS_AVAILABLE":   2,
	}
)
View Source
var (
	StepPhase_name = map[int32]string{
		0: "STEP_PHASE_UNSPECIFIED",
		1: "STEP_PHASE_WAIT",
		2: "STEP_PHASE_STEPS",
	}
	StepPhase_value = map[string]int32{
		"STEP_PHASE_UNSPECIFIED": 0,
		"STEP_PHASE_WAIT":        1,
		"STEP_PHASE_STEPS":       2,
	}
)

Enum value maps for StepPhase.

View Source
var (
	CFLifecycle_name = map[int32]string{
		0: "CF_LIFECYCLE_UNSPECIFIED",
		1: "CF_LIFECYCLE_PROGRESS",
		2: "CF_LIFECYCLE_COMPLETE",
		3: "CF_LIFECYCLE_ROLLING_BACK",
		4: "CF_LIFECYCLE_CREATE_FAILED",
		5: "CF_LIFECYCLE_TERMINAL",
		7: "CF_LIFECYCLE_ROLLED_BACK",
		6: "CF_LIFECYCLE_MISSING",
	}
	CFLifecycle_value = map[string]int32{
		"CF_LIFECYCLE_UNSPECIFIED":   0,
		"CF_LIFECYCLE_PROGRESS":      1,
		"CF_LIFECYCLE_COMPLETE":      2,
		"CF_LIFECYCLE_ROLLING_BACK":  3,
		"CF_LIFECYCLE_CREATE_FAILED": 4,
		"CF_LIFECYCLE_TERMINAL":      5,
		"CF_LIFECYCLE_ROLLED_BACK":   7,
		"CF_LIFECYCLE_MISSING":       6,
	}
)

Enum value maps for CFLifecycle.

View Source
var (
	CFChangesetLifecycle_name = map[int32]string{
		0: "CF_CHANGESET_LIFECYCLE_UNSPECIFIED",
		1: "CF_CHANGESET_LIFECYCLE_UNAVAILABLE",
		2: "CF_CHANGESET_LIFECYCLE_AVAILABLE",
		3: "CF_CHANGESET_LIFECYCLE_EXECUTION",
		4: "CF_CHANGESET_LIFECYCLE_TERMINAL",
	}
	CFChangesetLifecycle_value = map[string]int32{
		"CF_CHANGESET_LIFECYCLE_UNSPECIFIED": 0,
		"CF_CHANGESET_LIFECYCLE_UNAVAILABLE": 1,
		"CF_CHANGESET_LIFECYCLE_AVAILABLE":   2,
		"CF_CHANGESET_LIFECYCLE_EXECUTION":   3,
		"CF_CHANGESET_LIFECYCLE_TERMINAL":    4,
	}
)

Enum value maps for CFChangesetLifecycle.

View Source
var (
	StepPhase_name_short = map[int32]string{
		0: "UNSPECIFIED",
		1: "WAIT",
		2: "STEPS",
	}
	StepPhase_value_short = map[string]int32{
		"UNSPECIFIED": 0,
		"WAIT":        1,
		"STEPS":       2,
	}
	StepPhase_value_either = map[string]int32{
		"UNSPECIFIED":            0,
		"STEP_PHASE_UNSPECIFIED": 0,
		"WAIT":                   1,
		"STEP_PHASE_WAIT":        1,
		"STEPS":                  2,
		"STEP_PHASE_STEPS":       2,
	}
)
View Source
var (
	CFLifecycle_name_short = map[int32]string{
		0: "UNSPECIFIED",
		1: "PROGRESS",
		2: "COMPLETE",
		3: "ROLLING_BACK",
		4: "CREATE_FAILED",
		5: "TERMINAL",
		7: "ROLLED_BACK",
		6: "MISSING",
	}
	CFLifecycle_value_short = map[string]int32{
		"UNSPECIFIED":   0,
		"PROGRESS":      1,
		"COMPLETE":      2,
		"ROLLING_BACK":  3,
		"CREATE_FAILED": 4,
		"TERMINAL":      5,
		"ROLLED_BACK":   7,
		"MISSING":       6,
	}
	CFLifecycle_value_either = map[string]int32{
		"UNSPECIFIED":                0,
		"CF_LIFECYCLE_UNSPECIFIED":   0,
		"PROGRESS":                   1,
		"CF_LIFECYCLE_PROGRESS":      1,
		"COMPLETE":                   2,
		"CF_LIFECYCLE_COMPLETE":      2,
		"ROLLING_BACK":               3,
		"CF_LIFECYCLE_ROLLING_BACK":  3,
		"CREATE_FAILED":              4,
		"CF_LIFECYCLE_CREATE_FAILED": 4,
		"TERMINAL":                   5,
		"CF_LIFECYCLE_TERMINAL":      5,
		"ROLLED_BACK":                7,
		"CF_LIFECYCLE_ROLLED_BACK":   7,
		"MISSING":                    6,
		"CF_LIFECYCLE_MISSING":       6,
	}
)
View Source
var (
	CFChangesetLifecycle_name_short = map[int32]string{
		0: "UNSPECIFIED",
		1: "UNAVAILABLE",
		2: "AVAILABLE",
		3: "EXECUTION",
		4: "TERMINAL",
	}
	CFChangesetLifecycle_value_short = map[string]int32{
		"UNSPECIFIED": 0,
		"UNAVAILABLE": 1,
		"AVAILABLE":   2,
		"EXECUTION":   3,
		"TERMINAL":    4,
	}
	CFChangesetLifecycle_value_either = map[string]int32{
		"UNSPECIFIED":                        0,
		"CF_CHANGESET_LIFECYCLE_UNSPECIFIED": 0,
		"UNAVAILABLE":                        1,
		"CF_CHANGESET_LIFECYCLE_UNAVAILABLE": 1,
		"AVAILABLE":                          2,
		"CF_CHANGESET_LIFECYCLE_AVAILABLE":   2,
		"EXECUTION":                          3,
		"CF_CHANGESET_LIFECYCLE_EXECUTION":   3,
		"TERMINAL":                           4,
		"CF_CHANGESET_LIFECYCLE_TERMINAL":    4,
	}
)
View Source
var File_o5_aws_deployer_v1_cf_parameters_proto protoreflect.FileDescriptor
View Source
var File_o5_aws_deployer_v1_cluster_proto protoreflect.FileDescriptor
View Source
var File_o5_aws_deployer_v1_deployment_proto protoreflect.FileDescriptor
View Source
var File_o5_aws_deployer_v1_environment_proto protoreflect.FileDescriptor
View Source
var File_o5_aws_deployer_v1_postgres_proto protoreflect.FileDescriptor
View Source
var File_o5_aws_deployer_v1_stack_proto protoreflect.FileDescriptor
View Source
var File_o5_aws_deployer_v1_steps_proto protoreflect.FileDescriptor

Functions

func ClusterPSMLinkHook

func ClusterPSMLinkHook[SE ClusterPSMEvent, DK psm.IKeyset, DIE psm.IInnerEvent](
	linkDestination psm.LinkDestination[DK, DIE],
	cb func(context.Context, *ClusterState, SE, func(DK, DIE)) error,
) psm.LinkHook[
	*ClusterKeys,
	*ClusterState,
	ClusterStatus,
	*ClusterStateData,
	*ClusterEvent,
	ClusterPSMEvent,
	SE,
	DK,
	DIE,
]

func DeploymentPSMLinkHook

func DeploymentPSMLinkHook[SE DeploymentPSMEvent, DK psm.IKeyset, DIE psm.IInnerEvent](
	linkDestination psm.LinkDestination[DK, DIE],
	cb func(context.Context, *DeploymentState, SE, func(DK, DIE)) error,
) psm.LinkHook[
	*DeploymentKeys,
	*DeploymentState,
	DeploymentStatus,
	*DeploymentStateData,
	*DeploymentEvent,
	DeploymentPSMEvent,
	SE,
	DK,
	DIE,
]

func StackPSMLinkHook

func StackPSMLinkHook[SE StackPSMEvent, DK psm.IKeyset, DIE psm.IInnerEvent](
	linkDestination psm.LinkDestination[DK, DIE],
	cb func(context.Context, *StackState, SE, func(DK, DIE)) error,
) psm.LinkHook[
	*StackKeys,
	*StackState,
	StackStatus,
	*StackStateData,
	*StackEvent,
	StackPSMEvent,
	SE,
	DK,
	DIE,
]

Types

type CFChangesetLifecycle

type CFChangesetLifecycle int32
const (
	CFChangesetLifecycle_CF_CHANGESET_LIFECYCLE_UNSPECIFIED CFChangesetLifecycle = 0
	// Progressing well, no errors, no rollback
	CFChangesetLifecycle_CF_CHANGESET_LIFECYCLE_UNAVAILABLE CFChangesetLifecycle = 1
	// Plan Completed successfully
	CFChangesetLifecycle_CF_CHANGESET_LIFECYCLE_AVAILABLE CFChangesetLifecycle = 2
	// Plan has been executed, and is either executing, completed or failed,
	// either way, the stack itself now has the status.
	CFChangesetLifecycle_CF_CHANGESET_LIFECYCLE_EXECUTION CFChangesetLifecycle = 3
	// Plan failure
	CFChangesetLifecycle_CF_CHANGESET_LIFECYCLE_TERMINAL CFChangesetLifecycle = 4
)
const (
	CFChangesetLifecycle_UNSPECIFIED CFChangesetLifecycle = 0
	CFChangesetLifecycle_UNAVAILABLE CFChangesetLifecycle = 1
	CFChangesetLifecycle_AVAILABLE   CFChangesetLifecycle = 2
	CFChangesetLifecycle_EXECUTION   CFChangesetLifecycle = 3
	CFChangesetLifecycle_TERMINAL    CFChangesetLifecycle = 4
)

CFChangesetLifecycle

func (CFChangesetLifecycle) Descriptor

func (CFChangesetLifecycle) Enum

func (CFChangesetLifecycle) EnumDescriptor deprecated

func (CFChangesetLifecycle) EnumDescriptor() ([]byte, []int)

Deprecated: Use CFChangesetLifecycle.Descriptor instead.

func (CFChangesetLifecycle) Number

func (*CFChangesetLifecycle) Scan

func (x *CFChangesetLifecycle) Scan(value interface{}) error

func (CFChangesetLifecycle) ShortString

func (x CFChangesetLifecycle) ShortString() string

ShortString returns the un-prefixed string representation of the enum value

func (CFChangesetLifecycle) String

func (x CFChangesetLifecycle) String() string

func (CFChangesetLifecycle) Type

func (CFChangesetLifecycle) Value

func (x CFChangesetLifecycle) Value() (driver.Value, error)

type CFChangesetOutput

type CFChangesetOutput struct {
	Lifecycle CFChangesetLifecycle `protobuf:"varint,1,opt,name=lifecycle,proto3,enum=o5.aws.deployer.v1.CFChangesetLifecycle" json:"lifecycle,omitempty"`
	// contains filtered or unexported fields
}

func (*CFChangesetOutput) Descriptor deprecated

func (*CFChangesetOutput) Descriptor() ([]byte, []int)

Deprecated: Use CFChangesetOutput.ProtoReflect.Descriptor instead.

func (*CFChangesetOutput) GetLifecycle

func (x *CFChangesetOutput) GetLifecycle() CFChangesetLifecycle

func (*CFChangesetOutput) ProtoMessage

func (*CFChangesetOutput) ProtoMessage()

func (*CFChangesetOutput) ProtoReflect

func (x *CFChangesetOutput) ProtoReflect() protoreflect.Message

func (*CFChangesetOutput) Reset

func (x *CFChangesetOutput) Reset()

func (*CFChangesetOutput) String

func (x *CFChangesetOutput) String() string

type CFImport

type CFImport struct {
	ResourceType string            `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	LogicalId    string            `protobuf:"bytes,2,opt,name=logical_id,json=logicalId,proto3" json:"logical_id,omitempty"`
	PhysicalId   map[string]string `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CFImport) Descriptor deprecated

func (*CFImport) Descriptor() ([]byte, []int)

Deprecated: Use CFImport.ProtoReflect.Descriptor instead.

func (*CFImport) GetLogicalId

func (x *CFImport) GetLogicalId() string

func (*CFImport) GetPhysicalId

func (x *CFImport) GetPhysicalId() map[string]string

func (*CFImport) GetResourceType

func (x *CFImport) GetResourceType() string

func (*CFImport) ProtoMessage

func (*CFImport) ProtoMessage()

func (*CFImport) ProtoReflect

func (x *CFImport) ProtoReflect() protoreflect.Message

func (*CFImport) Reset

func (x *CFImport) Reset()

func (*CFImport) String

func (x *CFImport) String() string

type CFLifecycle

type CFLifecycle int32
const (
	CFLifecycle_CF_LIFECYCLE_UNSPECIFIED CFLifecycle = 0
	// Going well, no errors yet, no rollback, keep waiting.
	CFLifecycle_CF_LIFECYCLE_PROGRESS CFLifecycle = 1
	// Update or Create Completed successfully
	CFLifecycle_CF_LIFECYCLE_COMPLETE CFLifecycle = 2
	// Rolling back to previous version or deleting on create failure
	CFLifecycle_CF_LIFECYCLE_ROLLING_BACK CFLifecycle = 3
	// Create Failed: The stack was not created, it may need to be deleted, manual
	// intervention may be required.
	CFLifecycle_CF_LIFECYCLE_CREATE_FAILED CFLifecycle = 4
	// Something we can't automatically recover from, manual intervention is
	// required.
	CFLifecycle_CF_LIFECYCLE_TERMINAL CFLifecycle = 5
	// Rolled Back: The last update failed, but the stack is now stable so a new
	// deployment can begin.
	CFLifecycle_CF_LIFECYCLE_ROLLED_BACK CFLifecycle = 7
	// Missing, not present currently, either never created or deleted, not not
	// 'rolled back'
	CFLifecycle_CF_LIFECYCLE_MISSING CFLifecycle = 6
)
const (
	CFLifecycle_UNSPECIFIED   CFLifecycle = 0
	CFLifecycle_PROGRESS      CFLifecycle = 1
	CFLifecycle_COMPLETE      CFLifecycle = 2
	CFLifecycle_ROLLING_BACK  CFLifecycle = 3
	CFLifecycle_CREATE_FAILED CFLifecycle = 4
	CFLifecycle_TERMINAL      CFLifecycle = 5
	CFLifecycle_ROLLED_BACK   CFLifecycle = 7
	CFLifecycle_MISSING       CFLifecycle = 6
)

CFLifecycle

func (CFLifecycle) Descriptor

func (CFLifecycle) Enum

func (x CFLifecycle) Enum() *CFLifecycle

func (CFLifecycle) EnumDescriptor deprecated

func (CFLifecycle) EnumDescriptor() ([]byte, []int)

Deprecated: Use CFLifecycle.Descriptor instead.

func (CFLifecycle) Number

func (x CFLifecycle) Number() protoreflect.EnumNumber

func (*CFLifecycle) Scan

func (x *CFLifecycle) Scan(value interface{}) error

func (CFLifecycle) ShortString

func (x CFLifecycle) ShortString() string

ShortString returns the un-prefixed string representation of the enum value

func (CFLifecycle) String

func (x CFLifecycle) String() string

func (CFLifecycle) Type

func (CFLifecycle) Value

func (x CFLifecycle) Value() (driver.Value, error)

type CFStackInput

type CFStackInput struct {
	StackName string `protobuf:"bytes,1,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
	// Types that are assignable to Template:
	//
	//	*CFStackInput_S3Template
	//	*CFStackInput_TemplateBody
	//	*CFStackInput_EmptyStack
	Template     isCFStackInput_Template         `protobuf_oneof:"template"`
	DesiredCount int32                           `protobuf:"varint,4,opt,name=desired_count,json=desiredCount,proto3" json:"desired_count,omitempty"`
	Parameters   []*CloudFormationStackParameter `protobuf:"bytes,5,rep,name=parameters,proto3" json:"parameters,omitempty"`
	SnsTopics    []string                        `protobuf:"bytes,6,rep,name=sns_topics,json=snsTopics,proto3" json:"sns_topics,omitempty"`
	// contains filtered or unexported fields
}

func (*CFStackInput) Descriptor deprecated

func (*CFStackInput) Descriptor() ([]byte, []int)

Deprecated: Use CFStackInput.ProtoReflect.Descriptor instead.

func (*CFStackInput) GetDesiredCount

func (x *CFStackInput) GetDesiredCount() int32

func (*CFStackInput) GetEmptyStack

func (x *CFStackInput) GetEmptyStack() bool

func (*CFStackInput) GetParameters

func (x *CFStackInput) GetParameters() []*CloudFormationStackParameter

func (*CFStackInput) GetS3Template

func (x *CFStackInput) GetS3Template() *S3Template

func (*CFStackInput) GetSnsTopics

func (x *CFStackInput) GetSnsTopics() []string

func (*CFStackInput) GetStackName

func (x *CFStackInput) GetStackName() string

func (*CFStackInput) GetTemplate

func (m *CFStackInput) GetTemplate() isCFStackInput_Template

func (*CFStackInput) GetTemplateBody

func (x *CFStackInput) GetTemplateBody() string

func (*CFStackInput) ProtoMessage

func (*CFStackInput) ProtoMessage()

func (*CFStackInput) ProtoReflect

func (x *CFStackInput) ProtoReflect() protoreflect.Message

func (*CFStackInput) Reset

func (x *CFStackInput) Reset()

func (*CFStackInput) String

func (x *CFStackInput) String() string

type CFStackInput_EmptyStack

type CFStackInput_EmptyStack struct {
	EmptyStack bool `protobuf:"varint,22,opt,name=empty_stack,json=emptyStack,proto3,oneof"`
}

type CFStackInput_S3Template

type CFStackInput_S3Template struct {
	S3Template *S3Template `protobuf:"bytes,20,opt,name=s3_template,json=s3Template,proto3,oneof"`
}

type CFStackInput_TemplateBody

type CFStackInput_TemplateBody struct {
	TemplateBody string `protobuf:"bytes,21,opt,name=template_body,json=templateBody,proto3,oneof"`
}

type CFStackOutput

type CFStackOutput struct {
	Lifecycle CFLifecycle `protobuf:"varint,1,opt,name=lifecycle,proto3,enum=o5.aws.deployer.v1.CFLifecycle" json:"lifecycle,omitempty"`
	Outputs   []*KeyValue `protobuf:"bytes,2,rep,name=outputs,proto3" json:"outputs,omitempty"`
	// contains filtered or unexported fields
}

func (*CFStackOutput) Descriptor deprecated

func (*CFStackOutput) Descriptor() ([]byte, []int)

Deprecated: Use CFStackOutput.ProtoReflect.Descriptor instead.

func (*CFStackOutput) GetLifecycle

func (x *CFStackOutput) GetLifecycle() CFLifecycle

func (*CFStackOutput) GetOutputs

func (x *CFStackOutput) GetOutputs() []*KeyValue

func (*CFStackOutput) ProtoMessage

func (*CFStackOutput) ProtoMessage()

func (*CFStackOutput) ProtoReflect

func (x *CFStackOutput) ProtoReflect() protoreflect.Message

func (*CFStackOutput) Reset

func (x *CFStackOutput) Reset()

func (*CFStackOutput) String

func (x *CFStackOutput) String() string

type CloudFormationStackParameter

type CloudFormationStackParameter struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Types that are assignable to Source:
	//
	//	*CloudFormationStackParameter_Value
	//	*CloudFormationStackParameter_Resolve
	Source isCloudFormationStackParameter_Source `protobuf_oneof:"source"`
	// contains filtered or unexported fields
}

func (*CloudFormationStackParameter) Descriptor deprecated

func (*CloudFormationStackParameter) Descriptor() ([]byte, []int)

Deprecated: Use CloudFormationStackParameter.ProtoReflect.Descriptor instead.

func (*CloudFormationStackParameter) GetName

func (x *CloudFormationStackParameter) GetName() string

func (*CloudFormationStackParameter) GetResolve

func (*CloudFormationStackParameter) GetSource

func (m *CloudFormationStackParameter) GetSource() isCloudFormationStackParameter_Source

func (*CloudFormationStackParameter) GetValue

func (x *CloudFormationStackParameter) GetValue() string

func (*CloudFormationStackParameter) ProtoMessage

func (*CloudFormationStackParameter) ProtoMessage()

func (*CloudFormationStackParameter) ProtoReflect

func (*CloudFormationStackParameter) Reset

func (x *CloudFormationStackParameter) Reset()

func (*CloudFormationStackParameter) String

type CloudFormationStackParameterType

type CloudFormationStackParameterType struct {

	// Types that are assignable to Type:
	//
	//	*CloudFormationStackParameterType_RulePriority_
	//	*CloudFormationStackParameterType_DesiredCount_
	Type isCloudFormationStackParameterType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*CloudFormationStackParameterType) Descriptor deprecated

func (*CloudFormationStackParameterType) Descriptor() ([]byte, []int)

Deprecated: Use CloudFormationStackParameterType.ProtoReflect.Descriptor instead.

func (*CloudFormationStackParameterType) Get

func (*CloudFormationStackParameterType) GetDesiredCount

func (*CloudFormationStackParameterType) GetRulePriority

func (*CloudFormationStackParameterType) GetType

func (m *CloudFormationStackParameterType) GetType() isCloudFormationStackParameterType_Type

func (*CloudFormationStackParameterType) ProtoMessage

func (*CloudFormationStackParameterType) ProtoMessage()

func (*CloudFormationStackParameterType) ProtoReflect

func (*CloudFormationStackParameterType) Reset

func (*CloudFormationStackParameterType) Set

func (*CloudFormationStackParameterType) String

func (*CloudFormationStackParameterType) TypeKey

type CloudFormationStackParameterTypeKey

type CloudFormationStackParameterTypeKey string

CloudFormationStackParameterType is a oneof wrapper

const (
	CloudFormationStackParameter_RulePriority CloudFormationStackParameterTypeKey = "rulePriority"
	CloudFormationStackParameter_DesiredCount CloudFormationStackParameterTypeKey = "desiredCount"
)

type CloudFormationStackParameterType_DesiredCount

type CloudFormationStackParameterType_DesiredCount struct {
	// contains filtered or unexported fields
}

func (*CloudFormationStackParameterType_DesiredCount) Descriptor deprecated

Deprecated: Use CloudFormationStackParameterType_DesiredCount.ProtoReflect.Descriptor instead.

func (*CloudFormationStackParameterType_DesiredCount) ProtoMessage

func (*CloudFormationStackParameterType_DesiredCount) ProtoReflect

func (*CloudFormationStackParameterType_DesiredCount) Reset

func (*CloudFormationStackParameterType_DesiredCount) String

func (*CloudFormationStackParameterType_DesiredCount) TypeKey

type CloudFormationStackParameterType_DesiredCount_

type CloudFormationStackParameterType_DesiredCount_ struct {
	DesiredCount *CloudFormationStackParameterType_DesiredCount `protobuf:"bytes,4,opt,name=desired_count,json=desiredCount,proto3,oneof"`
}

type CloudFormationStackParameterType_RulePriority

type CloudFormationStackParameterType_RulePriority struct {
	RouteGroup application_pb.RouteGroup `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CloudFormationStackParameterType_RulePriority) Descriptor deprecated

Deprecated: Use CloudFormationStackParameterType_RulePriority.ProtoReflect.Descriptor instead.

func (*CloudFormationStackParameterType_RulePriority) GetRouteGroup

func (*CloudFormationStackParameterType_RulePriority) ProtoMessage

func (*CloudFormationStackParameterType_RulePriority) ProtoReflect

func (*CloudFormationStackParameterType_RulePriority) Reset

func (*CloudFormationStackParameterType_RulePriority) String

func (*CloudFormationStackParameterType_RulePriority) TypeKey

type CloudFormationStackParameterType_RulePriority_

type CloudFormationStackParameterType_RulePriority_ struct {
	RulePriority *CloudFormationStackParameterType_RulePriority `protobuf:"bytes,3,opt,name=rule_priority,json=rulePriority,proto3,oneof"`
}

type CloudFormationStackParameter_Resolve

type CloudFormationStackParameter_Resolve struct {
	Resolve *CloudFormationStackParameterType `protobuf:"bytes,3,opt,name=resolve,proto3,oneof"`
}

type CloudFormationStackParameter_Value

type CloudFormationStackParameter_Value struct {
	Value string `protobuf:"bytes,2,opt,name=value,proto3,oneof"`
}

type ClusterEvent

type ClusterEvent struct {
	Metadata *psm_j5pb.EventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Keys     *ClusterKeys            `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,omitempty"`
	Event    *ClusterEventType       `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterEvent) Descriptor deprecated

func (*ClusterEvent) Descriptor() ([]byte, []int)

Deprecated: Use ClusterEvent.ProtoReflect.Descriptor instead.

func (*ClusterEvent) GetEvent

func (x *ClusterEvent) GetEvent() *ClusterEventType

func (*ClusterEvent) GetKeys

func (x *ClusterEvent) GetKeys() *ClusterKeys

func (*ClusterEvent) GetMetadata

func (x *ClusterEvent) GetMetadata() *psm_j5pb.EventMetadata

func (*ClusterEvent) PSMEventKey

func (msg *ClusterEvent) PSMEventKey() ClusterPSMEventKey

PSMEventKey returns the ClusterPSMEventPSMEventKey for the event, implementing psm.IEvent

func (*ClusterEvent) PSMIsSet

func (msg *ClusterEvent) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*ClusterEvent) PSMKeys

func (msg *ClusterEvent) PSMKeys() *ClusterKeys

func (*ClusterEvent) PSMMetadata

func (msg *ClusterEvent) PSMMetadata() *psm_j5pb.EventMetadata

func (*ClusterEvent) ProtoMessage

func (*ClusterEvent) ProtoMessage()

func (*ClusterEvent) ProtoReflect

func (x *ClusterEvent) ProtoReflect() protoreflect.Message

func (*ClusterEvent) Reset

func (x *ClusterEvent) Reset()

func (*ClusterEvent) SetPSMEvent

func (msg *ClusterEvent) SetPSMEvent(inner ClusterPSMEvent) error

SetPSMEvent sets the inner event message from a concrete type, implementing psm.IEvent

func (*ClusterEvent) SetPSMKeys

func (msg *ClusterEvent) SetPSMKeys(inner *ClusterKeys)

func (*ClusterEvent) String

func (x *ClusterEvent) String() string

func (*ClusterEvent) UnwrapPSMEvent

func (msg *ClusterEvent) UnwrapPSMEvent() ClusterPSMEvent

UnwrapPSMEvent implements psm.IEvent, returning the inner event message

type ClusterEventType

type ClusterEventType struct {

	// Types that are assignable to Type:
	//
	//	*ClusterEventType_Configured_
	//	*ClusterEventType_Override_
	Type isClusterEventType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*ClusterEventType) Descriptor deprecated

func (*ClusterEventType) Descriptor() ([]byte, []int)

Deprecated: Use ClusterEventType.ProtoReflect.Descriptor instead.

func (*ClusterEventType) Get

func (*ClusterEventType) GetConfigured

func (x *ClusterEventType) GetConfigured() *ClusterEventType_Configured

func (*ClusterEventType) GetOverride

func (x *ClusterEventType) GetOverride() *ClusterEventType_Override

func (*ClusterEventType) GetType

func (m *ClusterEventType) GetType() isClusterEventType_Type

func (*ClusterEventType) ProtoMessage

func (*ClusterEventType) ProtoMessage()

func (*ClusterEventType) ProtoReflect

func (x *ClusterEventType) ProtoReflect() protoreflect.Message

func (*ClusterEventType) Reset

func (x *ClusterEventType) Reset()

func (*ClusterEventType) Set

func (*ClusterEventType) String

func (x *ClusterEventType) String() string

func (*ClusterEventType) TypeKey

func (x *ClusterEventType) TypeKey() (ClusterEventTypeKey, bool)

type ClusterEventTypeKey

type ClusterEventTypeKey string

ClusterEventType is a oneof wrapper

const (
	ClusterEvent_Configured ClusterEventTypeKey = "configured"
	ClusterEvent_Override   ClusterEventTypeKey = "override"
)

type ClusterEventType_Configured

type ClusterEventType_Configured struct {
	Config *environment_pb.Cluster `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterEventType_Configured) Descriptor deprecated

func (*ClusterEventType_Configured) Descriptor() ([]byte, []int)

Deprecated: Use ClusterEventType_Configured.ProtoReflect.Descriptor instead.

func (*ClusterEventType_Configured) GetConfig

func (*ClusterEventType_Configured) PSMEventKey

func (*ClusterEventType_Configured) PSMIsSet

func (msg *ClusterEventType_Configured) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*ClusterEventType_Configured) ProtoMessage

func (*ClusterEventType_Configured) ProtoMessage()

func (*ClusterEventType_Configured) ProtoReflect

func (*ClusterEventType_Configured) Reset

func (x *ClusterEventType_Configured) Reset()

func (*ClusterEventType_Configured) String

func (x *ClusterEventType_Configured) String() string

func (*ClusterEventType_Configured) TypeKey

type ClusterEventType_Configured_

type ClusterEventType_Configured_ struct {
	Configured *ClusterEventType_Configured `protobuf:"bytes,1,opt,name=configured,proto3,oneof"`
}

type ClusterEventType_Override

type ClusterEventType_Override struct {
	Overrides []*ParameterOverride `protobuf:"bytes,1,rep,name=overrides,proto3" json:"overrides,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterEventType_Override) Descriptor deprecated

func (*ClusterEventType_Override) Descriptor() ([]byte, []int)

Deprecated: Use ClusterEventType_Override.ProtoReflect.Descriptor instead.

func (*ClusterEventType_Override) GetOverrides

func (x *ClusterEventType_Override) GetOverrides() []*ParameterOverride

func (*ClusterEventType_Override) PSMEventKey

func (*ClusterEventType_Override) PSMIsSet

func (msg *ClusterEventType_Override) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*ClusterEventType_Override) ProtoMessage

func (*ClusterEventType_Override) ProtoMessage()

func (*ClusterEventType_Override) ProtoReflect

func (*ClusterEventType_Override) Reset

func (x *ClusterEventType_Override) Reset()

func (*ClusterEventType_Override) String

func (x *ClusterEventType_Override) String() string

func (*ClusterEventType_Override) TypeKey

type ClusterEventType_Override_

type ClusterEventType_Override_ struct {
	Override *ClusterEventType_Override `protobuf:"bytes,2,opt,name=override,proto3,oneof"`
}

type ClusterKeys

type ClusterKeys struct {
	ClusterId string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterKeys) Descriptor deprecated

func (*ClusterKeys) Descriptor() ([]byte, []int)

Deprecated: Use ClusterKeys.ProtoReflect.Descriptor instead.

func (*ClusterKeys) GetClusterId

func (x *ClusterKeys) GetClusterId() string

func (*ClusterKeys) PSMFullName

func (msg *ClusterKeys) PSMFullName() string

PSMFullName returns the full name of state machine with package prefix

func (*ClusterKeys) PSMIsSet

func (msg *ClusterKeys) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*ClusterKeys) PSMKeyValues

func (msg *ClusterKeys) PSMKeyValues() (map[string]string, error)

func (*ClusterKeys) ProtoMessage

func (*ClusterKeys) ProtoMessage()

func (*ClusterKeys) ProtoReflect

func (x *ClusterKeys) ProtoReflect() protoreflect.Message

func (*ClusterKeys) Reset

func (x *ClusterKeys) Reset()

func (*ClusterKeys) String

func (x *ClusterKeys) String() string

type ClusterPSMEvent

type ClusterPSMEvent interface {
	psm.IInnerEvent
	PSMEventKey() ClusterPSMEventKey
}

type ClusterPSMEventKey

type ClusterPSMEventKey = string
const (
	ClusterPSMEventNil        ClusterPSMEventKey = "<nil>"
	ClusterPSMEventConfigured ClusterPSMEventKey = "configured"
	ClusterPSMEventOverride   ClusterPSMEventKey = "override"
)

type ClusterState

type ClusterState struct {
	Metadata *psm_j5pb.StateMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Keys     *ClusterKeys            `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,omitempty"`
	Status   ClusterStatus           `protobuf:"varint,3,opt,name=status,proto3,enum=o5.aws.deployer.v1.ClusterStatus" json:"status,omitempty"`
	Data     *ClusterStateData       `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterState) Descriptor deprecated

func (*ClusterState) Descriptor() ([]byte, []int)

Deprecated: Use ClusterState.ProtoReflect.Descriptor instead.

func (*ClusterState) GetData

func (x *ClusterState) GetData() *ClusterStateData

func (*ClusterState) GetKeys

func (x *ClusterState) GetKeys() *ClusterKeys

func (*ClusterState) GetMetadata

func (x *ClusterState) GetMetadata() *psm_j5pb.StateMetadata

func (*ClusterState) GetStatus

func (x *ClusterState) GetStatus() ClusterStatus

func (*ClusterState) PSMData

func (msg *ClusterState) PSMData() *ClusterStateData

func (*ClusterState) PSMIsSet

func (msg *ClusterState) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*ClusterState) PSMKeys

func (msg *ClusterState) PSMKeys() *ClusterKeys

func (*ClusterState) PSMMetadata

func (msg *ClusterState) PSMMetadata() *psm_j5pb.StateMetadata

func (*ClusterState) ProtoMessage

func (*ClusterState) ProtoMessage()

func (*ClusterState) ProtoReflect

func (x *ClusterState) ProtoReflect() protoreflect.Message

func (*ClusterState) Reset

func (x *ClusterState) Reset()

func (*ClusterState) SetPSMKeys

func (msg *ClusterState) SetPSMKeys(inner *ClusterKeys)

func (*ClusterState) SetStatus

func (msg *ClusterState) SetStatus(status ClusterStatus)

func (*ClusterState) String

func (x *ClusterState) String() string

type ClusterStateData

type ClusterStateData struct {
	BaseConfig *environment_pb.Cluster `protobuf:"bytes,5,opt,name=base_config,json=baseConfig,proto3" json:"base_config,omitempty"`
	Overrides  []*ParameterOverride    `protobuf:"bytes,6,rep,name=overrides,proto3" json:"overrides,omitempty"`
	// config = base_config + overrides
	Config *environment_pb.Cluster `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterStateData) Descriptor deprecated

func (*ClusterStateData) Descriptor() ([]byte, []int)

Deprecated: Use ClusterStateData.ProtoReflect.Descriptor instead.

func (*ClusterStateData) GetBaseConfig

func (x *ClusterStateData) GetBaseConfig() *environment_pb.Cluster

func (*ClusterStateData) GetConfig

func (x *ClusterStateData) GetConfig() *environment_pb.Cluster

func (*ClusterStateData) GetOverrides

func (x *ClusterStateData) GetOverrides() []*ParameterOverride

func (*ClusterStateData) PSMIsSet

func (msg *ClusterStateData) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*ClusterStateData) ProtoMessage

func (*ClusterStateData) ProtoMessage()

func (*ClusterStateData) ProtoReflect

func (x *ClusterStateData) ProtoReflect() protoreflect.Message

func (*ClusterStateData) Reset

func (x *ClusterStateData) Reset()

func (*ClusterStateData) String

func (x *ClusterStateData) String() string

type ClusterStatus

type ClusterStatus int32
const (
	ClusterStatus_CLUSTER_STATUS_UNSPECIFIED ClusterStatus = 0
	ClusterStatus_CLUSTER_STATUS_ACTIVE      ClusterStatus = 1
)
const (
	ClusterStatus_UNSPECIFIED ClusterStatus = 0
	ClusterStatus_ACTIVE      ClusterStatus = 1
)

ClusterStatus

func (ClusterStatus) Descriptor

func (ClusterStatus) Enum

func (x ClusterStatus) Enum() *ClusterStatus

func (ClusterStatus) EnumDescriptor deprecated

func (ClusterStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClusterStatus.Descriptor instead.

func (ClusterStatus) Number

func (*ClusterStatus) Scan

func (x *ClusterStatus) Scan(value interface{}) error

func (ClusterStatus) ShortString

func (x ClusterStatus) ShortString() string

ShortString returns the un-prefixed string representation of the enum value

func (ClusterStatus) String

func (x ClusterStatus) String() string

func (ClusterStatus) Type

func (ClusterStatus) Value

func (x ClusterStatus) Value() (driver.Value, error)

type DeploymentEvent

type DeploymentEvent struct {
	Metadata *psm_j5pb.EventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Keys     *DeploymentKeys         `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,omitempty"`
	Event    *DeploymentEventType    `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentEvent) Descriptor deprecated

func (*DeploymentEvent) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEvent.ProtoReflect.Descriptor instead.

func (*DeploymentEvent) GetEvent

func (x *DeploymentEvent) GetEvent() *DeploymentEventType

func (*DeploymentEvent) GetKeys

func (x *DeploymentEvent) GetKeys() *DeploymentKeys

func (*DeploymentEvent) GetMetadata

func (x *DeploymentEvent) GetMetadata() *psm_j5pb.EventMetadata

func (*DeploymentEvent) PSMEventKey

func (msg *DeploymentEvent) PSMEventKey() DeploymentPSMEventKey

PSMEventKey returns the DeploymentPSMEventPSMEventKey for the event, implementing psm.IEvent

func (*DeploymentEvent) PSMIsSet

func (msg *DeploymentEvent) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*DeploymentEvent) PSMKeys

func (msg *DeploymentEvent) PSMKeys() *DeploymentKeys

func (*DeploymentEvent) PSMMetadata

func (msg *DeploymentEvent) PSMMetadata() *psm_j5pb.EventMetadata

func (*DeploymentEvent) ProtoMessage

func (*DeploymentEvent) ProtoMessage()

func (*DeploymentEvent) ProtoReflect

func (x *DeploymentEvent) ProtoReflect() protoreflect.Message

func (*DeploymentEvent) Reset

func (x *DeploymentEvent) Reset()

func (*DeploymentEvent) SetPSMEvent

func (msg *DeploymentEvent) SetPSMEvent(inner DeploymentPSMEvent) error

SetPSMEvent sets the inner event message from a concrete type, implementing psm.IEvent

func (*DeploymentEvent) SetPSMKeys

func (msg *DeploymentEvent) SetPSMKeys(inner *DeploymentKeys)

func (*DeploymentEvent) String

func (x *DeploymentEvent) String() string

func (*DeploymentEvent) UnwrapPSMEvent

func (msg *DeploymentEvent) UnwrapPSMEvent() DeploymentPSMEvent

UnwrapPSMEvent implements psm.IEvent, returning the inner event message

type DeploymentEventType

type DeploymentEventType struct {

	// Types that are assignable to Type:
	//
	//	*DeploymentEventType_Created_
	//	*DeploymentEventType_Triggered_
	//	*DeploymentEventType_StackWait_
	//	*DeploymentEventType_StackWaitFailure_
	//	*DeploymentEventType_StackAvailable_
	//	*DeploymentEventType_RunSteps_
	//	*DeploymentEventType_StepResult_
	//	*DeploymentEventType_RunStep_
	//	*DeploymentEventType_Error_
	//	*DeploymentEventType_Done_
	//	*DeploymentEventType_Terminated_
	Type isDeploymentEventType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*DeploymentEventType) Descriptor deprecated

func (*DeploymentEventType) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType.ProtoReflect.Descriptor instead.

func (*DeploymentEventType) Get

func (*DeploymentEventType) GetCreated

func (*DeploymentEventType) GetDone

func (*DeploymentEventType) GetError

func (*DeploymentEventType) GetRunStep

func (*DeploymentEventType) GetRunSteps

func (*DeploymentEventType) GetStackAvailable

func (*DeploymentEventType) GetStackWait

func (*DeploymentEventType) GetStackWaitFailure

func (*DeploymentEventType) GetStepResult

func (*DeploymentEventType) GetTerminated

func (*DeploymentEventType) GetTriggered

func (*DeploymentEventType) GetType

func (m *DeploymentEventType) GetType() isDeploymentEventType_Type

func (*DeploymentEventType) ProtoMessage

func (*DeploymentEventType) ProtoMessage()

func (*DeploymentEventType) ProtoReflect

func (x *DeploymentEventType) ProtoReflect() protoreflect.Message

func (*DeploymentEventType) Reset

func (x *DeploymentEventType) Reset()

func (*DeploymentEventType) Set

func (*DeploymentEventType) String

func (x *DeploymentEventType) String() string

func (*DeploymentEventType) TypeKey

type DeploymentEventTypeKey

type DeploymentEventTypeKey string

DeploymentEventType is a oneof wrapper

const (
	DeploymentEvent_Created          DeploymentEventTypeKey = "created"
	DeploymentEvent_Triggered        DeploymentEventTypeKey = "triggered"
	DeploymentEvent_StackWait        DeploymentEventTypeKey = "stackWait"
	DeploymentEvent_StackWaitFailure DeploymentEventTypeKey = "stackWaitFailure"
	DeploymentEvent_StackAvailable   DeploymentEventTypeKey = "stackAvailable"
	DeploymentEvent_RunSteps         DeploymentEventTypeKey = "runSteps"
	DeploymentEvent_StepResult       DeploymentEventTypeKey = "stepResult"
	DeploymentEvent_RunStep          DeploymentEventTypeKey = "runStep"
	DeploymentEvent_Error            DeploymentEventTypeKey = "error"
	DeploymentEvent_Done             DeploymentEventTypeKey = "done"
	DeploymentEvent_Terminated       DeploymentEventTypeKey = "terminated"
)

type DeploymentEventType_Created

type DeploymentEventType_Created struct {
	Request *messaging_j5pb.RequestMetadata `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	Spec    *DeploymentSpec                 `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentEventType_Created) Descriptor deprecated

func (*DeploymentEventType_Created) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_Created.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_Created) GetRequest

func (*DeploymentEventType_Created) GetSpec

func (*DeploymentEventType_Created) PSMEventKey

func (*DeploymentEventType_Created) PSMIsSet

func (msg *DeploymentEventType_Created) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*DeploymentEventType_Created) ProtoMessage

func (*DeploymentEventType_Created) ProtoMessage()

func (*DeploymentEventType_Created) ProtoReflect

func (*DeploymentEventType_Created) Reset

func (x *DeploymentEventType_Created) Reset()

func (*DeploymentEventType_Created) String

func (x *DeploymentEventType_Created) String() string

func (*DeploymentEventType_Created) TypeKey

type DeploymentEventType_Created_

type DeploymentEventType_Created_ struct {
	Created *DeploymentEventType_Created `protobuf:"bytes,1,opt,name=created,proto3,oneof"`
}

type DeploymentEventType_Done

type DeploymentEventType_Done struct {
	// contains filtered or unexported fields
}

func (*DeploymentEventType_Done) Descriptor deprecated

func (*DeploymentEventType_Done) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_Done.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_Done) PSMEventKey

func (*DeploymentEventType_Done) PSMIsSet

func (msg *DeploymentEventType_Done) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*DeploymentEventType_Done) ProtoMessage

func (*DeploymentEventType_Done) ProtoMessage()

func (*DeploymentEventType_Done) ProtoReflect

func (x *DeploymentEventType_Done) ProtoReflect() protoreflect.Message

func (*DeploymentEventType_Done) Reset

func (x *DeploymentEventType_Done) Reset()

func (*DeploymentEventType_Done) String

func (x *DeploymentEventType_Done) String() string

func (*DeploymentEventType_Done) TypeKey

type DeploymentEventType_Done_

type DeploymentEventType_Done_ struct {
	Done *DeploymentEventType_Done `protobuf:"bytes,100,opt,name=done,proto3,oneof"`
}

type DeploymentEventType_Error

type DeploymentEventType_Error struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentEventType_Error) Descriptor deprecated

func (*DeploymentEventType_Error) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_Error.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_Error) GetError

func (x *DeploymentEventType_Error) GetError() string

func (*DeploymentEventType_Error) PSMEventKey

func (*DeploymentEventType_Error) PSMIsSet

func (msg *DeploymentEventType_Error) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*DeploymentEventType_Error) ProtoMessage

func (*DeploymentEventType_Error) ProtoMessage()

func (*DeploymentEventType_Error) ProtoReflect

func (*DeploymentEventType_Error) Reset

func (x *DeploymentEventType_Error) Reset()

func (*DeploymentEventType_Error) String

func (x *DeploymentEventType_Error) String() string

func (*DeploymentEventType_Error) TypeKey

type DeploymentEventType_Error_

type DeploymentEventType_Error_ struct {
	Error *DeploymentEventType_Error `protobuf:"bytes,99,opt,name=error,proto3,oneof"`
}

type DeploymentEventType_RunStep

type DeploymentEventType_RunStep struct {
	StepId string `protobuf:"bytes,1,opt,name=step_id,json=stepId,proto3" json:"step_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentEventType_RunStep) Descriptor deprecated

func (*DeploymentEventType_RunStep) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_RunStep.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_RunStep) GetStepId

func (x *DeploymentEventType_RunStep) GetStepId() string

func (*DeploymentEventType_RunStep) PSMEventKey

func (*DeploymentEventType_RunStep) PSMIsSet

func (msg *DeploymentEventType_RunStep) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*DeploymentEventType_RunStep) ProtoMessage

func (*DeploymentEventType_RunStep) ProtoMessage()

func (*DeploymentEventType_RunStep) ProtoReflect

func (*DeploymentEventType_RunStep) Reset

func (x *DeploymentEventType_RunStep) Reset()

func (*DeploymentEventType_RunStep) String

func (x *DeploymentEventType_RunStep) String() string

func (*DeploymentEventType_RunStep) TypeKey

type DeploymentEventType_RunStep_

type DeploymentEventType_RunStep_ struct {
	RunStep *DeploymentEventType_RunStep `protobuf:"bytes,11,opt,name=run_step,json=runStep,proto3,oneof"`
}

type DeploymentEventType_RunSteps

type DeploymentEventType_RunSteps struct {
	Steps []*DeploymentStep `protobuf:"bytes,10,rep,name=steps,proto3" json:"steps,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentEventType_RunSteps) Descriptor deprecated

func (*DeploymentEventType_RunSteps) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_RunSteps.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_RunSteps) GetSteps

func (*DeploymentEventType_RunSteps) PSMEventKey

func (*DeploymentEventType_RunSteps) PSMIsSet

func (msg *DeploymentEventType_RunSteps) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*DeploymentEventType_RunSteps) ProtoMessage

func (*DeploymentEventType_RunSteps) ProtoMessage()

func (*DeploymentEventType_RunSteps) ProtoReflect

func (*DeploymentEventType_RunSteps) Reset

func (x *DeploymentEventType_RunSteps) Reset()

func (*DeploymentEventType_RunSteps) String

func (*DeploymentEventType_RunSteps) TypeKey

type DeploymentEventType_RunSteps_

type DeploymentEventType_RunSteps_ struct {
	RunSteps *DeploymentEventType_RunSteps `protobuf:"bytes,7,opt,name=run_steps,json=runSteps,proto3,oneof"`
}

type DeploymentEventType_StackAvailable

type DeploymentEventType_StackAvailable struct {

	// nil when no stack exists
	StackOutput *CFStackOutput `protobuf:"bytes,1,opt,name=stack_output,json=stackOutput,proto3" json:"stack_output,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentEventType_StackAvailable) Descriptor deprecated

func (*DeploymentEventType_StackAvailable) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_StackAvailable.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_StackAvailable) GetStackOutput

func (*DeploymentEventType_StackAvailable) PSMEventKey

func (*DeploymentEventType_StackAvailable) PSMIsSet

func (msg *DeploymentEventType_StackAvailable) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*DeploymentEventType_StackAvailable) ProtoMessage

func (*DeploymentEventType_StackAvailable) ProtoMessage()

func (*DeploymentEventType_StackAvailable) ProtoReflect

func (*DeploymentEventType_StackAvailable) Reset

func (*DeploymentEventType_StackAvailable) String

func (*DeploymentEventType_StackAvailable) TypeKey

type DeploymentEventType_StackAvailable_

type DeploymentEventType_StackAvailable_ struct {
	StackAvailable *DeploymentEventType_StackAvailable `protobuf:"bytes,6,opt,name=stack_available,json=stackAvailable,proto3,oneof"`
}

type DeploymentEventType_StackCreate

type DeploymentEventType_StackCreate struct {
	// contains filtered or unexported fields
}

func (*DeploymentEventType_StackCreate) Descriptor deprecated

func (*DeploymentEventType_StackCreate) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_StackCreate.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_StackCreate) ProtoMessage

func (*DeploymentEventType_StackCreate) ProtoMessage()

func (*DeploymentEventType_StackCreate) ProtoReflect

func (*DeploymentEventType_StackCreate) Reset

func (*DeploymentEventType_StackCreate) String

type DeploymentEventType_StackWait

type DeploymentEventType_StackWait struct {
	// contains filtered or unexported fields
}

Waits for the stack to be ready, without making any changes

func (*DeploymentEventType_StackWait) Descriptor deprecated

func (*DeploymentEventType_StackWait) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_StackWait.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_StackWait) PSMEventKey

func (*DeploymentEventType_StackWait) PSMIsSet

func (msg *DeploymentEventType_StackWait) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*DeploymentEventType_StackWait) ProtoMessage

func (*DeploymentEventType_StackWait) ProtoMessage()

func (*DeploymentEventType_StackWait) ProtoReflect

func (*DeploymentEventType_StackWait) Reset

func (x *DeploymentEventType_StackWait) Reset()

func (*DeploymentEventType_StackWait) String

func (*DeploymentEventType_StackWait) TypeKey

type DeploymentEventType_StackWaitFailure

type DeploymentEventType_StackWaitFailure struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentEventType_StackWaitFailure) Descriptor deprecated

func (*DeploymentEventType_StackWaitFailure) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_StackWaitFailure.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_StackWaitFailure) GetError

func (*DeploymentEventType_StackWaitFailure) PSMEventKey

func (*DeploymentEventType_StackWaitFailure) PSMIsSet

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*DeploymentEventType_StackWaitFailure) ProtoMessage

func (*DeploymentEventType_StackWaitFailure) ProtoMessage()

func (*DeploymentEventType_StackWaitFailure) ProtoReflect

func (*DeploymentEventType_StackWaitFailure) Reset

func (*DeploymentEventType_StackWaitFailure) String

func (*DeploymentEventType_StackWaitFailure) TypeKey

type DeploymentEventType_StackWaitFailure_

type DeploymentEventType_StackWaitFailure_ struct {
	StackWaitFailure *DeploymentEventType_StackWaitFailure `protobuf:"bytes,5,opt,name=stack_wait_failure,json=stackWaitFailure,proto3,oneof"`
}

type DeploymentEventType_StackWait_

type DeploymentEventType_StackWait_ struct {
	StackWait *DeploymentEventType_StackWait `protobuf:"bytes,4,opt,name=stack_wait,json=stackWait,proto3,oneof"`
}

type DeploymentEventType_StepResult

type DeploymentEventType_StepResult struct {
	Result *drss_pb.StepResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	Output *StepOutputType     `protobuf:"bytes,3,opt,name=output,proto3" json:"output,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentEventType_StepResult) Descriptor deprecated

func (*DeploymentEventType_StepResult) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_StepResult.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_StepResult) GetOutput

func (*DeploymentEventType_StepResult) GetResult

func (*DeploymentEventType_StepResult) PSMEventKey

func (*DeploymentEventType_StepResult) PSMIsSet

func (msg *DeploymentEventType_StepResult) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*DeploymentEventType_StepResult) ProtoMessage

func (*DeploymentEventType_StepResult) ProtoMessage()

func (*DeploymentEventType_StepResult) ProtoReflect

func (*DeploymentEventType_StepResult) Reset

func (x *DeploymentEventType_StepResult) Reset()

func (*DeploymentEventType_StepResult) String

func (*DeploymentEventType_StepResult) TypeKey

type DeploymentEventType_StepResult_

type DeploymentEventType_StepResult_ struct {
	StepResult *DeploymentEventType_StepResult `protobuf:"bytes,10,opt,name=step_result,json=stepResult,proto3,oneof"`
}

type DeploymentEventType_Terminated

type DeploymentEventType_Terminated struct {
	// contains filtered or unexported fields
}

func (*DeploymentEventType_Terminated) Descriptor deprecated

func (*DeploymentEventType_Terminated) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_Terminated.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_Terminated) PSMEventKey

func (*DeploymentEventType_Terminated) PSMIsSet

func (msg *DeploymentEventType_Terminated) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*DeploymentEventType_Terminated) ProtoMessage

func (*DeploymentEventType_Terminated) ProtoMessage()

func (*DeploymentEventType_Terminated) ProtoReflect

func (*DeploymentEventType_Terminated) Reset

func (x *DeploymentEventType_Terminated) Reset()

func (*DeploymentEventType_Terminated) String

func (*DeploymentEventType_Terminated) TypeKey

type DeploymentEventType_Terminated_

type DeploymentEventType_Terminated_ struct {
	Terminated *DeploymentEventType_Terminated `protobuf:"bytes,101,opt,name=terminated,proto3,oneof"`
}

type DeploymentEventType_Triggered

type DeploymentEventType_Triggered struct {
	// contains filtered or unexported fields
}

func (*DeploymentEventType_Triggered) Descriptor deprecated

func (*DeploymentEventType_Triggered) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentEventType_Triggered.ProtoReflect.Descriptor instead.

func (*DeploymentEventType_Triggered) PSMEventKey

func (*DeploymentEventType_Triggered) PSMIsSet

func (msg *DeploymentEventType_Triggered) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*DeploymentEventType_Triggered) ProtoMessage

func (*DeploymentEventType_Triggered) ProtoMessage()

func (*DeploymentEventType_Triggered) ProtoReflect

func (*DeploymentEventType_Triggered) Reset

func (x *DeploymentEventType_Triggered) Reset()

func (*DeploymentEventType_Triggered) String

func (*DeploymentEventType_Triggered) TypeKey

type DeploymentEventType_Triggered_

type DeploymentEventType_Triggered_ struct {
	Triggered *DeploymentEventType_Triggered `protobuf:"bytes,2,opt,name=triggered,proto3,oneof"`
}

type DeploymentFlags

type DeploymentFlags struct {

	// Skips scale up/down, directly applying the updates in one infra call.
	QuickMode bool `protobuf:"varint,1,opt,name=quick_mode,json=quickMode,proto3" json:"quick_mode,omitempty"`
	// Rotates database credentials
	RotateCredentials bool `protobuf:"varint,2,opt,name=rotate_credentials,json=rotateCredentials,proto3" json:"rotate_credentials,omitempty"`
	CancelUpdates     bool `protobuf:"varint,3,opt,name=cancel_updates,json=cancelUpdates,proto3" json:"cancel_updates,omitempty"`
	DbOnly            bool `protobuf:"varint,4,opt,name=db_only,json=dbOnly,proto3" json:"db_only,omitempty"`
	InfraOnly         bool `protobuf:"varint,5,opt,name=infra_only,json=infraOnly,proto3" json:"infra_only,omitempty"`
	ImportResources   bool `protobuf:"varint,6,opt,name=import_resources,json=importResources,proto3" json:"import_resources,omitempty"`
	// Destroy the database
	DestroyDatabase bool `protobuf:"varint,7,opt,name=destroy_database,json=destroyDatabase,proto3" json:"destroy_database,omitempty"`
	// Destory and recreate the database
	RecreateDatabase bool `protobuf:"varint,8,opt,name=recreate_database,json=recreateDatabase,proto3" json:"recreate_database,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentFlags) Descriptor deprecated

func (*DeploymentFlags) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentFlags.ProtoReflect.Descriptor instead.

func (*DeploymentFlags) GetCancelUpdates

func (x *DeploymentFlags) GetCancelUpdates() bool

func (*DeploymentFlags) GetDbOnly

func (x *DeploymentFlags) GetDbOnly() bool

func (*DeploymentFlags) GetDestroyDatabase

func (x *DeploymentFlags) GetDestroyDatabase() bool

func (*DeploymentFlags) GetImportResources

func (x *DeploymentFlags) GetImportResources() bool

func (*DeploymentFlags) GetInfraOnly

func (x *DeploymentFlags) GetInfraOnly() bool

func (*DeploymentFlags) GetQuickMode

func (x *DeploymentFlags) GetQuickMode() bool

func (*DeploymentFlags) GetRecreateDatabase

func (x *DeploymentFlags) GetRecreateDatabase() bool

func (*DeploymentFlags) GetRotateCredentials

func (x *DeploymentFlags) GetRotateCredentials() bool

func (*DeploymentFlags) ProtoMessage

func (*DeploymentFlags) ProtoMessage()

func (*DeploymentFlags) ProtoReflect

func (x *DeploymentFlags) ProtoReflect() protoreflect.Message

func (*DeploymentFlags) Reset

func (x *DeploymentFlags) Reset()

func (*DeploymentFlags) String

func (x *DeploymentFlags) String() string

type DeploymentKeys

type DeploymentKeys struct {
	DeploymentId  string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	StackId       string `protobuf:"bytes,2,opt,name=stack_id,json=stackId,proto3" json:"stack_id,omitempty"`
	EnvironmentId string `protobuf:"bytes,3,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	ClusterId     string `protobuf:"bytes,4,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentKeys) Descriptor deprecated

func (*DeploymentKeys) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentKeys.ProtoReflect.Descriptor instead.

func (*DeploymentKeys) GetClusterId

func (x *DeploymentKeys) GetClusterId() string

func (*DeploymentKeys) GetDeploymentId

func (x *DeploymentKeys) GetDeploymentId() string

func (*DeploymentKeys) GetEnvironmentId

func (x *DeploymentKeys) GetEnvironmentId() string

func (*DeploymentKeys) GetStackId

func (x *DeploymentKeys) GetStackId() string

func (*DeploymentKeys) PSMFullName

func (msg *DeploymentKeys) PSMFullName() string

PSMFullName returns the full name of state machine with package prefix

func (*DeploymentKeys) PSMIsSet

func (msg *DeploymentKeys) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*DeploymentKeys) PSMKeyValues

func (msg *DeploymentKeys) PSMKeyValues() (map[string]string, error)

func (*DeploymentKeys) ProtoMessage

func (*DeploymentKeys) ProtoMessage()

func (*DeploymentKeys) ProtoReflect

func (x *DeploymentKeys) ProtoReflect() protoreflect.Message

func (*DeploymentKeys) Reset

func (x *DeploymentKeys) Reset()

func (*DeploymentKeys) String

func (x *DeploymentKeys) String() string

type DeploymentPSMEvent

type DeploymentPSMEvent interface {
	psm.IInnerEvent
	PSMEventKey() DeploymentPSMEventKey
}

type DeploymentPSMEventKey

type DeploymentPSMEventKey = string
const (
	DeploymentPSMEventNil              DeploymentPSMEventKey = "<nil>"
	DeploymentPSMEventCreated          DeploymentPSMEventKey = "created"
	DeploymentPSMEventTriggered        DeploymentPSMEventKey = "triggered"
	DeploymentPSMEventStackWait        DeploymentPSMEventKey = "stack_wait"
	DeploymentPSMEventStackWaitFailure DeploymentPSMEventKey = "stack_wait_failure"
	DeploymentPSMEventStackAvailable   DeploymentPSMEventKey = "stack_available"
	DeploymentPSMEventRunSteps         DeploymentPSMEventKey = "run_steps"
	DeploymentPSMEventStepResult       DeploymentPSMEventKey = "step_result"
	DeploymentPSMEventRunStep          DeploymentPSMEventKey = "run_step"
	DeploymentPSMEventError            DeploymentPSMEventKey = "error"
	DeploymentPSMEventDone             DeploymentPSMEventKey = "done"
	DeploymentPSMEventTerminated       DeploymentPSMEventKey = "terminated"
)

type DeploymentSpec

type DeploymentSpec struct {
	AppName         string                          `protobuf:"bytes,1,opt,name=app_name,json=appName,proto3" json:"app_name,omitempty"`
	Version         string                          `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	EnvironmentName string                          `protobuf:"bytes,3,opt,name=environment_name,json=environmentName,proto3" json:"environment_name,omitempty"`
	EnvironmentId   string                          `protobuf:"bytes,4,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	Template        *S3Template                     `protobuf:"bytes,5,opt,name=template,proto3" json:"template,omitempty"`
	EcsCluster      string                          `protobuf:"bytes,6,opt,name=ecs_cluster,json=ecsCluster,proto3" json:"ecs_cluster,omitempty"`
	CfStackName     string                          `protobuf:"bytes,7,opt,name=cf_stack_name,json=cfStackName,proto3" json:"cf_stack_name,omitempty"`
	Flags           *DeploymentFlags                `protobuf:"bytes,8,opt,name=flags,proto3" json:"flags,omitempty"`
	Databases       []*PostgresSpec                 `protobuf:"bytes,9,rep,name=databases,proto3" json:"databases,omitempty"`
	Parameters      []*CloudFormationStackParameter `protobuf:"bytes,10,rep,name=parameters,proto3" json:"parameters,omitempty"`
	SnsTopics       []string                        `protobuf:"bytes,11,rep,name=sns_topics,json=snsTopics,proto3" json:"sns_topics,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentSpec) Descriptor deprecated

func (*DeploymentSpec) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentSpec.ProtoReflect.Descriptor instead.

func (*DeploymentSpec) GetAppName

func (x *DeploymentSpec) GetAppName() string

func (*DeploymentSpec) GetCfStackName

func (x *DeploymentSpec) GetCfStackName() string

func (*DeploymentSpec) GetDatabases

func (x *DeploymentSpec) GetDatabases() []*PostgresSpec

func (*DeploymentSpec) GetEcsCluster

func (x *DeploymentSpec) GetEcsCluster() string

func (*DeploymentSpec) GetEnvironmentId

func (x *DeploymentSpec) GetEnvironmentId() string

func (*DeploymentSpec) GetEnvironmentName

func (x *DeploymentSpec) GetEnvironmentName() string

func (*DeploymentSpec) GetFlags

func (x *DeploymentSpec) GetFlags() *DeploymentFlags

func (*DeploymentSpec) GetParameters

func (x *DeploymentSpec) GetParameters() []*CloudFormationStackParameter

func (*DeploymentSpec) GetSnsTopics

func (x *DeploymentSpec) GetSnsTopics() []string

func (*DeploymentSpec) GetTemplate

func (x *DeploymentSpec) GetTemplate() *S3Template

func (*DeploymentSpec) GetVersion

func (x *DeploymentSpec) GetVersion() string

func (*DeploymentSpec) ProtoMessage

func (*DeploymentSpec) ProtoMessage()

func (*DeploymentSpec) ProtoReflect

func (x *DeploymentSpec) ProtoReflect() protoreflect.Message

func (*DeploymentSpec) Reset

func (x *DeploymentSpec) Reset()

func (*DeploymentSpec) String

func (x *DeploymentSpec) String() string

type DeploymentState

type DeploymentState struct {
	Metadata *psm_j5pb.StateMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Keys     *DeploymentKeys         `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,omitempty"`
	Status   DeploymentStatus        `protobuf:"varint,3,opt,name=status,proto3,enum=o5.aws.deployer.v1.DeploymentStatus" json:"status,omitempty"`
	Data     *DeploymentStateData    `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentState) Descriptor deprecated

func (*DeploymentState) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentState.ProtoReflect.Descriptor instead.

func (*DeploymentState) GetData

func (x *DeploymentState) GetData() *DeploymentStateData

func (*DeploymentState) GetKeys

func (x *DeploymentState) GetKeys() *DeploymentKeys

func (*DeploymentState) GetMetadata

func (x *DeploymentState) GetMetadata() *psm_j5pb.StateMetadata

func (*DeploymentState) GetStatus

func (x *DeploymentState) GetStatus() DeploymentStatus

func (*DeploymentState) PSMData

func (msg *DeploymentState) PSMData() *DeploymentStateData

func (*DeploymentState) PSMIsSet

func (msg *DeploymentState) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*DeploymentState) PSMKeys

func (msg *DeploymentState) PSMKeys() *DeploymentKeys

func (*DeploymentState) PSMMetadata

func (msg *DeploymentState) PSMMetadata() *psm_j5pb.StateMetadata

func (*DeploymentState) ProtoMessage

func (*DeploymentState) ProtoMessage()

func (*DeploymentState) ProtoReflect

func (x *DeploymentState) ProtoReflect() protoreflect.Message

func (*DeploymentState) Reset

func (x *DeploymentState) Reset()

func (*DeploymentState) SetPSMKeys

func (msg *DeploymentState) SetPSMKeys(inner *DeploymentKeys)

func (*DeploymentState) SetStatus

func (msg *DeploymentState) SetStatus(status DeploymentStatus)

func (*DeploymentState) String

func (x *DeploymentState) String() string

type DeploymentStateData

type DeploymentStateData struct {

	// when set, publishes deployment events back to the requester
	Request *messaging_j5pb.RequestMetadata `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	Spec    *DeploymentSpec                 `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	Steps   []*DeploymentStep               `protobuf:"bytes,3,rep,name=steps,proto3" json:"steps,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentStateData) Descriptor deprecated

func (*DeploymentStateData) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentStateData.ProtoReflect.Descriptor instead.

func (*DeploymentStateData) GetRequest

func (*DeploymentStateData) GetSpec

func (x *DeploymentStateData) GetSpec() *DeploymentSpec

func (*DeploymentStateData) GetSteps

func (x *DeploymentStateData) GetSteps() []*DeploymentStep

func (*DeploymentStateData) PSMIsSet

func (msg *DeploymentStateData) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*DeploymentStateData) ProtoMessage

func (*DeploymentStateData) ProtoMessage()

func (*DeploymentStateData) ProtoReflect

func (x *DeploymentStateData) ProtoReflect() protoreflect.Message

func (*DeploymentStateData) Reset

func (x *DeploymentStateData) Reset()

func (*DeploymentStateData) String

func (x *DeploymentStateData) String() string

type DeploymentStatus

type DeploymentStatus int32
const (
	DeploymentStatus_DEPLOYMENT_STATUS_UNSPECIFIED DeploymentStatus = 0
	DeploymentStatus_DEPLOYMENT_STATUS_QUEUED      DeploymentStatus = 1
	DeploymentStatus_DEPLOYMENT_STATUS_TRIGGERED   DeploymentStatus = 2
	DeploymentStatus_DEPLOYMENT_STATUS_WAITING     DeploymentStatus = 3
	DeploymentStatus_DEPLOYMENT_STATUS_AVAILABLE   DeploymentStatus = 4
	DeploymentStatus_DEPLOYMENT_STATUS_RUNNING     DeploymentStatus = 5
	DeploymentStatus_DEPLOYMENT_STATUS_DONE        DeploymentStatus = 100
	DeploymentStatus_DEPLOYMENT_STATUS_FAILED      DeploymentStatus = 101
	DeploymentStatus_DEPLOYMENT_STATUS_TERMINATED  DeploymentStatus = 102
)
const (
	DeploymentStatus_UNSPECIFIED DeploymentStatus = 0
	DeploymentStatus_QUEUED      DeploymentStatus = 1
	DeploymentStatus_TRIGGERED   DeploymentStatus = 2
	DeploymentStatus_WAITING     DeploymentStatus = 3
	DeploymentStatus_AVAILABLE   DeploymentStatus = 4
	DeploymentStatus_RUNNING     DeploymentStatus = 5
	DeploymentStatus_DONE        DeploymentStatus = 100
	DeploymentStatus_FAILED      DeploymentStatus = 101
	DeploymentStatus_TERMINATED  DeploymentStatus = 102
)

DeploymentStatus

func (DeploymentStatus) Descriptor

func (DeploymentStatus) Enum

func (DeploymentStatus) EnumDescriptor deprecated

func (DeploymentStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeploymentStatus.Descriptor instead.

func (DeploymentStatus) Number

func (*DeploymentStatus) Scan

func (x *DeploymentStatus) Scan(value interface{}) error

func (DeploymentStatus) ShortString

func (x DeploymentStatus) ShortString() string

ShortString returns the un-prefixed string representation of the enum value

func (DeploymentStatus) String

func (x DeploymentStatus) String() string

func (DeploymentStatus) Type

func (DeploymentStatus) Value

func (x DeploymentStatus) Value() (driver.Value, error)

type DeploymentStep

type DeploymentStep struct {
	Meta   *drss_pb.StepMeta   `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"`
	Step   *DeploymentStepType `protobuf:"bytes,2,opt,name=step,proto3" json:"step,omitempty"`
	Output *StepOutputType     `protobuf:"bytes,3,opt,name=output,proto3" json:"output,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentStep) Descriptor deprecated

func (*DeploymentStep) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentStep.ProtoReflect.Descriptor instead.

func (*DeploymentStep) GetMeta

func (x *DeploymentStep) GetMeta() *drss_pb.StepMeta

func (*DeploymentStep) GetOutput

func (x *DeploymentStep) GetOutput() *StepOutputType

func (*DeploymentStep) GetStep

func (x *DeploymentStep) GetStep() *DeploymentStepType

func (*DeploymentStep) ProtoMessage

func (*DeploymentStep) ProtoMessage()

func (*DeploymentStep) ProtoReflect

func (x *DeploymentStep) ProtoReflect() protoreflect.Message

func (*DeploymentStep) Reset

func (x *DeploymentStep) Reset()

func (*DeploymentStep) String

func (x *DeploymentStep) String() string

type DeploymentStepType

type DeploymentStepType struct {

	// Types that are assignable to Type:
	//
	//	*DeploymentStepType_EvalJoin_
	//	*DeploymentStepType_CfCreate
	//	*DeploymentStepType_CfPlan
	//	*DeploymentStepType_CfUpdate
	//	*DeploymentStepType_CfScale
	//	*DeploymentStepType_PgUpsert
	//	*DeploymentStepType_PgEvaluate
	//	*DeploymentStepType_PgCleanup
	//	*DeploymentStepType_PgMigrate
	//	*DeploymentStepType_PgDestroy
	Type isDeploymentStepType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*DeploymentStepType) Descriptor deprecated

func (*DeploymentStepType) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentStepType.ProtoReflect.Descriptor instead.

func (*DeploymentStepType) Get

func (*DeploymentStepType) GetCfCreate

func (*DeploymentStepType) GetCfPlan

func (*DeploymentStepType) GetCfScale

func (*DeploymentStepType) GetCfUpdate

func (*DeploymentStepType) GetEvalJoin

func (*DeploymentStepType) GetPgCleanup

func (*DeploymentStepType) GetPgDestroy

func (*DeploymentStepType) GetPgEvaluate

func (*DeploymentStepType) GetPgMigrate

func (*DeploymentStepType) GetPgUpsert

func (*DeploymentStepType) GetType

func (m *DeploymentStepType) GetType() isDeploymentStepType_Type

func (*DeploymentStepType) ProtoMessage

func (*DeploymentStepType) ProtoMessage()

func (*DeploymentStepType) ProtoReflect

func (x *DeploymentStepType) ProtoReflect() protoreflect.Message

func (*DeploymentStepType) Reset

func (x *DeploymentStepType) Reset()

func (*DeploymentStepType) Set

func (*DeploymentStepType) String

func (x *DeploymentStepType) String() string

func (*DeploymentStepType) TypeKey

type DeploymentStepTypeKey

type DeploymentStepTypeKey string

DeploymentStepType is a oneof wrapper

const (
	DeploymentStep_EvalJoin   DeploymentStepTypeKey = "evalJoin"
	DeploymentStep_CfCreate   DeploymentStepTypeKey = "cfCreate"
	DeploymentStep_CfPlan     DeploymentStepTypeKey = "cfPlan"
	DeploymentStep_CfUpdate   DeploymentStepTypeKey = "cfUpdate"
	DeploymentStep_CfScale    DeploymentStepTypeKey = "cfScale"
	DeploymentStep_PgUpsert   DeploymentStepTypeKey = "pgUpsert"
	DeploymentStep_PgEvaluate DeploymentStepTypeKey = "pgEvaluate"
	DeploymentStep_PgCleanup  DeploymentStepTypeKey = "pgCleanup"
	DeploymentStep_PgMigrate  DeploymentStepTypeKey = "pgMigrate"
	DeploymentStep_PgDestroy  DeploymentStepTypeKey = "pgDestroy"
)

type DeploymentStepType_CFCreate

type DeploymentStepType_CFCreate struct {
	Spec       *CFStackInput `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	EmptyStack bool          `protobuf:"varint,2,opt,name=empty_stack,json=emptyStack,proto3" json:"empty_stack,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentStepType_CFCreate) Descriptor deprecated

func (*DeploymentStepType_CFCreate) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentStepType_CFCreate.ProtoReflect.Descriptor instead.

func (*DeploymentStepType_CFCreate) GetEmptyStack

func (x *DeploymentStepType_CFCreate) GetEmptyStack() bool

func (*DeploymentStepType_CFCreate) GetSpec

func (*DeploymentStepType_CFCreate) ProtoMessage

func (*DeploymentStepType_CFCreate) ProtoMessage()

func (*DeploymentStepType_CFCreate) ProtoReflect

func (*DeploymentStepType_CFCreate) Reset

func (x *DeploymentStepType_CFCreate) Reset()

func (*DeploymentStepType_CFCreate) String

func (x *DeploymentStepType_CFCreate) String() string

func (*DeploymentStepType_CFCreate) TypeKey

type DeploymentStepType_CFPlan

type DeploymentStepType_CFPlan struct {
	Spec            *CFStackInput `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	ImportResources bool          `protobuf:"varint,2,opt,name=import_resources,json=importResources,proto3" json:"import_resources,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentStepType_CFPlan) Descriptor deprecated

func (*DeploymentStepType_CFPlan) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentStepType_CFPlan.ProtoReflect.Descriptor instead.

func (*DeploymentStepType_CFPlan) GetImportResources

func (x *DeploymentStepType_CFPlan) GetImportResources() bool

func (*DeploymentStepType_CFPlan) GetSpec

func (*DeploymentStepType_CFPlan) ProtoMessage

func (*DeploymentStepType_CFPlan) ProtoMessage()

func (*DeploymentStepType_CFPlan) ProtoReflect

func (*DeploymentStepType_CFPlan) Reset

func (x *DeploymentStepType_CFPlan) Reset()

func (*DeploymentStepType_CFPlan) String

func (x *DeploymentStepType_CFPlan) String() string

func (*DeploymentStepType_CFPlan) TypeKey

type DeploymentStepType_CFScale

type DeploymentStepType_CFScale struct {
	StackName    string `protobuf:"bytes,1,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
	DesiredCount int32  `protobuf:"varint,2,opt,name=desired_count,json=desiredCount,proto3" json:"desired_count,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentStepType_CFScale) Descriptor deprecated

func (*DeploymentStepType_CFScale) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentStepType_CFScale.ProtoReflect.Descriptor instead.

func (*DeploymentStepType_CFScale) GetDesiredCount

func (x *DeploymentStepType_CFScale) GetDesiredCount() int32

func (*DeploymentStepType_CFScale) GetStackName

func (x *DeploymentStepType_CFScale) GetStackName() string

func (*DeploymentStepType_CFScale) ProtoMessage

func (*DeploymentStepType_CFScale) ProtoMessage()

func (*DeploymentStepType_CFScale) ProtoReflect

func (*DeploymentStepType_CFScale) Reset

func (x *DeploymentStepType_CFScale) Reset()

func (*DeploymentStepType_CFScale) String

func (x *DeploymentStepType_CFScale) String() string

func (*DeploymentStepType_CFScale) TypeKey

type DeploymentStepType_CFUpdate

type DeploymentStepType_CFUpdate struct {
	Spec *CFStackInput `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentStepType_CFUpdate) Descriptor deprecated

func (*DeploymentStepType_CFUpdate) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentStepType_CFUpdate.ProtoReflect.Descriptor instead.

func (*DeploymentStepType_CFUpdate) GetSpec

func (*DeploymentStepType_CFUpdate) ProtoMessage

func (*DeploymentStepType_CFUpdate) ProtoMessage()

func (*DeploymentStepType_CFUpdate) ProtoReflect

func (*DeploymentStepType_CFUpdate) Reset

func (x *DeploymentStepType_CFUpdate) Reset()

func (*DeploymentStepType_CFUpdate) String

func (x *DeploymentStepType_CFUpdate) String() string

func (*DeploymentStepType_CFUpdate) TypeKey

type DeploymentStepType_CfCreate

type DeploymentStepType_CfCreate struct {
	CfCreate *DeploymentStepType_CFCreate `protobuf:"bytes,2,opt,name=cf_create,json=cfCreate,proto3,oneof"`
}

type DeploymentStepType_CfPlan

type DeploymentStepType_CfPlan struct {
	CfPlan *DeploymentStepType_CFPlan `protobuf:"bytes,3,opt,name=cf_plan,json=cfPlan,proto3,oneof"`
}

type DeploymentStepType_CfScale

type DeploymentStepType_CfScale struct {
	CfScale *DeploymentStepType_CFScale `protobuf:"bytes,5,opt,name=cf_scale,json=cfScale,proto3,oneof"`
}

type DeploymentStepType_CfUpdate

type DeploymentStepType_CfUpdate struct {
	CfUpdate *DeploymentStepType_CFUpdate `protobuf:"bytes,4,opt,name=cf_update,json=cfUpdate,proto3,oneof"`
}

type DeploymentStepType_EvalJoin

type DeploymentStepType_EvalJoin struct {
	StackOutput *CFStackOutput `protobuf:"bytes,1,opt,name=stack_output,json=stackOutput,proto3" json:"stack_output,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentStepType_EvalJoin) Descriptor deprecated

func (*DeploymentStepType_EvalJoin) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentStepType_EvalJoin.ProtoReflect.Descriptor instead.

func (*DeploymentStepType_EvalJoin) GetStackOutput

func (x *DeploymentStepType_EvalJoin) GetStackOutput() *CFStackOutput

func (*DeploymentStepType_EvalJoin) ProtoMessage

func (*DeploymentStepType_EvalJoin) ProtoMessage()

func (*DeploymentStepType_EvalJoin) ProtoReflect

func (*DeploymentStepType_EvalJoin) Reset

func (x *DeploymentStepType_EvalJoin) Reset()

func (*DeploymentStepType_EvalJoin) String

func (x *DeploymentStepType_EvalJoin) String() string

func (*DeploymentStepType_EvalJoin) TypeKey

type DeploymentStepType_EvalJoin_

type DeploymentStepType_EvalJoin_ struct {
	EvalJoin *DeploymentStepType_EvalJoin `protobuf:"bytes,1,opt,name=eval_join,json=evalJoin,proto3,oneof"`
}

type DeploymentStepType_PGCleanup

type DeploymentStepType_PGCleanup struct {
	Spec *PostgresSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentStepType_PGCleanup) Descriptor deprecated

func (*DeploymentStepType_PGCleanup) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentStepType_PGCleanup.ProtoReflect.Descriptor instead.

func (*DeploymentStepType_PGCleanup) GetSpec

func (*DeploymentStepType_PGCleanup) ProtoMessage

func (*DeploymentStepType_PGCleanup) ProtoMessage()

func (*DeploymentStepType_PGCleanup) ProtoReflect

func (*DeploymentStepType_PGCleanup) Reset

func (x *DeploymentStepType_PGCleanup) Reset()

func (*DeploymentStepType_PGCleanup) String

func (*DeploymentStepType_PGCleanup) TypeKey

type DeploymentStepType_PGDestroy

type DeploymentStepType_PGDestroy struct {
	Spec *PostgresSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentStepType_PGDestroy) Descriptor deprecated

func (*DeploymentStepType_PGDestroy) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentStepType_PGDestroy.ProtoReflect.Descriptor instead.

func (*DeploymentStepType_PGDestroy) GetSpec

func (*DeploymentStepType_PGDestroy) ProtoMessage

func (*DeploymentStepType_PGDestroy) ProtoMessage()

func (*DeploymentStepType_PGDestroy) ProtoReflect

func (*DeploymentStepType_PGDestroy) Reset

func (x *DeploymentStepType_PGDestroy) Reset()

func (*DeploymentStepType_PGDestroy) String

func (*DeploymentStepType_PGDestroy) TypeKey

type DeploymentStepType_PGEvaluate

type DeploymentStepType_PGEvaluate struct {
	DbName string `protobuf:"bytes,1,opt,name=db_name,json=dbName,proto3" json:"db_name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentStepType_PGEvaluate) Descriptor deprecated

func (*DeploymentStepType_PGEvaluate) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentStepType_PGEvaluate.ProtoReflect.Descriptor instead.

func (*DeploymentStepType_PGEvaluate) GetDbName

func (x *DeploymentStepType_PGEvaluate) GetDbName() string

func (*DeploymentStepType_PGEvaluate) ProtoMessage

func (*DeploymentStepType_PGEvaluate) ProtoMessage()

func (*DeploymentStepType_PGEvaluate) ProtoReflect

func (*DeploymentStepType_PGEvaluate) Reset

func (x *DeploymentStepType_PGEvaluate) Reset()

func (*DeploymentStepType_PGEvaluate) String

func (*DeploymentStepType_PGEvaluate) TypeKey

type DeploymentStepType_PGMigrate

type DeploymentStepType_PGMigrate struct {
	Spec *PostgresSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// the step with cloudformation outputs
	// containing the migration task ARN and secret ARN
	InfraOutputStepId string                      `protobuf:"bytes,2,opt,name=infra_output_step_id,json=infraOutputStepId,proto3" json:"infra_output_step_id,omitempty"`
	EcsContext        *awsinfra_pb.ECSTaskContext `protobuf:"bytes,5,opt,name=ecs_context,json=ecsContext,proto3" json:"ecs_context,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentStepType_PGMigrate) Descriptor deprecated

func (*DeploymentStepType_PGMigrate) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentStepType_PGMigrate.ProtoReflect.Descriptor instead.

func (*DeploymentStepType_PGMigrate) GetEcsContext

func (*DeploymentStepType_PGMigrate) GetInfraOutputStepId

func (x *DeploymentStepType_PGMigrate) GetInfraOutputStepId() string

func (*DeploymentStepType_PGMigrate) GetSpec

func (*DeploymentStepType_PGMigrate) ProtoMessage

func (*DeploymentStepType_PGMigrate) ProtoMessage()

func (*DeploymentStepType_PGMigrate) ProtoReflect

func (*DeploymentStepType_PGMigrate) Reset

func (x *DeploymentStepType_PGMigrate) Reset()

func (*DeploymentStepType_PGMigrate) String

func (*DeploymentStepType_PGMigrate) TypeKey

type DeploymentStepType_PGUpsert

type DeploymentStepType_PGUpsert struct {
	Spec *PostgresSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// the step with cloudformation outputs
	// containing the secret ARN
	InfraOutputStepId string `protobuf:"bytes,2,opt,name=infra_output_step_id,json=infraOutputStepId,proto3" json:"infra_output_step_id,omitempty"`
	RotateCredentials bool   `protobuf:"varint,3,opt,name=rotate_credentials,json=rotateCredentials,proto3" json:"rotate_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentStepType_PGUpsert) Descriptor deprecated

func (*DeploymentStepType_PGUpsert) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentStepType_PGUpsert.ProtoReflect.Descriptor instead.

func (*DeploymentStepType_PGUpsert) GetInfraOutputStepId

func (x *DeploymentStepType_PGUpsert) GetInfraOutputStepId() string

func (*DeploymentStepType_PGUpsert) GetRotateCredentials

func (x *DeploymentStepType_PGUpsert) GetRotateCredentials() bool

func (*DeploymentStepType_PGUpsert) GetSpec

func (*DeploymentStepType_PGUpsert) ProtoMessage

func (*DeploymentStepType_PGUpsert) ProtoMessage()

func (*DeploymentStepType_PGUpsert) ProtoReflect

func (*DeploymentStepType_PGUpsert) Reset

func (x *DeploymentStepType_PGUpsert) Reset()

func (*DeploymentStepType_PGUpsert) String

func (x *DeploymentStepType_PGUpsert) String() string

func (*DeploymentStepType_PGUpsert) TypeKey

type DeploymentStepType_PgCleanup

type DeploymentStepType_PgCleanup struct {
	PgCleanup *DeploymentStepType_PGCleanup `protobuf:"bytes,8,opt,name=pg_cleanup,json=pgCleanup,proto3,oneof"`
}

type DeploymentStepType_PgDestroy

type DeploymentStepType_PgDestroy struct {
	PgDestroy *DeploymentStepType_PGDestroy `protobuf:"bytes,10,opt,name=pg_destroy,json=pgDestroy,proto3,oneof"`
}

type DeploymentStepType_PgEvaluate

type DeploymentStepType_PgEvaluate struct {
	PgEvaluate *DeploymentStepType_PGEvaluate `protobuf:"bytes,7,opt,name=pg_evaluate,json=pgEvaluate,proto3,oneof"`
}

type DeploymentStepType_PgMigrate

type DeploymentStepType_PgMigrate struct {
	PgMigrate *DeploymentStepType_PGMigrate `protobuf:"bytes,9,opt,name=pg_migrate,json=pgMigrate,proto3,oneof"`
}

type DeploymentStepType_PgUpsert

type DeploymentStepType_PgUpsert struct {
	PgUpsert *DeploymentStepType_PGUpsert `protobuf:"bytes,6,opt,name=pg_upsert,json=pgUpsert,proto3,oneof"`
}

type EnvAttr

type EnvAttr int32
const (
	EnvAttr_ENV_ATTR_UNSPECIFIED EnvAttr = 0
	EnvAttr_ENV_ATTR_FULL_NAME   EnvAttr = 1
	EnvAttr_ENV_ATTR_SNS_PREFIX  EnvAttr = 2
)
const (
	EnvAttr_UNSPECIFIED EnvAttr = 0
	EnvAttr_FULL_NAME   EnvAttr = 1
	EnvAttr_SNS_PREFIX  EnvAttr = 2
)

EnvAttr

func (EnvAttr) Descriptor

func (EnvAttr) Descriptor() protoreflect.EnumDescriptor

func (EnvAttr) Enum

func (x EnvAttr) Enum() *EnvAttr

func (EnvAttr) EnumDescriptor deprecated

func (EnvAttr) EnumDescriptor() ([]byte, []int)

Deprecated: Use EnvAttr.Descriptor instead.

func (EnvAttr) Number

func (x EnvAttr) Number() protoreflect.EnumNumber

func (*EnvAttr) Scan

func (x *EnvAttr) Scan(value interface{}) error

func (EnvAttr) ShortString

func (x EnvAttr) ShortString() string

ShortString returns the un-prefixed string representation of the enum value

func (EnvAttr) String

func (x EnvAttr) String() string

func (EnvAttr) Type

func (EnvAttr) Type() protoreflect.EnumType

func (EnvAttr) Value

func (x EnvAttr) Value() (driver.Value, error)

type EnvironmentEvent

type EnvironmentEvent struct {
	Metadata *psm_j5pb.EventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Keys     *EnvironmentKeys        `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,omitempty"`
	Event    *EnvironmentEventType   `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentEvent) Descriptor deprecated

func (*EnvironmentEvent) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentEvent.ProtoReflect.Descriptor instead.

func (*EnvironmentEvent) GetEvent

func (x *EnvironmentEvent) GetEvent() *EnvironmentEventType

func (*EnvironmentEvent) GetKeys

func (x *EnvironmentEvent) GetKeys() *EnvironmentKeys

func (*EnvironmentEvent) GetMetadata

func (x *EnvironmentEvent) GetMetadata() *psm_j5pb.EventMetadata

func (*EnvironmentEvent) PSMEventKey

func (msg *EnvironmentEvent) PSMEventKey() EnvironmentPSMEventKey

PSMEventKey returns the EnvironmentPSMEventPSMEventKey for the event, implementing psm.IEvent

func (*EnvironmentEvent) PSMIsSet

func (msg *EnvironmentEvent) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*EnvironmentEvent) PSMKeys

func (msg *EnvironmentEvent) PSMKeys() *EnvironmentKeys

func (*EnvironmentEvent) PSMMetadata

func (msg *EnvironmentEvent) PSMMetadata() *psm_j5pb.EventMetadata

func (*EnvironmentEvent) ProtoMessage

func (*EnvironmentEvent) ProtoMessage()

func (*EnvironmentEvent) ProtoReflect

func (x *EnvironmentEvent) ProtoReflect() protoreflect.Message

func (*EnvironmentEvent) Reset

func (x *EnvironmentEvent) Reset()

func (*EnvironmentEvent) SetPSMEvent

func (msg *EnvironmentEvent) SetPSMEvent(inner EnvironmentPSMEvent) error

SetPSMEvent sets the inner event message from a concrete type, implementing psm.IEvent

func (*EnvironmentEvent) SetPSMKeys

func (msg *EnvironmentEvent) SetPSMKeys(inner *EnvironmentKeys)

func (*EnvironmentEvent) String

func (x *EnvironmentEvent) String() string

func (*EnvironmentEvent) UnwrapPSMEvent

func (msg *EnvironmentEvent) UnwrapPSMEvent() EnvironmentPSMEvent

UnwrapPSMEvent implements psm.IEvent, returning the inner event message

type EnvironmentEventType

type EnvironmentEventType struct {

	// Types that are assignable to Type:
	//
	//	*EnvironmentEventType_Configured_
	Type isEnvironmentEventType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*EnvironmentEventType) Descriptor deprecated

func (*EnvironmentEventType) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentEventType.ProtoReflect.Descriptor instead.

func (*EnvironmentEventType) Get

func (*EnvironmentEventType) GetConfigured

func (*EnvironmentEventType) GetType

func (m *EnvironmentEventType) GetType() isEnvironmentEventType_Type

func (*EnvironmentEventType) ProtoMessage

func (*EnvironmentEventType) ProtoMessage()

func (*EnvironmentEventType) ProtoReflect

func (x *EnvironmentEventType) ProtoReflect() protoreflect.Message

func (*EnvironmentEventType) Reset

func (x *EnvironmentEventType) Reset()

func (*EnvironmentEventType) Set

func (*EnvironmentEventType) String

func (x *EnvironmentEventType) String() string

func (*EnvironmentEventType) TypeKey

type EnvironmentEventTypeKey

type EnvironmentEventTypeKey string

EnvironmentEventType is a oneof wrapper

const (
	EnvironmentEvent_Configured EnvironmentEventTypeKey = "configured"
)

type EnvironmentEventType_Configured

type EnvironmentEventType_Configured struct {
	Config *environment_pb.Environment `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentEventType_Configured) Descriptor deprecated

func (*EnvironmentEventType_Configured) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentEventType_Configured.ProtoReflect.Descriptor instead.

func (*EnvironmentEventType_Configured) GetConfig

func (*EnvironmentEventType_Configured) PSMEventKey

func (*EnvironmentEventType_Configured) PSMIsSet

func (msg *EnvironmentEventType_Configured) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*EnvironmentEventType_Configured) ProtoMessage

func (*EnvironmentEventType_Configured) ProtoMessage()

func (*EnvironmentEventType_Configured) ProtoReflect

func (*EnvironmentEventType_Configured) Reset

func (*EnvironmentEventType_Configured) String

func (*EnvironmentEventType_Configured) TypeKey

type EnvironmentEventType_Configured_

type EnvironmentEventType_Configured_ struct {
	Configured *EnvironmentEventType_Configured `protobuf:"bytes,1,opt,name=configured,proto3,oneof"`
}

type EnvironmentKeys

type EnvironmentKeys struct {
	EnvironmentId string `protobuf:"bytes,1,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	ClusterId     string `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentKeys) Descriptor deprecated

func (*EnvironmentKeys) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentKeys.ProtoReflect.Descriptor instead.

func (*EnvironmentKeys) GetClusterId

func (x *EnvironmentKeys) GetClusterId() string

func (*EnvironmentKeys) GetEnvironmentId

func (x *EnvironmentKeys) GetEnvironmentId() string

func (*EnvironmentKeys) PSMFullName

func (msg *EnvironmentKeys) PSMFullName() string

PSMFullName returns the full name of state machine with package prefix

func (*EnvironmentKeys) PSMIsSet

func (msg *EnvironmentKeys) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*EnvironmentKeys) PSMKeyValues

func (msg *EnvironmentKeys) PSMKeyValues() (map[string]string, error)

func (*EnvironmentKeys) ProtoMessage

func (*EnvironmentKeys) ProtoMessage()

func (*EnvironmentKeys) ProtoReflect

func (x *EnvironmentKeys) ProtoReflect() protoreflect.Message

func (*EnvironmentKeys) Reset

func (x *EnvironmentKeys) Reset()

func (*EnvironmentKeys) String

func (x *EnvironmentKeys) String() string

type EnvironmentPSMEvent

type EnvironmentPSMEvent interface {
	psm.IInnerEvent
	PSMEventKey() EnvironmentPSMEventKey
}

type EnvironmentPSMEventKey

type EnvironmentPSMEventKey = string
const (
	EnvironmentPSMEventNil        EnvironmentPSMEventKey = "<nil>"
	EnvironmentPSMEventConfigured EnvironmentPSMEventKey = "configured"
)

type EnvironmentState

type EnvironmentState struct {
	Metadata *psm_j5pb.StateMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Keys     *EnvironmentKeys        `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,omitempty"`
	Status   EnvironmentStatus       `protobuf:"varint,3,opt,name=status,proto3,enum=o5.aws.deployer.v1.EnvironmentStatus" json:"status,omitempty"`
	Data     *EnvironmentStateData   `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentState) Descriptor deprecated

func (*EnvironmentState) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentState.ProtoReflect.Descriptor instead.

func (*EnvironmentState) GetData

func (x *EnvironmentState) GetData() *EnvironmentStateData

func (*EnvironmentState) GetKeys

func (x *EnvironmentState) GetKeys() *EnvironmentKeys

func (*EnvironmentState) GetMetadata

func (x *EnvironmentState) GetMetadata() *psm_j5pb.StateMetadata

func (*EnvironmentState) GetStatus

func (x *EnvironmentState) GetStatus() EnvironmentStatus

func (*EnvironmentState) PSMData

func (msg *EnvironmentState) PSMData() *EnvironmentStateData

func (*EnvironmentState) PSMIsSet

func (msg *EnvironmentState) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*EnvironmentState) PSMKeys

func (msg *EnvironmentState) PSMKeys() *EnvironmentKeys

func (*EnvironmentState) PSMMetadata

func (msg *EnvironmentState) PSMMetadata() *psm_j5pb.StateMetadata

func (*EnvironmentState) ProtoMessage

func (*EnvironmentState) ProtoMessage()

func (*EnvironmentState) ProtoReflect

func (x *EnvironmentState) ProtoReflect() protoreflect.Message

func (*EnvironmentState) Reset

func (x *EnvironmentState) Reset()

func (*EnvironmentState) SetPSMKeys

func (msg *EnvironmentState) SetPSMKeys(inner *EnvironmentKeys)

func (*EnvironmentState) SetStatus

func (msg *EnvironmentState) SetStatus(status EnvironmentStatus)

func (*EnvironmentState) String

func (x *EnvironmentState) String() string

type EnvironmentStateData

type EnvironmentStateData struct {
	Config *environment_pb.Environment `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentStateData) Descriptor deprecated

func (*EnvironmentStateData) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentStateData.ProtoReflect.Descriptor instead.

func (*EnvironmentStateData) GetConfig

func (*EnvironmentStateData) PSMIsSet

func (msg *EnvironmentStateData) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*EnvironmentStateData) ProtoMessage

func (*EnvironmentStateData) ProtoMessage()

func (*EnvironmentStateData) ProtoReflect

func (x *EnvironmentStateData) ProtoReflect() protoreflect.Message

func (*EnvironmentStateData) Reset

func (x *EnvironmentStateData) Reset()

func (*EnvironmentStateData) String

func (x *EnvironmentStateData) String() string

type EnvironmentStatus

type EnvironmentStatus int32
const (
	EnvironmentStatus_ENVIRONMENT_STATUS_UNSPECIFIED EnvironmentStatus = 0
	EnvironmentStatus_ENVIRONMENT_STATUS_ACTIVE      EnvironmentStatus = 1
)
const (
	EnvironmentStatus_UNSPECIFIED EnvironmentStatus = 0
	EnvironmentStatus_ACTIVE      EnvironmentStatus = 1
)

EnvironmentStatus

func (EnvironmentStatus) Descriptor

func (EnvironmentStatus) Enum

func (EnvironmentStatus) EnumDescriptor deprecated

func (EnvironmentStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use EnvironmentStatus.Descriptor instead.

func (EnvironmentStatus) Number

func (*EnvironmentStatus) Scan

func (x *EnvironmentStatus) Scan(value interface{}) error

func (EnvironmentStatus) ShortString

func (x EnvironmentStatus) ShortString() string

ShortString returns the un-prefixed string representation of the enum value

func (EnvironmentStatus) String

func (x EnvironmentStatus) String() string

func (EnvironmentStatus) Type

func (EnvironmentStatus) Value

func (x EnvironmentStatus) Value() (driver.Value, error)

type IsCFStackInput_Template

type IsCFStackInput_Template = isCFStackInput_Template

type IsCloudFormationStackParameterTypeWrappedType

type IsCloudFormationStackParameterTypeWrappedType interface {
	TypeKey() CloudFormationStackParameterTypeKey
	proto.Message
}

type IsCloudFormationStackParameterType_Type

type IsCloudFormationStackParameterType_Type = isCloudFormationStackParameterType_Type

type IsCloudFormationStackParameter_Source

type IsCloudFormationStackParameter_Source = isCloudFormationStackParameter_Source

type IsClusterEventTypeWrappedType

type IsClusterEventTypeWrappedType interface {
	TypeKey() ClusterEventTypeKey
	proto.Message
}

type IsClusterEventType_Type

type IsClusterEventType_Type = isClusterEventType_Type

type IsDeploymentEventTypeWrappedType

type IsDeploymentEventTypeWrappedType interface {
	TypeKey() DeploymentEventTypeKey
	proto.Message
}

type IsDeploymentEventType_Type

type IsDeploymentEventType_Type = isDeploymentEventType_Type

type IsDeploymentStepTypeWrappedType

type IsDeploymentStepTypeWrappedType interface {
	TypeKey() DeploymentStepTypeKey
	proto.Message
}

type IsDeploymentStepType_Type

type IsDeploymentStepType_Type = isDeploymentStepType_Type

type IsEnvironmentEventTypeWrappedType

type IsEnvironmentEventTypeWrappedType interface {
	TypeKey() EnvironmentEventTypeKey
	proto.Message
}

type IsEnvironmentEventType_Type

type IsEnvironmentEventType_Type = isEnvironmentEventType_Type

type IsParameterSourceTypeWrappedType

type IsParameterSourceTypeWrappedType interface {
	TypeKey() ParameterSourceTypeKey
	proto.Message
}

type IsParameterSourceType_Type

type IsParameterSourceType_Type = isParameterSourceType_Type

type IsPostgresConnectionTypeWrappedType

type IsPostgresConnectionTypeWrappedType interface {
	TypeKey() PostgresConnectionTypeKey
	proto.Message
}

type IsPostgresConnectionType_Type

type IsPostgresConnectionType_Type = isPostgresConnectionType_Type

type IsPostgresDatabaseResource_Connection

type IsPostgresDatabaseResource_Connection = isPostgresDatabaseResource_Connection

type IsPostgresMigrateSpec_Type

type IsPostgresMigrateSpec_Type = isPostgresMigrateSpec_Type

type IsStackEventTypeWrappedType

type IsStackEventTypeWrappedType interface {
	TypeKey() StackEventTypeKey
	proto.Message
}

type IsStackEventType_Type

type IsStackEventType_Type = isStackEventType_Type

type IsStepOutputTypeWrappedType

type IsStepOutputTypeWrappedType interface {
	TypeKey() StepOutputTypeKey
	proto.Message
}

type IsStepOutputType_Type

type IsStepOutputType_Type = isStepOutputType_Type

type KeyValue

type KeyValue struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyValue) Descriptor deprecated

func (*KeyValue) Descriptor() ([]byte, []int)

Deprecated: Use KeyValue.ProtoReflect.Descriptor instead.

func (*KeyValue) GetName

func (x *KeyValue) GetName() string

func (*KeyValue) GetValue

func (x *KeyValue) GetValue() string

func (*KeyValue) ProtoMessage

func (*KeyValue) ProtoMessage()

func (*KeyValue) ProtoReflect

func (x *KeyValue) ProtoReflect() protoreflect.Message

func (*KeyValue) Reset

func (x *KeyValue) Reset()

func (*KeyValue) String

func (x *KeyValue) String() string

type Parameter

type Parameter struct {
	Name        string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type        string               `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Description string               `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Source      *ParameterSourceType `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"`
	Args        []string             `protobuf:"bytes,6,rep,name=args,proto3" json:"args,omitempty"`
	// contains filtered or unexported fields
}

func (*Parameter) Descriptor deprecated

func (*Parameter) Descriptor() ([]byte, []int)

Deprecated: Use Parameter.ProtoReflect.Descriptor instead.

func (*Parameter) GetArgs

func (x *Parameter) GetArgs() []string

func (*Parameter) GetDescription

func (x *Parameter) GetDescription() string

func (*Parameter) GetName

func (x *Parameter) GetName() string

func (*Parameter) GetSource

func (x *Parameter) GetSource() *ParameterSourceType

func (*Parameter) GetType

func (x *Parameter) GetType() string

func (*Parameter) ProtoMessage

func (*Parameter) ProtoMessage()

func (*Parameter) ProtoReflect

func (x *Parameter) ProtoReflect() protoreflect.Message

func (*Parameter) Reset

func (x *Parameter) Reset()

func (*Parameter) String

func (x *Parameter) String() string

type ParameterOverride

type ParameterOverride struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// set to nil to remove the parameter
	Value *string `protobuf:"bytes,2,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ParameterOverride) Descriptor deprecated

func (*ParameterOverride) Descriptor() ([]byte, []int)

Deprecated: Use ParameterOverride.ProtoReflect.Descriptor instead.

func (*ParameterOverride) GetKey

func (x *ParameterOverride) GetKey() string

func (*ParameterOverride) GetValue

func (x *ParameterOverride) GetValue() string

func (*ParameterOverride) ProtoMessage

func (*ParameterOverride) ProtoMessage()

func (*ParameterOverride) ProtoReflect

func (x *ParameterOverride) ProtoReflect() protoreflect.Message

func (*ParameterOverride) Reset

func (x *ParameterOverride) Reset()

func (*ParameterOverride) String

func (x *ParameterOverride) String() string

type ParameterSourceType

type ParameterSourceType struct {

	// Types that are assignable to Type:
	//
	//	*ParameterSourceType_Static_
	//	*ParameterSourceType_WellKnown_
	//	*ParameterSourceType_RulePriority_
	//	*ParameterSourceType_DesiredCount_
	//	*ParameterSourceType_CrossEnvAttr_
	//	*ParameterSourceType_EnvVar_
	//	*ParameterSourceType_NamedIamPolicy
	//	*ParameterSourceType_Aurora_
	//	*ParameterSourceType_DatabaseServer_
	Type isParameterSourceType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*ParameterSourceType) Descriptor deprecated

func (*ParameterSourceType) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType.ProtoReflect.Descriptor instead.

func (*ParameterSourceType) Get

func (*ParameterSourceType) GetAurora

func (*ParameterSourceType) GetCrossEnvAttr

func (*ParameterSourceType) GetDatabaseServer

func (*ParameterSourceType) GetDesiredCount

func (*ParameterSourceType) GetEnvVar

func (*ParameterSourceType) GetNamedIamPolicy

func (*ParameterSourceType) GetRulePriority

func (*ParameterSourceType) GetStatic

func (*ParameterSourceType) GetType

func (m *ParameterSourceType) GetType() isParameterSourceType_Type

func (*ParameterSourceType) GetWellKnown

func (*ParameterSourceType) ProtoMessage

func (*ParameterSourceType) ProtoMessage()

func (*ParameterSourceType) ProtoReflect

func (x *ParameterSourceType) ProtoReflect() protoreflect.Message

func (*ParameterSourceType) Reset

func (x *ParameterSourceType) Reset()

func (*ParameterSourceType) Set

func (*ParameterSourceType) String

func (x *ParameterSourceType) String() string

func (*ParameterSourceType) TypeKey

type ParameterSourceTypeKey

type ParameterSourceTypeKey string

ParameterSourceType is a oneof wrapper

const (
	ParameterSource_Static         ParameterSourceTypeKey = "static"
	ParameterSource_WellKnown      ParameterSourceTypeKey = "wellKnown"
	ParameterSource_RulePriority   ParameterSourceTypeKey = "rulePriority"
	ParameterSource_DesiredCount   ParameterSourceTypeKey = "desiredCount"
	ParameterSource_CrossEnvAttr   ParameterSourceTypeKey = "crossEnvAttr"
	ParameterSource_EnvVar         ParameterSourceTypeKey = "envVar"
	ParameterSource_NamedIamPolicy ParameterSourceTypeKey = "namedIamPolicy"
	ParameterSource_Aurora         ParameterSourceTypeKey = "aurora"
	ParameterSource_DatabaseServer ParameterSourceTypeKey = "databaseServer"
)

type ParameterSourceType_Aurora

type ParameterSourceType_Aurora struct {
	ServerGroup string                          `protobuf:"bytes,1,opt,name=server_group,json=serverGroup,proto3" json:"server_group,omitempty"`
	AppKey      string                          `protobuf:"bytes,2,opt,name=app_key,json=appKey,proto3" json:"app_key,omitempty"`
	Part        ParameterSourceType_Aurora_Part `protobuf:"varint,3,opt,name=part,proto3,enum=o5.aws.deployer.v1.ParameterSourceType_Aurora_Part" json:"part,omitempty"`
	// contains filtered or unexported fields
}

func (*ParameterSourceType_Aurora) Descriptor deprecated

func (*ParameterSourceType_Aurora) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_Aurora.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_Aurora) GetAppKey

func (x *ParameterSourceType_Aurora) GetAppKey() string

func (*ParameterSourceType_Aurora) GetPart

func (*ParameterSourceType_Aurora) GetServerGroup

func (x *ParameterSourceType_Aurora) GetServerGroup() string

func (*ParameterSourceType_Aurora) ProtoMessage

func (*ParameterSourceType_Aurora) ProtoMessage()

func (*ParameterSourceType_Aurora) ProtoReflect

func (*ParameterSourceType_Aurora) Reset

func (x *ParameterSourceType_Aurora) Reset()

func (*ParameterSourceType_Aurora) String

func (x *ParameterSourceType_Aurora) String() string

func (*ParameterSourceType_Aurora) TypeKey

type ParameterSourceType_Aurora_

type ParameterSourceType_Aurora_ struct {
	Aurora *ParameterSourceType_Aurora `protobuf:"bytes,8,opt,name=aurora,proto3,oneof"`
}

type ParameterSourceType_Aurora_Part

type ParameterSourceType_Aurora_Part int32
const (
	ParameterSourceType_Aurora_PART_UNSPECIFIED ParameterSourceType_Aurora_Part = 0
	ParameterSourceType_Aurora_PART_JSON        ParameterSourceType_Aurora_Part = 1
	ParameterSourceType_Aurora_PART_IDENTIFIER  ParameterSourceType_Aurora_Part = 2
	ParameterSourceType_Aurora_PART_ENDPOINT    ParameterSourceType_Aurora_Part = 3
	ParameterSourceType_Aurora_PART_DBNAME      ParameterSourceType_Aurora_Part = 4
)

func (ParameterSourceType_Aurora_Part) Descriptor

func (ParameterSourceType_Aurora_Part) Enum

func (ParameterSourceType_Aurora_Part) EnumDescriptor deprecated

func (ParameterSourceType_Aurora_Part) EnumDescriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_Aurora_Part.Descriptor instead.

func (ParameterSourceType_Aurora_Part) Number

func (ParameterSourceType_Aurora_Part) String

func (ParameterSourceType_Aurora_Part) Type

type ParameterSourceType_CrossEnvAttr

type ParameterSourceType_CrossEnvAttr struct {
	EnvName string  `protobuf:"bytes,1,opt,name=env_name,json=envName,proto3" json:"env_name,omitempty"`
	Attr    EnvAttr `protobuf:"varint,2,opt,name=attr,proto3,enum=o5.aws.deployer.v1.EnvAttr" json:"attr,omitempty"`
	// contains filtered or unexported fields
}

func (*ParameterSourceType_CrossEnvAttr) Descriptor deprecated

func (*ParameterSourceType_CrossEnvAttr) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_CrossEnvAttr.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_CrossEnvAttr) GetAttr

func (*ParameterSourceType_CrossEnvAttr) GetEnvName

func (x *ParameterSourceType_CrossEnvAttr) GetEnvName() string

func (*ParameterSourceType_CrossEnvAttr) ProtoMessage

func (*ParameterSourceType_CrossEnvAttr) ProtoMessage()

func (*ParameterSourceType_CrossEnvAttr) ProtoReflect

func (*ParameterSourceType_CrossEnvAttr) Reset

func (*ParameterSourceType_CrossEnvAttr) String

func (*ParameterSourceType_CrossEnvAttr) TypeKey

type ParameterSourceType_CrossEnvAttr_

type ParameterSourceType_CrossEnvAttr_ struct {
	CrossEnvAttr *ParameterSourceType_CrossEnvAttr `protobuf:"bytes,5,opt,name=cross_env_attr,json=crossEnvAttr,proto3,oneof"`
}

type ParameterSourceType_DatabaseServer

type ParameterSourceType_DatabaseServer struct {
	ServerGroup string                                  `protobuf:"bytes,1,opt,name=server_group,json=serverGroup,proto3" json:"server_group,omitempty"`
	Part        ParameterSourceType_DatabaseServer_Part `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ParameterSourceType_DatabaseServer) Descriptor deprecated

func (*ParameterSourceType_DatabaseServer) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_DatabaseServer.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_DatabaseServer) GetPart

func (*ParameterSourceType_DatabaseServer) GetServerGroup

func (x *ParameterSourceType_DatabaseServer) GetServerGroup() string

func (*ParameterSourceType_DatabaseServer) ProtoMessage

func (*ParameterSourceType_DatabaseServer) ProtoMessage()

func (*ParameterSourceType_DatabaseServer) ProtoReflect

func (*ParameterSourceType_DatabaseServer) Reset

func (*ParameterSourceType_DatabaseServer) String

func (*ParameterSourceType_DatabaseServer) TypeKey

type ParameterSourceType_DatabaseServer_

type ParameterSourceType_DatabaseServer_ struct {
	DatabaseServer *ParameterSourceType_DatabaseServer `protobuf:"bytes,9,opt,name=database_server,json=databaseServer,proto3,oneof"`
}

type ParameterSourceType_DatabaseServer_Part

type ParameterSourceType_DatabaseServer_Part int32
const (
	ParameterSourceType_DatabaseServer_PART_UNSPECIFIED           ParameterSourceType_DatabaseServer_Part = 0
	ParameterSourceType_DatabaseServer_PART_CLIENT_SECURITY_GROUP ParameterSourceType_DatabaseServer_Part = 1
)

func (ParameterSourceType_DatabaseServer_Part) Descriptor

func (ParameterSourceType_DatabaseServer_Part) Enum

func (ParameterSourceType_DatabaseServer_Part) EnumDescriptor deprecated

func (ParameterSourceType_DatabaseServer_Part) EnumDescriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_DatabaseServer_Part.Descriptor instead.

func (ParameterSourceType_DatabaseServer_Part) Number

func (ParameterSourceType_DatabaseServer_Part) String

func (ParameterSourceType_DatabaseServer_Part) Type

type ParameterSourceType_DesiredCount

type ParameterSourceType_DesiredCount struct {
	// contains filtered or unexported fields
}

func (*ParameterSourceType_DesiredCount) Descriptor deprecated

func (*ParameterSourceType_DesiredCount) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_DesiredCount.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_DesiredCount) ProtoMessage

func (*ParameterSourceType_DesiredCount) ProtoMessage()

func (*ParameterSourceType_DesiredCount) ProtoReflect

func (*ParameterSourceType_DesiredCount) Reset

func (*ParameterSourceType_DesiredCount) String

func (*ParameterSourceType_DesiredCount) TypeKey

type ParameterSourceType_DesiredCount_

type ParameterSourceType_DesiredCount_ struct {
	DesiredCount *ParameterSourceType_DesiredCount `protobuf:"bytes,4,opt,name=desired_count,json=desiredCount,proto3,oneof"`
}

type ParameterSourceType_EnvVar

type ParameterSourceType_EnvVar struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ParameterSourceType_EnvVar) Descriptor deprecated

func (*ParameterSourceType_EnvVar) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_EnvVar.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_EnvVar) GetName

func (x *ParameterSourceType_EnvVar) GetName() string

func (*ParameterSourceType_EnvVar) ProtoMessage

func (*ParameterSourceType_EnvVar) ProtoMessage()

func (*ParameterSourceType_EnvVar) ProtoReflect

func (*ParameterSourceType_EnvVar) Reset

func (x *ParameterSourceType_EnvVar) Reset()

func (*ParameterSourceType_EnvVar) String

func (x *ParameterSourceType_EnvVar) String() string

func (*ParameterSourceType_EnvVar) TypeKey

type ParameterSourceType_EnvVar_

type ParameterSourceType_EnvVar_ struct {
	EnvVar *ParameterSourceType_EnvVar `protobuf:"bytes,6,opt,name=env_var,json=envVar,proto3,oneof"`
}

type ParameterSourceType_NamedIAMPolicy

type ParameterSourceType_NamedIAMPolicy struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ParameterSourceType_NamedIAMPolicy) Descriptor deprecated

func (*ParameterSourceType_NamedIAMPolicy) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_NamedIAMPolicy.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_NamedIAMPolicy) GetName

func (*ParameterSourceType_NamedIAMPolicy) ProtoMessage

func (*ParameterSourceType_NamedIAMPolicy) ProtoMessage()

func (*ParameterSourceType_NamedIAMPolicy) ProtoReflect

func (*ParameterSourceType_NamedIAMPolicy) Reset

func (*ParameterSourceType_NamedIAMPolicy) String

func (*ParameterSourceType_NamedIAMPolicy) TypeKey

type ParameterSourceType_NamedIamPolicy

type ParameterSourceType_NamedIamPolicy struct {
	NamedIamPolicy *ParameterSourceType_NamedIAMPolicy `protobuf:"bytes,7,opt,name=named_iam_policy,json=namedIamPolicy,proto3,oneof"`
}

type ParameterSourceType_RulePriority

type ParameterSourceType_RulePriority struct {
	RouteGroup application_pb.RouteGroup `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ParameterSourceType_RulePriority) Descriptor deprecated

func (*ParameterSourceType_RulePriority) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_RulePriority.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_RulePriority) GetRouteGroup

func (*ParameterSourceType_RulePriority) ProtoMessage

func (*ParameterSourceType_RulePriority) ProtoMessage()

func (*ParameterSourceType_RulePriority) ProtoReflect

func (*ParameterSourceType_RulePriority) Reset

func (*ParameterSourceType_RulePriority) String

func (*ParameterSourceType_RulePriority) TypeKey

type ParameterSourceType_RulePriority_

type ParameterSourceType_RulePriority_ struct {
	RulePriority *ParameterSourceType_RulePriority `protobuf:"bytes,3,opt,name=rule_priority,json=rulePriority,proto3,oneof"`
}

type ParameterSourceType_Static

type ParameterSourceType_Static struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ParameterSourceType_Static) Descriptor deprecated

func (*ParameterSourceType_Static) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_Static.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_Static) GetValue

func (x *ParameterSourceType_Static) GetValue() string

func (*ParameterSourceType_Static) ProtoMessage

func (*ParameterSourceType_Static) ProtoMessage()

func (*ParameterSourceType_Static) ProtoReflect

func (*ParameterSourceType_Static) Reset

func (x *ParameterSourceType_Static) Reset()

func (*ParameterSourceType_Static) String

func (x *ParameterSourceType_Static) String() string

func (*ParameterSourceType_Static) TypeKey

type ParameterSourceType_Static_

type ParameterSourceType_Static_ struct {
	Static *ParameterSourceType_Static `protobuf:"bytes,1,opt,name=static,proto3,oneof"`
}

type ParameterSourceType_WellKnown

type ParameterSourceType_WellKnown struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ParameterSourceType_WellKnown) Descriptor deprecated

func (*ParameterSourceType_WellKnown) Descriptor() ([]byte, []int)

Deprecated: Use ParameterSourceType_WellKnown.ProtoReflect.Descriptor instead.

func (*ParameterSourceType_WellKnown) GetName

func (*ParameterSourceType_WellKnown) ProtoMessage

func (*ParameterSourceType_WellKnown) ProtoMessage()

func (*ParameterSourceType_WellKnown) ProtoReflect

func (*ParameterSourceType_WellKnown) Reset

func (x *ParameterSourceType_WellKnown) Reset()

func (*ParameterSourceType_WellKnown) String

func (*ParameterSourceType_WellKnown) TypeKey

type ParameterSourceType_WellKnown_

type ParameterSourceType_WellKnown_ struct {
	WellKnown *ParameterSourceType_WellKnown `protobuf:"bytes,2,opt,name=well_known,json=wellKnown,proto3,oneof"`
}

type PostgresConnectionType

type PostgresConnectionType struct {

	// Types that are assignable to Type:
	//
	//	*PostgresConnectionType_Aurora_
	//	*PostgresConnectionType_SecretsManager_
	Type isPostgresConnectionType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*PostgresConnectionType) Descriptor deprecated

func (*PostgresConnectionType) Descriptor() ([]byte, []int)

Deprecated: Use PostgresConnectionType.ProtoReflect.Descriptor instead.

func (*PostgresConnectionType) Get

func (*PostgresConnectionType) GetAurora

func (*PostgresConnectionType) GetSecretsManager

func (*PostgresConnectionType) GetType

func (m *PostgresConnectionType) GetType() isPostgresConnectionType_Type

func (*PostgresConnectionType) ProtoMessage

func (*PostgresConnectionType) ProtoMessage()

func (*PostgresConnectionType) ProtoReflect

func (x *PostgresConnectionType) ProtoReflect() protoreflect.Message

func (*PostgresConnectionType) Reset

func (x *PostgresConnectionType) Reset()

func (*PostgresConnectionType) Set

func (*PostgresConnectionType) String

func (x *PostgresConnectionType) String() string

func (*PostgresConnectionType) TypeKey

type PostgresConnectionTypeKey

type PostgresConnectionTypeKey string

PostgresConnectionType is a oneof wrapper

const (
	PostgresConnection_Aurora         PostgresConnectionTypeKey = "aurora"
	PostgresConnection_SecretsManager PostgresConnectionTypeKey = "secretsManager"
)

type PostgresConnectionType_Aurora

type PostgresConnectionType_Aurora struct {
	Conn *awsinfra_pb.AuroraConnection `protobuf:"bytes,1,opt,name=conn,proto3" json:"conn,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresConnectionType_Aurora) Descriptor deprecated

func (*PostgresConnectionType_Aurora) Descriptor() ([]byte, []int)

Deprecated: Use PostgresConnectionType_Aurora.ProtoReflect.Descriptor instead.

func (*PostgresConnectionType_Aurora) GetConn

func (*PostgresConnectionType_Aurora) ProtoMessage

func (*PostgresConnectionType_Aurora) ProtoMessage()

func (*PostgresConnectionType_Aurora) ProtoReflect

func (*PostgresConnectionType_Aurora) Reset

func (x *PostgresConnectionType_Aurora) Reset()

func (*PostgresConnectionType_Aurora) String

func (*PostgresConnectionType_Aurora) TypeKey

type PostgresConnectionType_Aurora_

type PostgresConnectionType_Aurora_ struct {
	Aurora *PostgresConnectionType_Aurora `protobuf:"bytes,1,opt,name=aurora,proto3,oneof"`
}

type PostgresConnectionType_SecretsManager

type PostgresConnectionType_SecretsManager struct {
	AppSecretOutputName string `protobuf:"bytes,1,opt,name=app_secret_output_name,json=appSecretOutputName,proto3" json:"app_secret_output_name,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresConnectionType_SecretsManager) Descriptor deprecated

func (*PostgresConnectionType_SecretsManager) Descriptor() ([]byte, []int)

Deprecated: Use PostgresConnectionType_SecretsManager.ProtoReflect.Descriptor instead.

func (*PostgresConnectionType_SecretsManager) GetAppSecretOutputName

func (x *PostgresConnectionType_SecretsManager) GetAppSecretOutputName() string

func (*PostgresConnectionType_SecretsManager) ProtoMessage

func (*PostgresConnectionType_SecretsManager) ProtoMessage()

func (*PostgresConnectionType_SecretsManager) ProtoReflect

func (*PostgresConnectionType_SecretsManager) Reset

func (*PostgresConnectionType_SecretsManager) String

func (*PostgresConnectionType_SecretsManager) TypeKey

type PostgresConnectionType_SecretsManager_

type PostgresConnectionType_SecretsManager_ struct {
	SecretsManager *PostgresConnectionType_SecretsManager `protobuf:"bytes,2,opt,name=secrets_manager,json=secretsManager,proto3,oneof"`
}

type PostgresDatabaseResource

type PostgresDatabaseResource struct {

	// Key as specified in the app config file
	AppKey string `protobuf:"bytes,1,opt,name=app_key,json=appKey,proto3" json:"app_key,omitempty"`
	// Matches application.v1.Database.Postgres
	DbNameSuffix string `protobuf:"bytes,2,opt,name=db_name_suffix,json=dbNameSuffix,proto3" json:"db_name_suffix,omitempty"`
	// Matches application.v1.Database.Postgres
	ServerGroup string `protobuf:"bytes,5,opt,name=server_group,json=serverGroup,proto3" json:"server_group,omitempty"`
	// Matches application.v1.Database.Postgres
	DbExtensions []string `protobuf:"bytes,3,rep,name=db_extensions,json=dbExtensions,proto3" json:"db_extensions,omitempty"`
	// Built from application.v1.Database.Postgres.Container
	MigrationTaskOutputName *string `` /* 140-byte string literal not displayed */
	// Types that are assignable to Connection:
	//
	//	*PostgresDatabaseResource_SecretOutputName
	//	*PostgresDatabaseResource_ParameterName
	Connection isPostgresDatabaseResource_Connection `protobuf_oneof:"connection"`
	// contains filtered or unexported fields
}

Output from AppBuilder

func (*PostgresDatabaseResource) Descriptor deprecated

func (*PostgresDatabaseResource) Descriptor() ([]byte, []int)

Deprecated: Use PostgresDatabaseResource.ProtoReflect.Descriptor instead.

func (*PostgresDatabaseResource) GetAppKey

func (x *PostgresDatabaseResource) GetAppKey() string

func (*PostgresDatabaseResource) GetConnection

func (m *PostgresDatabaseResource) GetConnection() isPostgresDatabaseResource_Connection

func (*PostgresDatabaseResource) GetDbExtensions

func (x *PostgresDatabaseResource) GetDbExtensions() []string

func (*PostgresDatabaseResource) GetDbNameSuffix

func (x *PostgresDatabaseResource) GetDbNameSuffix() string

func (*PostgresDatabaseResource) GetMigrationTaskOutputName

func (x *PostgresDatabaseResource) GetMigrationTaskOutputName() string

func (*PostgresDatabaseResource) GetParameterName

func (x *PostgresDatabaseResource) GetParameterName() string

func (*PostgresDatabaseResource) GetSecretOutputName

func (x *PostgresDatabaseResource) GetSecretOutputName() string

func (*PostgresDatabaseResource) GetServerGroup

func (x *PostgresDatabaseResource) GetServerGroup() string

func (*PostgresDatabaseResource) ProtoMessage

func (*PostgresDatabaseResource) ProtoMessage()

func (*PostgresDatabaseResource) ProtoReflect

func (x *PostgresDatabaseResource) ProtoReflect() protoreflect.Message

func (*PostgresDatabaseResource) Reset

func (x *PostgresDatabaseResource) Reset()

func (*PostgresDatabaseResource) String

func (x *PostgresDatabaseResource) String() string

type PostgresDatabaseResource_ParameterName

type PostgresDatabaseResource_ParameterName struct {
	// The sidecar/app has an environment variable coming from
	// this parameter for proxy.
	ParameterName string `protobuf:"bytes,11,opt,name=parameter_name,json=parameterName,proto3,oneof"`
}

type PostgresDatabaseResource_SecretOutputName

type PostgresDatabaseResource_SecretOutputName struct {
	// The main runtime has a SecretFrom loading the
	// credentials and expects a direct connection
	SecretOutputName string `protobuf:"bytes,10,opt,name=secret_output_name,json=secretOutputName,proto3,oneof"`
}

type PostgresMigrateSpec

type PostgresMigrateSpec struct {

	// Types that are assignable to Type:
	//
	//	*PostgresMigrateSpec_Ecs
	Type isPostgresMigrateSpec_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*PostgresMigrateSpec) Descriptor deprecated

func (*PostgresMigrateSpec) Descriptor() ([]byte, []int)

Deprecated: Use PostgresMigrateSpec.ProtoReflect.Descriptor instead.

func (*PostgresMigrateSpec) GetEcs

func (*PostgresMigrateSpec) GetType

func (m *PostgresMigrateSpec) GetType() isPostgresMigrateSpec_Type

func (*PostgresMigrateSpec) ProtoMessage

func (*PostgresMigrateSpec) ProtoMessage()

func (*PostgresMigrateSpec) ProtoReflect

func (x *PostgresMigrateSpec) ProtoReflect() protoreflect.Message

func (*PostgresMigrateSpec) Reset

func (x *PostgresMigrateSpec) Reset()

func (*PostgresMigrateSpec) String

func (x *PostgresMigrateSpec) String() string

type PostgresMigrateSpec_ECS

type PostgresMigrateSpec_ECS struct {
	TaskOutputName string                      `protobuf:"bytes,1,opt,name=task_output_name,json=taskOutputName,proto3" json:"task_output_name,omitempty"`
	TaskContext    *awsinfra_pb.ECSTaskContext `protobuf:"bytes,2,opt,name=task_context,json=taskContext,proto3" json:"task_context,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresMigrateSpec_ECS) Descriptor deprecated

func (*PostgresMigrateSpec_ECS) Descriptor() ([]byte, []int)

Deprecated: Use PostgresMigrateSpec_ECS.ProtoReflect.Descriptor instead.

func (*PostgresMigrateSpec_ECS) GetTaskContext

func (x *PostgresMigrateSpec_ECS) GetTaskContext() *awsinfra_pb.ECSTaskContext

func (*PostgresMigrateSpec_ECS) GetTaskOutputName

func (x *PostgresMigrateSpec_ECS) GetTaskOutputName() string

func (*PostgresMigrateSpec_ECS) ProtoMessage

func (*PostgresMigrateSpec_ECS) ProtoMessage()

func (*PostgresMigrateSpec_ECS) ProtoReflect

func (x *PostgresMigrateSpec_ECS) ProtoReflect() protoreflect.Message

func (*PostgresMigrateSpec_ECS) Reset

func (x *PostgresMigrateSpec_ECS) Reset()

func (*PostgresMigrateSpec_ECS) String

func (x *PostgresMigrateSpec_ECS) String() string

type PostgresMigrateSpec_Ecs

type PostgresMigrateSpec_Ecs struct {
	Ecs *PostgresMigrateSpec_ECS `protobuf:"bytes,1,opt,name=ecs,proto3,oneof"`
}

type PostgresSpec

type PostgresSpec struct {

	// Key as specified in the app config file
	AppKey                string                   `protobuf:"bytes,1,opt,name=app_key,json=appKey,proto3" json:"app_key,omitempty"`
	FullDbName            string                   `protobuf:"bytes,2,opt,name=full_db_name,json=fullDbName,proto3" json:"full_db_name,omitempty"`
	DbExtensions          []string                 `protobuf:"bytes,3,rep,name=db_extensions,json=dbExtensions,proto3" json:"db_extensions,omitempty"`
	AdminConnection       *awsinfra_pb.RDSHostType `protobuf:"bytes,4,opt,name=admin_connection,json=adminConnection,proto3" json:"admin_connection,omitempty"`
	AppConnection         *PostgresConnectionType  `protobuf:"bytes,5,opt,name=app_connection,json=appConnection,proto3" json:"app_connection,omitempty"`
	ClientSecurityGroupId string                   `` /* 128-byte string literal not displayed */
	Migrate               *PostgresMigrateSpec     `protobuf:"bytes,10,opt,name=migrate,proto3" json:"migrate,omitempty"`
	// contains filtered or unexported fields
}

Input into Deployer - Takes the Output + Infra info

func (*PostgresSpec) Descriptor deprecated

func (*PostgresSpec) Descriptor() ([]byte, []int)

Deprecated: Use PostgresSpec.ProtoReflect.Descriptor instead.

func (*PostgresSpec) GetAdminConnection

func (x *PostgresSpec) GetAdminConnection() *awsinfra_pb.RDSHostType

func (*PostgresSpec) GetAppConnection

func (x *PostgresSpec) GetAppConnection() *PostgresConnectionType

func (*PostgresSpec) GetAppKey

func (x *PostgresSpec) GetAppKey() string

func (*PostgresSpec) GetClientSecurityGroupId

func (x *PostgresSpec) GetClientSecurityGroupId() string

func (*PostgresSpec) GetDbExtensions

func (x *PostgresSpec) GetDbExtensions() []string

func (*PostgresSpec) GetFullDbName

func (x *PostgresSpec) GetFullDbName() string

func (*PostgresSpec) GetMigrate

func (x *PostgresSpec) GetMigrate() *PostgresMigrateSpec

func (*PostgresSpec) ProtoMessage

func (*PostgresSpec) ProtoMessage()

func (*PostgresSpec) ProtoReflect

func (x *PostgresSpec) ProtoReflect() protoreflect.Message

func (*PostgresSpec) Reset

func (x *PostgresSpec) Reset()

func (*PostgresSpec) String

func (x *PostgresSpec) String() string

type S3Template

type S3Template struct {
	Bucket string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
	Key    string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Region string `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

func (*S3Template) Descriptor deprecated

func (*S3Template) Descriptor() ([]byte, []int)

Deprecated: Use S3Template.ProtoReflect.Descriptor instead.

func (*S3Template) GetBucket

func (x *S3Template) GetBucket() string

func (*S3Template) GetKey

func (x *S3Template) GetKey() string

func (*S3Template) GetRegion

func (x *S3Template) GetRegion() string

func (*S3Template) ProtoMessage

func (*S3Template) ProtoMessage()

func (*S3Template) ProtoReflect

func (x *S3Template) ProtoReflect() protoreflect.Message

func (*S3Template) Reset

func (x *S3Template) Reset()

func (*S3Template) String

func (x *S3Template) String() string

type StackDeployment

type StackDeployment struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	Version      string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*StackDeployment) Descriptor deprecated

func (*StackDeployment) Descriptor() ([]byte, []int)

Deprecated: Use StackDeployment.ProtoReflect.Descriptor instead.

func (*StackDeployment) GetDeploymentId

func (x *StackDeployment) GetDeploymentId() string

func (*StackDeployment) GetVersion

func (x *StackDeployment) GetVersion() string

func (*StackDeployment) ProtoMessage

func (*StackDeployment) ProtoMessage()

func (*StackDeployment) ProtoReflect

func (x *StackDeployment) ProtoReflect() protoreflect.Message

func (*StackDeployment) Reset

func (x *StackDeployment) Reset()

func (*StackDeployment) String

func (x *StackDeployment) String() string

type StackEvent

type StackEvent struct {
	Metadata *psm_j5pb.EventMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Keys     *StackKeys              `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,omitempty"`
	Event    *StackEventType         `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*StackEvent) Descriptor deprecated

func (*StackEvent) Descriptor() ([]byte, []int)

Deprecated: Use StackEvent.ProtoReflect.Descriptor instead.

func (*StackEvent) GetEvent

func (x *StackEvent) GetEvent() *StackEventType

func (*StackEvent) GetKeys

func (x *StackEvent) GetKeys() *StackKeys

func (*StackEvent) GetMetadata

func (x *StackEvent) GetMetadata() *psm_j5pb.EventMetadata

func (*StackEvent) PSMEventKey

func (msg *StackEvent) PSMEventKey() StackPSMEventKey

PSMEventKey returns the StackPSMEventPSMEventKey for the event, implementing psm.IEvent

func (*StackEvent) PSMIsSet

func (msg *StackEvent) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*StackEvent) PSMKeys

func (msg *StackEvent) PSMKeys() *StackKeys

func (*StackEvent) PSMMetadata

func (msg *StackEvent) PSMMetadata() *psm_j5pb.EventMetadata

func (*StackEvent) ProtoMessage

func (*StackEvent) ProtoMessage()

func (*StackEvent) ProtoReflect

func (x *StackEvent) ProtoReflect() protoreflect.Message

func (*StackEvent) Reset

func (x *StackEvent) Reset()

func (*StackEvent) SetPSMEvent

func (msg *StackEvent) SetPSMEvent(inner StackPSMEvent) error

SetPSMEvent sets the inner event message from a concrete type, implementing psm.IEvent

func (*StackEvent) SetPSMKeys

func (msg *StackEvent) SetPSMKeys(inner *StackKeys)

func (*StackEvent) String

func (x *StackEvent) String() string

func (*StackEvent) UnwrapPSMEvent

func (msg *StackEvent) UnwrapPSMEvent() StackPSMEvent

UnwrapPSMEvent implements psm.IEvent, returning the inner event message

type StackEventType

type StackEventType struct {

	// Types that are assignable to Type:
	//
	//	*StackEventType_Configured_
	//	*StackEventType_DeploymentRequested_
	//	*StackEventType_DeploymentCompleted_
	//	*StackEventType_DeploymentFailed_
	//	*StackEventType_RunDeployment_
	Type isStackEventType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*StackEventType) Descriptor deprecated

func (*StackEventType) Descriptor() ([]byte, []int)

Deprecated: Use StackEventType.ProtoReflect.Descriptor instead.

func (*StackEventType) Get

func (*StackEventType) GetConfigured

func (x *StackEventType) GetConfigured() *StackEventType_Configured

func (*StackEventType) GetDeploymentCompleted

func (x *StackEventType) GetDeploymentCompleted() *StackEventType_DeploymentCompleted

func (*StackEventType) GetDeploymentFailed

func (x *StackEventType) GetDeploymentFailed() *StackEventType_DeploymentFailed

func (*StackEventType) GetDeploymentRequested

func (x *StackEventType) GetDeploymentRequested() *StackEventType_DeploymentRequested

func (*StackEventType) GetRunDeployment

func (x *StackEventType) GetRunDeployment() *StackEventType_RunDeployment

func (*StackEventType) GetType

func (m *StackEventType) GetType() isStackEventType_Type

func (*StackEventType) ProtoMessage

func (*StackEventType) ProtoMessage()

func (*StackEventType) ProtoReflect

func (x *StackEventType) ProtoReflect() protoreflect.Message

func (*StackEventType) Reset

func (x *StackEventType) Reset()

func (*StackEventType) Set

func (*StackEventType) String

func (x *StackEventType) String() string

func (*StackEventType) TypeKey

func (x *StackEventType) TypeKey() (StackEventTypeKey, bool)

type StackEventTypeKey

type StackEventTypeKey string

StackEventType is a oneof wrapper

const (
	StackEvent_Configured          StackEventTypeKey = "configured"
	StackEvent_DeploymentRequested StackEventTypeKey = "deploymentRequested"
	StackEvent_DeploymentCompleted StackEventTypeKey = "deploymentCompleted"
	StackEvent_DeploymentFailed    StackEventTypeKey = "deploymentFailed"
	StackEvent_RunDeployment       StackEventTypeKey = "runDeployment"
)

type StackEventType_Configured

type StackEventType_Configured struct {
	ApplicationName string `protobuf:"bytes,1,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	EnvironmentId   string `protobuf:"bytes,2,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	EnvironmentName string `protobuf:"bytes,3,opt,name=environment_name,json=environmentName,proto3" json:"environment_name,omitempty"`
	// contains filtered or unexported fields
}

func (*StackEventType_Configured) Descriptor deprecated

func (*StackEventType_Configured) Descriptor() ([]byte, []int)

Deprecated: Use StackEventType_Configured.ProtoReflect.Descriptor instead.

func (*StackEventType_Configured) GetApplicationName

func (x *StackEventType_Configured) GetApplicationName() string

func (*StackEventType_Configured) GetEnvironmentId

func (x *StackEventType_Configured) GetEnvironmentId() string

func (*StackEventType_Configured) GetEnvironmentName

func (x *StackEventType_Configured) GetEnvironmentName() string

func (*StackEventType_Configured) PSMEventKey

func (*StackEventType_Configured) PSMIsSet

func (msg *StackEventType_Configured) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*StackEventType_Configured) ProtoMessage

func (*StackEventType_Configured) ProtoMessage()

func (*StackEventType_Configured) ProtoReflect

func (*StackEventType_Configured) Reset

func (x *StackEventType_Configured) Reset()

func (*StackEventType_Configured) String

func (x *StackEventType_Configured) String() string

func (*StackEventType_Configured) TypeKey

type StackEventType_Configured_

type StackEventType_Configured_ struct {
	Configured *StackEventType_Configured `protobuf:"bytes,2,opt,name=configured,proto3,oneof"`
}

type StackEventType_DeploymentCompleted

type StackEventType_DeploymentCompleted struct {
	Deployment *StackDeployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// contains filtered or unexported fields
}

func (*StackEventType_DeploymentCompleted) Descriptor deprecated

func (*StackEventType_DeploymentCompleted) Descriptor() ([]byte, []int)

Deprecated: Use StackEventType_DeploymentCompleted.ProtoReflect.Descriptor instead.

func (*StackEventType_DeploymentCompleted) GetDeployment

func (*StackEventType_DeploymentCompleted) PSMEventKey

func (*StackEventType_DeploymentCompleted) PSMIsSet

func (msg *StackEventType_DeploymentCompleted) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*StackEventType_DeploymentCompleted) ProtoMessage

func (*StackEventType_DeploymentCompleted) ProtoMessage()

func (*StackEventType_DeploymentCompleted) ProtoReflect

func (*StackEventType_DeploymentCompleted) Reset

func (*StackEventType_DeploymentCompleted) String

func (*StackEventType_DeploymentCompleted) TypeKey

type StackEventType_DeploymentCompleted_

type StackEventType_DeploymentCompleted_ struct {
	DeploymentCompleted *StackEventType_DeploymentCompleted `protobuf:"bytes,4,opt,name=deployment_completed,json=deploymentCompleted,proto3,oneof"`
}

type StackEventType_DeploymentFailed

type StackEventType_DeploymentFailed struct {
	Deployment *StackDeployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	Error      string           `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*StackEventType_DeploymentFailed) Descriptor deprecated

func (*StackEventType_DeploymentFailed) Descriptor() ([]byte, []int)

Deprecated: Use StackEventType_DeploymentFailed.ProtoReflect.Descriptor instead.

func (*StackEventType_DeploymentFailed) GetDeployment

func (*StackEventType_DeploymentFailed) GetError

func (*StackEventType_DeploymentFailed) PSMEventKey

func (*StackEventType_DeploymentFailed) PSMIsSet

func (msg *StackEventType_DeploymentFailed) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*StackEventType_DeploymentFailed) ProtoMessage

func (*StackEventType_DeploymentFailed) ProtoMessage()

func (*StackEventType_DeploymentFailed) ProtoReflect

func (*StackEventType_DeploymentFailed) Reset

func (*StackEventType_DeploymentFailed) String

func (*StackEventType_DeploymentFailed) TypeKey

type StackEventType_DeploymentFailed_

type StackEventType_DeploymentFailed_ struct {
	DeploymentFailed *StackEventType_DeploymentFailed `protobuf:"bytes,5,opt,name=deployment_failed,json=deploymentFailed,proto3,oneof"`
}

type StackEventType_DeploymentRequested

type StackEventType_DeploymentRequested struct {
	Deployment      *StackDeployment `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"`
	ApplicationName string           `protobuf:"bytes,2,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	EnvironmentName string           `protobuf:"bytes,3,opt,name=environment_name,json=environmentName,proto3" json:"environment_name,omitempty"`
	EnvironmentId   string           `protobuf:"bytes,4,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StackEventType_DeploymentRequested) Descriptor deprecated

func (*StackEventType_DeploymentRequested) Descriptor() ([]byte, []int)

Deprecated: Use StackEventType_DeploymentRequested.ProtoReflect.Descriptor instead.

func (*StackEventType_DeploymentRequested) GetApplicationName

func (x *StackEventType_DeploymentRequested) GetApplicationName() string

func (*StackEventType_DeploymentRequested) GetDeployment

func (*StackEventType_DeploymentRequested) GetEnvironmentId

func (x *StackEventType_DeploymentRequested) GetEnvironmentId() string

func (*StackEventType_DeploymentRequested) GetEnvironmentName

func (x *StackEventType_DeploymentRequested) GetEnvironmentName() string

func (*StackEventType_DeploymentRequested) PSMEventKey

func (*StackEventType_DeploymentRequested) PSMIsSet

func (msg *StackEventType_DeploymentRequested) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*StackEventType_DeploymentRequested) ProtoMessage

func (*StackEventType_DeploymentRequested) ProtoMessage()

func (*StackEventType_DeploymentRequested) ProtoReflect

func (*StackEventType_DeploymentRequested) Reset

func (*StackEventType_DeploymentRequested) String

func (*StackEventType_DeploymentRequested) TypeKey

type StackEventType_DeploymentRequested_

type StackEventType_DeploymentRequested_ struct {
	DeploymentRequested *StackEventType_DeploymentRequested `protobuf:"bytes,3,opt,name=deployment_requested,json=deploymentRequested,proto3,oneof"`
}

type StackEventType_RunDeployment

type StackEventType_RunDeployment struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StackEventType_RunDeployment) Descriptor deprecated

func (*StackEventType_RunDeployment) Descriptor() ([]byte, []int)

Deprecated: Use StackEventType_RunDeployment.ProtoReflect.Descriptor instead.

func (*StackEventType_RunDeployment) GetDeploymentId

func (x *StackEventType_RunDeployment) GetDeploymentId() string

func (*StackEventType_RunDeployment) PSMEventKey

func (*StackEventType_RunDeployment) PSMIsSet

func (msg *StackEventType_RunDeployment) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*StackEventType_RunDeployment) ProtoMessage

func (*StackEventType_RunDeployment) ProtoMessage()

func (*StackEventType_RunDeployment) ProtoReflect

func (*StackEventType_RunDeployment) Reset

func (x *StackEventType_RunDeployment) Reset()

func (*StackEventType_RunDeployment) String

func (*StackEventType_RunDeployment) TypeKey

type StackEventType_RunDeployment_

type StackEventType_RunDeployment_ struct {
	RunDeployment *StackEventType_RunDeployment `protobuf:"bytes,7,opt,name=run_deployment,json=runDeployment,proto3,oneof"`
}

type StackKeys

type StackKeys struct {
	StackId       string `protobuf:"bytes,1,opt,name=stack_id,json=stackId,proto3" json:"stack_id,omitempty"`
	EnvironmentId string `protobuf:"bytes,2,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	ClusterId     string `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StackKeys) Descriptor deprecated

func (*StackKeys) Descriptor() ([]byte, []int)

Deprecated: Use StackKeys.ProtoReflect.Descriptor instead.

func (*StackKeys) GetClusterId

func (x *StackKeys) GetClusterId() string

func (*StackKeys) GetEnvironmentId

func (x *StackKeys) GetEnvironmentId() string

func (*StackKeys) GetStackId

func (x *StackKeys) GetStackId() string

func (*StackKeys) PSMFullName

func (msg *StackKeys) PSMFullName() string

PSMFullName returns the full name of state machine with package prefix

func (*StackKeys) PSMIsSet

func (msg *StackKeys) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*StackKeys) PSMKeyValues

func (msg *StackKeys) PSMKeyValues() (map[string]string, error)

func (*StackKeys) ProtoMessage

func (*StackKeys) ProtoMessage()

func (*StackKeys) ProtoReflect

func (x *StackKeys) ProtoReflect() protoreflect.Message

func (*StackKeys) Reset

func (x *StackKeys) Reset()

func (*StackKeys) String

func (x *StackKeys) String() string

type StackPSMEvent

type StackPSMEvent interface {
	psm.IInnerEvent
	PSMEventKey() StackPSMEventKey
}

type StackPSMEventKey

type StackPSMEventKey = string
const (
	StackPSMEventNil                 StackPSMEventKey = "<nil>"
	StackPSMEventConfigured          StackPSMEventKey = "configured"
	StackPSMEventDeploymentRequested StackPSMEventKey = "deployment_requested"
	StackPSMEventDeploymentCompleted StackPSMEventKey = "deployment_completed"
	StackPSMEventDeploymentFailed    StackPSMEventKey = "deployment_failed"
	StackPSMEventRunDeployment       StackPSMEventKey = "run_deployment"
)

type StackState

type StackState struct {
	Metadata *psm_j5pb.StateMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Keys     *StackKeys              `protobuf:"bytes,2,opt,name=keys,proto3" json:"keys,omitempty"`
	Status   StackStatus             `protobuf:"varint,3,opt,name=status,proto3,enum=o5.aws.deployer.v1.StackStatus" json:"status,omitempty"`
	Data     *StackStateData         `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StackState) Descriptor deprecated

func (*StackState) Descriptor() ([]byte, []int)

Deprecated: Use StackState.ProtoReflect.Descriptor instead.

func (*StackState) GetData

func (x *StackState) GetData() *StackStateData

func (*StackState) GetKeys

func (x *StackState) GetKeys() *StackKeys

func (*StackState) GetMetadata

func (x *StackState) GetMetadata() *psm_j5pb.StateMetadata

func (*StackState) GetStatus

func (x *StackState) GetStatus() StackStatus

func (*StackState) PSMData

func (msg *StackState) PSMData() *StackStateData

func (*StackState) PSMIsSet

func (msg *StackState) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*StackState) PSMKeys

func (msg *StackState) PSMKeys() *StackKeys

func (*StackState) PSMMetadata

func (msg *StackState) PSMMetadata() *psm_j5pb.StateMetadata

func (*StackState) ProtoMessage

func (*StackState) ProtoMessage()

func (*StackState) ProtoReflect

func (x *StackState) ProtoReflect() protoreflect.Message

func (*StackState) Reset

func (x *StackState) Reset()

func (*StackState) SetPSMKeys

func (msg *StackState) SetPSMKeys(inner *StackKeys)

func (*StackState) SetStatus

func (msg *StackState) SetStatus(status StackStatus)

func (*StackState) String

func (x *StackState) String() string

type StackStateData

type StackStateData struct {
	CurrentDeployment *StackDeployment   `protobuf:"bytes,4,opt,name=current_deployment,json=currentDeployment,proto3,oneof" json:"current_deployment,omitempty"`
	StackName         string             `protobuf:"bytes,5,opt,name=stack_name,json=stackName,proto3" json:"stack_name,omitempty"`
	ApplicationName   string             `protobuf:"bytes,6,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	EnvironmentName   string             `protobuf:"bytes,7,opt,name=environment_name,json=environmentName,proto3" json:"environment_name,omitempty"`
	EnvironmentId     string             `protobuf:"bytes,8,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	QueuedDeployments []*StackDeployment `protobuf:"bytes,9,rep,name=queued_deployments,json=queuedDeployments,proto3" json:"queued_deployments,omitempty"`
	// contains filtered or unexported fields
}

func (*StackStateData) Descriptor deprecated

func (*StackStateData) Descriptor() ([]byte, []int)

Deprecated: Use StackStateData.ProtoReflect.Descriptor instead.

func (*StackStateData) GetApplicationName

func (x *StackStateData) GetApplicationName() string

func (*StackStateData) GetCurrentDeployment

func (x *StackStateData) GetCurrentDeployment() *StackDeployment

func (*StackStateData) GetEnvironmentId

func (x *StackStateData) GetEnvironmentId() string

func (*StackStateData) GetEnvironmentName

func (x *StackStateData) GetEnvironmentName() string

func (*StackStateData) GetQueuedDeployments

func (x *StackStateData) GetQueuedDeployments() []*StackDeployment

func (*StackStateData) GetStackName

func (x *StackStateData) GetStackName() string

func (*StackStateData) PSMIsSet

func (msg *StackStateData) PSMIsSet() bool

PSMIsSet is a helper for != nil, which does not work with generic parameters

func (*StackStateData) ProtoMessage

func (*StackStateData) ProtoMessage()

func (*StackStateData) ProtoReflect

func (x *StackStateData) ProtoReflect() protoreflect.Message

func (*StackStateData) Reset

func (x *StackStateData) Reset()

func (*StackStateData) String

func (x *StackStateData) String() string

type StackStatus

type StackStatus int32
const (
	StackStatus_STACK_STATUS_UNSPECIFIED StackStatus = 0
	StackStatus_STACK_STATUS_MIGRATING   StackStatus = 1
	StackStatus_STACK_STATUS_AVAILABLE   StackStatus = 2
)
const (
	StackStatus_UNSPECIFIED StackStatus = 0
	StackStatus_MIGRATING   StackStatus = 1
	StackStatus_AVAILABLE   StackStatus = 2
)

StackStatus

func (StackStatus) Descriptor

func (StackStatus) Enum

func (x StackStatus) Enum() *StackStatus

func (StackStatus) EnumDescriptor deprecated

func (StackStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use StackStatus.Descriptor instead.

func (StackStatus) Number

func (x StackStatus) Number() protoreflect.EnumNumber

func (*StackStatus) Scan

func (x *StackStatus) Scan(value interface{}) error

func (StackStatus) ShortString

func (x StackStatus) ShortString() string

ShortString returns the un-prefixed string representation of the enum value

func (StackStatus) String

func (x StackStatus) String() string

func (StackStatus) Type

func (StackStatus) Value

func (x StackStatus) Value() (driver.Value, error)

type StepContext

type StepContext struct {
	DeploymentId string    `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	Phase        StepPhase `protobuf:"varint,2,opt,name=phase,proto3,enum=o5.aws.deployer.v1.StepPhase" json:"phase,omitempty"`
	StepId       *string   `protobuf:"bytes,3,opt,name=step_id,json=stepId,proto3,oneof" json:"step_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StepContext) Descriptor deprecated

func (*StepContext) Descriptor() ([]byte, []int)

Deprecated: Use StepContext.ProtoReflect.Descriptor instead.

func (*StepContext) GetDeploymentId

func (x *StepContext) GetDeploymentId() string

func (*StepContext) GetPhase

func (x *StepContext) GetPhase() StepPhase

func (*StepContext) GetStepId

func (x *StepContext) GetStepId() string

func (*StepContext) ProtoMessage

func (*StepContext) ProtoMessage()

func (*StepContext) ProtoReflect

func (x *StepContext) ProtoReflect() protoreflect.Message

func (*StepContext) Reset

func (x *StepContext) Reset()

func (*StepContext) String

func (x *StepContext) String() string

type StepOutputType

type StepOutputType struct {

	// Types that are assignable to Type:
	//
	//	*StepOutputType_CfStackStatus
	//	*StepOutputType_CfChangesetStatus
	Type isStepOutputType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*StepOutputType) Descriptor deprecated

func (*StepOutputType) Descriptor() ([]byte, []int)

Deprecated: Use StepOutputType.ProtoReflect.Descriptor instead.

func (*StepOutputType) Get

func (*StepOutputType) GetCfChangesetStatus

func (x *StepOutputType) GetCfChangesetStatus() *StepOutputType_CFChangesetStatus

func (*StepOutputType) GetCfStackStatus

func (x *StepOutputType) GetCfStackStatus() *StepOutputType_CFStackStatus

func (*StepOutputType) GetType

func (m *StepOutputType) GetType() isStepOutputType_Type

func (*StepOutputType) ProtoMessage

func (*StepOutputType) ProtoMessage()

func (*StepOutputType) ProtoReflect

func (x *StepOutputType) ProtoReflect() protoreflect.Message

func (*StepOutputType) Reset

func (x *StepOutputType) Reset()

func (*StepOutputType) Set

func (*StepOutputType) String

func (x *StepOutputType) String() string

func (*StepOutputType) TypeKey

func (x *StepOutputType) TypeKey() (StepOutputTypeKey, bool)

type StepOutputTypeKey

type StepOutputTypeKey string

StepOutputType is a oneof wrapper

const (
	StepOutput_CfStackStatus     StepOutputTypeKey = "cfStackStatus"
	StepOutput_CfChangesetStatus StepOutputTypeKey = "cfChangesetStatus"
)

type StepOutputType_CFChangesetStatus

type StepOutputType_CFChangesetStatus struct {
	Lifecycle CFChangesetLifecycle `protobuf:"varint,1,opt,name=lifecycle,proto3,enum=o5.aws.deployer.v1.CFChangesetLifecycle" json:"lifecycle,omitempty"`
	// contains filtered or unexported fields
}

func (*StepOutputType_CFChangesetStatus) Descriptor deprecated

func (*StepOutputType_CFChangesetStatus) Descriptor() ([]byte, []int)

Deprecated: Use StepOutputType_CFChangesetStatus.ProtoReflect.Descriptor instead.

func (*StepOutputType_CFChangesetStatus) GetLifecycle

func (*StepOutputType_CFChangesetStatus) ProtoMessage

func (*StepOutputType_CFChangesetStatus) ProtoMessage()

func (*StepOutputType_CFChangesetStatus) ProtoReflect

func (*StepOutputType_CFChangesetStatus) Reset

func (*StepOutputType_CFChangesetStatus) String

func (*StepOutputType_CFChangesetStatus) TypeKey

type StepOutputType_CFStackStatus

type StepOutputType_CFStackStatus struct {
	Lifecycle CFLifecycle `protobuf:"varint,1,opt,name=lifecycle,proto3,enum=o5.aws.deployer.v1.CFLifecycle" json:"lifecycle,omitempty"`
	Outputs   []*KeyValue `protobuf:"bytes,2,rep,name=outputs,proto3" json:"outputs,omitempty"`
	// contains filtered or unexported fields
}

func (*StepOutputType_CFStackStatus) Descriptor deprecated

func (*StepOutputType_CFStackStatus) Descriptor() ([]byte, []int)

Deprecated: Use StepOutputType_CFStackStatus.ProtoReflect.Descriptor instead.

func (*StepOutputType_CFStackStatus) GetLifecycle

func (x *StepOutputType_CFStackStatus) GetLifecycle() CFLifecycle

func (*StepOutputType_CFStackStatus) GetOutputs

func (x *StepOutputType_CFStackStatus) GetOutputs() []*KeyValue

func (*StepOutputType_CFStackStatus) ProtoMessage

func (*StepOutputType_CFStackStatus) ProtoMessage()

func (*StepOutputType_CFStackStatus) ProtoReflect

func (*StepOutputType_CFStackStatus) Reset

func (x *StepOutputType_CFStackStatus) Reset()

func (*StepOutputType_CFStackStatus) String

func (*StepOutputType_CFStackStatus) TypeKey

type StepOutputType_CfChangesetStatus

type StepOutputType_CfChangesetStatus struct {
	CfChangesetStatus *StepOutputType_CFChangesetStatus `protobuf:"bytes,2,opt,name=cf_changeset_status,json=cfChangesetStatus,proto3,oneof"`
}

type StepOutputType_CfStackStatus

type StepOutputType_CfStackStatus struct {
	CfStackStatus *StepOutputType_CFStackStatus `protobuf:"bytes,1,opt,name=cf_stack_status,json=cfStackStatus,proto3,oneof"`
}

type StepPhase

type StepPhase int32
const (
	StepPhase_STEP_PHASE_UNSPECIFIED StepPhase = 0
	StepPhase_STEP_PHASE_WAIT        StepPhase = 1
	StepPhase_STEP_PHASE_STEPS       StepPhase = 2
)
const (
	StepPhase_UNSPECIFIED StepPhase = 0
	StepPhase_WAIT        StepPhase = 1
	StepPhase_STEPS       StepPhase = 2
)

StepPhase

func (StepPhase) Descriptor

func (StepPhase) Descriptor() protoreflect.EnumDescriptor

func (StepPhase) Enum

func (x StepPhase) Enum() *StepPhase

func (StepPhase) EnumDescriptor deprecated

func (StepPhase) EnumDescriptor() ([]byte, []int)

Deprecated: Use StepPhase.Descriptor instead.

func (StepPhase) Number

func (x StepPhase) Number() protoreflect.EnumNumber

func (*StepPhase) Scan

func (x *StepPhase) Scan(value interface{}) error

func (StepPhase) ShortString

func (x StepPhase) ShortString() string

ShortString returns the un-prefixed string representation of the enum value

func (StepPhase) String

func (x StepPhase) String() string

func (StepPhase) Type

func (StepPhase) Value

func (x StepPhase) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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