Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBCluster ¶ added in v0.25.0
type DBCluster struct {
// contains filtered or unexported fields
}
func NewDBCluster ¶ added in v0.25.0
type DBClusters ¶ added in v0.25.0
type DBClusters struct {
// contains filtered or unexported fields
}
func NewDBClusters ¶ added in v0.25.0
func NewDBClusters(client dbClustersClient, logger logger) DBClusters
func (DBClusters) List ¶ added in v0.25.0
func (d DBClusters) List(filter string) ([]common.Deletable, error)
func (DBClusters) Type ¶ added in v0.28.0
func (d DBClusters) Type() string
type DBInstance ¶
type DBInstance struct {
// contains filtered or unexported fields
}
func NewDBInstance ¶
func NewDBInstance(client dbInstancesClient, name *string) DBInstance
func (DBInstance) Delete ¶
func (d DBInstance) Delete() error
func (DBInstance) Name ¶
func (d DBInstance) Name() string
func (DBInstance) Type ¶ added in v0.16.0
func (d DBInstance) Type() string
type DBInstances ¶
type DBInstances struct {
// contains filtered or unexported fields
}
func NewDBInstances ¶
func NewDBInstances(client dbInstancesClient, logger logger) DBInstances
func (DBInstances) Type ¶ added in v0.28.0
func (d DBInstances) Type() string
type DBSubnetGroup ¶
type DBSubnetGroup struct {
// contains filtered or unexported fields
}
func NewDBSubnetGroup ¶
func NewDBSubnetGroup(client dbSubnetGroupsClient, name *string) DBSubnetGroup
func (DBSubnetGroup) Delete ¶
func (d DBSubnetGroup) Delete() error
func (DBSubnetGroup) Name ¶
func (d DBSubnetGroup) Name() string
func (DBSubnetGroup) Type ¶ added in v0.16.0
func (d DBSubnetGroup) Type() string
type DBSubnetGroups ¶
type DBSubnetGroups struct {
// contains filtered or unexported fields
}
func NewDBSubnetGroups ¶
func NewDBSubnetGroups(client dbSubnetGroupsClient, logger logger) DBSubnetGroups
func (DBSubnetGroups) List ¶
func (d DBSubnetGroups) List(filter string) ([]common.Deletable, error)
func (DBSubnetGroups) Type ¶ added in v0.28.0
func (d DBSubnetGroups) Type() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.