Versions in this module Expand all Collapse all v0 v0.1.2 Feb 28, 2021 v0.1.1 Feb 18, 2021 v0.1.0 Feb 18, 2021 v0.0.7 Feb 16, 2021 v0.0.6 Feb 13, 2021 v0.0.5 Feb 11, 2021 v0.0.4 Feb 11, 2021 v0.0.3 Feb 8, 2021 Changes in this version + var CertificateTables = []interface + var ClusterTables = []interface + var DBSubnetGroupTables = []interface + func NewClient(session *session.Session, awsConfig *aws.Config, db *database.Database, ...) resource.ClientInterface + type Certificate struct + AccountID string + CertificateArn *string + CertificateIdentifier *string + CertificateType *string + CustomerOverride *bool + CustomerOverrideValidTill *time.Time + ID uint + Region string + Thumbprint *string + ValidFrom *time.Time + ValidTill *time.Time + func (Certificate) TableName() string + type Client struct + func (c *Client) CollectResource(resource string, config interface{}) error + type Cluster struct + AccountID string + ActivityStreamKinesisStreamName *string + ActivityStreamKmsKeyId *string + ActivityStreamMode *string + ActivityStreamStatus *string + AllocatedStorage *int64 + AssociatedRoles []*ClusterRole + AvailabilityZones *string + BacktrackConsumedChangeRecords *int64 + BacktrackWindow *int64 + BackupRetentionPeriod *int64 + Capacity *int64 + CharacterSetName *string + CloneGroupId *string + ClusterArn *string + ClusterCreateTime *time.Time + ClusterIdentifier *string + ClusterMembers []*ClusterMember + ClusterOptionGroupMemberships []*ClusterOptionGroupStatus + ClusterParameterGroup *string + CopyTagsToSnapshot *bool + CrossAccountClone *bool + CustomEndpoints *string + DatabaseName *string + DbClusterResourceId *string + DeletionProtection *bool + DomainMemberships []*ClusterDomainMembership + EarliestBacktrackTime *time.Time + EarliestRestorableTime *time.Time + EnabledCloudwatchLogsExports *string + Endpoint *string + Engine *string + EngineMode *string + EngineVersion *string + GlobalWriteForwardingRequested *bool + GlobalWriteForwardingStatus *string + HostedZoneId *string + HttpEndpointEnabled *bool + IAMDatabaseAuthenticationEnabled *bool + ID uint + KmsKeyId *string + LatestRestorableTime *time.Time + MasterUsername *string + MultiAZ *bool + PercentProgress *string + Port *int64 + PreferredBackupWindow *string + PreferredMaintenanceWindow *string + ReadReplicaIdentifiers *string + ReaderEndpoint *string + Region string + ReplicationSourceIdentifier *string + ScalingConfigAutoPause *bool + ScalingConfigMaxCapacity *int64 + ScalingConfigMinCapacity *int64 + ScalingConfigSecondsUntilAutoPause *int64 + ScalingConfigTimeoutAction *string + Status *string + StorageEncrypted *bool + SubnetGroup *string + VpcSecurityGroups []*ClusterVpcSecurityGroupMembership + func (Cluster) TableName() string + type ClusterDomainMembership struct + AccountID string + ClusterID uint + Domain *string + FQDN *string + IAMRoleName *string + ID uint + Region string + Status *string + func (ClusterDomainMembership) TableName() string + type ClusterMember struct + AccountID string + ClusterID uint + ClusterParameterGroupStatus *string + ID uint + InstanceIdentifier *string + IsClusterWriter *bool + PromotionTier *int64 + Region string + func (ClusterMember) TableName() string + type ClusterOptionGroupStatus struct + AccountID string + ClusterID uint + ClusterOptionGroupName *string + ID uint + Region string + Status *string + func (ClusterOptionGroupStatus) TableName() string + type ClusterRole struct + AccountID string + ClusterID uint + FeatureName *string + ID uint + Region string + RoleArn *string + Status *string + func (ClusterRole) TableName() string + type ClusterVpcSecurityGroupMembership struct + AccountID string + ClusterID uint + ID uint + Region string + Status *string + VpcSecurityGroupId *string + func (ClusterVpcSecurityGroupMembership) TableName() string + type DBSubnetGroup struct + AccountID string + DBSubnetGroupArn *string + DBSubnetGroupDescription *string + DBSubnetGroupName *string + ID uint + Region string + SubnetGroupStatus *string + Subnets []*DBSubnetGroupSubnet + VpcId *string + func (DBSubnetGroup) TableName() string + type DBSubnetGroupSubnet struct + AccountID string + AvailabilityZoneName *string + DBSubnetGroupID uint + ID uint + Identifier *string + OutpostArn *string + Region string + Status *string + func (DBSubnetGroupSubnet) TableName() string v0.0.2 Feb 7, 2021