Versions in this module Expand all Collapse all v21 v21.11.1 Apr 26, 2022 v21.11.0 Feb 17, 2022 Changes in this version + var InstanceTypes = map[string]*InstanceType + func IsOperation(op interface{}, name string, fieldType reflect.Type) bool + func New(auth stacks.AuthenticationOptions, localCfg stacks.AWSConfiguration, ...) (*stack, error) + func NullStack() *stack + type Attributes struct + ClockSpeed string + CurrentGeneration string + DedicatedEbsThroughput string + Ecu string + EnhancedNetworkingSupported string + Gpu string + InstanceFamily string + InstanceType string + LicenseModel string + Location string + LocationType string + Memory string + NetworkPerformance string + NormalizationSizeFactor string + OperatingSystem string + Operation string + PhysicalProcessor string + PreInstalledSw string + ProcessorArchitecture string + ProcessorFeatures string + Servicecode string + Servicename string + Storage string + Tenancy string + Usagetype string + Vcpu string + type Card struct + EffectiveDate string + OfferTermCode string + PriceDimensions PriceDimensions + Sku string + TermAttributes TermAttributes + type IPInSubnet struct + ID string + IP string + Name string + PublicIP string + Subnet string + type InstanceType struct + GPU int64 + InstanceType string + MaxPods int64 + MemoryMb int64 + VCPU int64 + type OnDemand struct + Cards map[string]Card + type OpContext struct + DesiredState string + ProjectID string + type Price struct + Product Product + PublicationDate string + ServiceCode string + Terms Terms + func NewPriceFromJSONValue(in aws.JSONValue) (Price, fail.Error) + func (p Price) GetCPUFreq() float64 + func (p Price) GetCores() int + func (p Price) GetDiskSize() float64 + func (p Price) GetGPUNumber() int + func (p Price) GetRAMSize() float64 + type PriceDimension struct + AppliesTo []string + BeginRange string + Description string + EndRange string + PricePerUnit map[string]float32 + RateCode string + Unit string + type PriceDimensions struct + PriceDimensionMap map[string]PriceDimension + type Product struct + Attributes Attributes + ProductFamily string + Sku string + type Reserved struct + Cards map[string]Card + type Result struct + Done bool + Error error + State string + type TermAttributes struct + LeaseContractLength string + OfferingClass string + PurchaseOption string + type Terms struct + OnDemand OnDemand + Reserved Reserved