Versions in this module Expand all Collapse all v0 v0.2.4 Dec 2, 2020 v0.2.3 Dec 1, 2020 v0.2.2 Nov 29, 2020 v0.2.1 Nov 29, 2020 v0.2.0 Nov 27, 2020 v0.1.0 Nov 18, 2020 Changes in this version + func NewClient(session *session.Session, db *gorm.DB, log *zap.Logger, accountID string, ...) resource.ClientInterface + type Client struct + func (c *Client) Clusters(gConfig interface{}) error + func (c *Client) CollectResource(resource string, config interface{}) error + type Cluster struct + AccountID string + ActiveServicesCount *int64 + AttachmentsStatus *string + CapacityProviders *string + ClusterArn *string + ClusterName *string + DefaultCapacityProviderStrategy []*ClusterCapacityProviderStrategyItem + ID uint + PendingTasksCount *int64 + Region string + RegisteredContainerInstancesCount *int64 + RunningTasksCount *int64 + Settings []*ClusterSetting + Statistics []*ClusterKeyValuePair + Status *string + Tags []*ClusterTag + type ClusterCapacityProviderStrategyItem struct + Base *int64 + CapacityProvider *string + ClusterID uint + ID uint + Weight *int64 + type ClusterKeyValuePair struct + ClusterID uint + ID uint + Name *string + Value *string + type ClusterSetting struct + ClusterID uint + ID uint + Name *string + Value *string + type ClusterTag struct + ClusterID uint + ID uint + Key *string + Value *string