rds

package
v0.6.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Classic

type Classic struct {
	types.Metadata
	DBSecurityGroups []DBSecurityGroup
}

func (*Classic) GetMetadata added in v0.3.24

func (c *Classic) GetMetadata() *types.Metadata

func (*Classic) GetRawValue added in v0.3.24

func (c *Classic) GetRawValue() interface{}

type Cluster

type Cluster struct {
	types.Metadata
	BackupRetentionPeriodDays types.IntValue
	ReplicationSourceARN      types.StringValue
	PerformanceInsights       PerformanceInsights
	Instances                 []ClusterInstance
	Encryption                Encryption
}

func (*Cluster) GetMetadata

func (c *Cluster) GetMetadata() *types.Metadata

func (*Cluster) GetRawValue

func (c *Cluster) GetRawValue() interface{}

type ClusterInstance

type ClusterInstance struct {
	types.Metadata
	Instance
	ClusterIdentifier types.StringValue
}

func (*ClusterInstance) GetMetadata

func (i *ClusterInstance) GetMetadata() *types.Metadata

func (*ClusterInstance) GetRawValue

func (i *ClusterInstance) GetRawValue() interface{}

type DBSecurityGroup

type DBSecurityGroup struct {
	types.Metadata
}

func (*DBSecurityGroup) GetMetadata

func (g *DBSecurityGroup) GetMetadata() *types.Metadata

func (*DBSecurityGroup) GetRawValue

func (g *DBSecurityGroup) GetRawValue() interface{}

type Encryption

type Encryption struct {
	types.Metadata
	EncryptStorage types.BoolValue
	KMSKeyID       types.StringValue
}

func (*Encryption) GetMetadata added in v0.3.24

func (e *Encryption) GetMetadata() *types.Metadata

func (*Encryption) GetRawValue added in v0.3.24

func (e *Encryption) GetRawValue() interface{}

type Instance

type Instance struct {
	types.Metadata
	BackupRetentionPeriodDays types.IntValue
	ReplicationSourceARN      types.StringValue
	PerformanceInsights       PerformanceInsights
	Encryption                Encryption
	PublicAccess              types.BoolValue
}

func (*Instance) GetMetadata

func (i *Instance) GetMetadata() *types.Metadata

func (*Instance) GetRawValue

func (i *Instance) GetRawValue() interface{}

type PerformanceInsights

type PerformanceInsights struct {
	types.Metadata
	Enabled  types.BoolValue
	KMSKeyID types.StringValue
}

func (*PerformanceInsights) GetMetadata added in v0.3.24

func (p *PerformanceInsights) GetMetadata() *types.Metadata

func (*PerformanceInsights) GetRawValue added in v0.3.24

func (p *PerformanceInsights) GetRawValue() interface{}

type RDS

type RDS struct {
	types.Metadata
	Instances []Instance
	Clusters  []Cluster
	Classic   Classic
}

func (*RDS) GetMetadata added in v0.3.24

func (r *RDS) GetMetadata() *types.Metadata

func (*RDS) GetRawValue added in v0.3.24

func (r *RDS) GetRawValue() interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL