rds

package
v0.71.0 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2022 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Classic

type Classic struct {
	DBSecurityGroups []DBSecurityGroup
}

type Cluster

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

type ClusterInstance

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

type DBSecurityGroup

type DBSecurityGroup struct {
	types.Metadata
}

type Encryption

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

type Instance

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

type PerformanceInsights

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

type RDS

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

Jump to

Keyboard shortcuts

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