Documentation
¶
Overview ¶
Code generated by internal/generate/tags/main.go; DO NOT EDIT.
Index ¶
Constants ¶
View Source
const ( AttrAccounts = "accounts" AttrDTAccounts = "deployment_targets.0.accounts" AttrDTOUs = "deployment_targets.0.organizational_unit_ids" AttrRegions = "regions" )
View Source
const (
ResNameStackInstances = "Stack Instances"
)
View Source
const (
ResNameStackSetInstance = "Stack Set Instance"
)
Variables ¶
View Source
var ( FindStackByName = findStackByName FindTypeByName = findTypeByName KeyValueTags = keyValueTags WaitChangeSetCreated = waitChangeSetCreated WaitStackCreated = waitStackCreated WaitStackDeleted = waitStackDeleted WaitStackUpdated = waitStackUpdated )
Exports for use in other modules.
Functions ¶
func RegisterSweepers ¶
func RegisterSweepers()
func ServicePackage ¶
func ServicePackage(ctx context.Context) conns.ServicePackage
Types ¶
type StackInstances ¶
type StackInstances struct {
Accounts []string
OUs []string
Regions []string
StackSetID string
Summaries []awstypes.StackInstanceSummary
ParameterOverrides []awstypes.Parameter
}
StackInstances is a helper struct to hold the describeable/listable info for stack instances.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.