Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateReplica ¶
func DestroyReplica ¶
Types ¶
type CopyAMIRequest ¶
type CopyAMIRequest struct { Prefix string ID string AMISourceName *string AMISourceArch *string // AMITargetName string // If AMITargetRegion is nil // it will be copied to all regions AMITargetRegion *string // if set to true it will keep the AMI on destroy AMIKeepCopy bool // Only avai for windows images, this will create fast laucn FastLaunch bool MaxParallel int32 // number of snapshost to support fast enable }
func (CopyAMIRequest) Create ¶
func (r CopyAMIRequest) Create() error
So create will check if stack with state already exists, if that is the case it will pick info from its outputs If stack does not exists it will create it
Click to show internal directories.
Click to hide internal directories.