rds

package
v0.51.1 Latest Latest
Warning

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

Go to latest
Published: May 4, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

View Source
const (
	EngineAurora             = "aurora"
	EngineAuroraMysql        = "aurora-mysql"
	EngineAuroraPostgresql   = "aurora-postgresql"
	EngineMySQL              = "mysql"
	EnginePostgres           = "postgres"
	EngineCustomOracleEE     = "custom-oracle-ee"
	EngineOracleEE           = "oracle-ee"
	EngineOracleEECDB        = "oracle-ee-cdb"
	EngineOracleSE2          = "oracle-se2"
	EngineOracleSE2CDB       = "oracle-se2-cdb"
	EngineSQLServerEE        = "sqlserver-ee"
	EngineSQLServerSE        = "sqlserver-se"
	EngineSQLServerEX        = "sqlserver-ex"
	EngineSQLServerWEB       = "sqlserver-web"
	EngineMariaDB            = "mariadb"
	EngineCustomSQLServerEE  = "custom-sqlserver-ee"
	EngineCustomSQLServerSE  = "custom-sqlserver-se"
	EngineCustomSQLServerWEB = "custom-sqlserver-web"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Classic

type Classic struct {
	DBSecurityGroups []DBSecurityGroup
}

type Cluster

type Cluster struct {
	Metadata                  iacTypes.Metadata
	BackupRetentionPeriodDays iacTypes.IntValue
	ReplicationSourceARN      iacTypes.StringValue
	PerformanceInsights       PerformanceInsights
	Instances                 []ClusterInstance
	Encryption                Encryption
	PublicAccess              iacTypes.BoolValue
	Engine                    iacTypes.StringValue
	LatestRestorableTime      iacTypes.TimeValue
	AvailabilityZones         []iacTypes.StringValue
	DeletionProtection        iacTypes.BoolValue
	SkipFinalSnapshot         iacTypes.BoolValue
}

type ClusterInstance

type ClusterInstance struct {
	Instance
	ClusterIdentifier iacTypes.StringValue
}

type DBParameterGroupsList

type DBParameterGroupsList struct {
	Metadata             iacTypes.Metadata
	DBParameterGroupName iacTypes.StringValue
	KMSKeyID             iacTypes.StringValue
}

type DBSecurityGroup

type DBSecurityGroup struct {
	Metadata types.Metadata
}

type DBSnapshotAttributes

type DBSnapshotAttributes struct {
	Metadata        iacTypes.Metadata
	AttributeValues []iacTypes.StringValue
}

type Encryption

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

type Instance

type Instance struct {
	Metadata                         iacTypes.Metadata
	BackupRetentionPeriodDays        iacTypes.IntValue
	ReplicationSourceARN             iacTypes.StringValue
	PerformanceInsights              PerformanceInsights
	Encryption                       Encryption
	PublicAccess                     iacTypes.BoolValue
	Engine                           iacTypes.StringValue
	IAMAuthEnabled                   iacTypes.BoolValue
	DeletionProtection               iacTypes.BoolValue
	DBInstanceArn                    iacTypes.StringValue
	StorageEncrypted                 iacTypes.BoolValue
	DBInstanceIdentifier             iacTypes.StringValue
	DBParameterGroups                []DBParameterGroupsList
	TagList                          []TagList
	EnabledCloudwatchLogsExports     []iacTypes.StringValue
	EngineVersion                    iacTypes.StringValue
	AutoMinorVersionUpgrade          iacTypes.BoolValue
	MultiAZ                          iacTypes.BoolValue
	PubliclyAccessible               iacTypes.BoolValue
	LatestRestorableTime             iacTypes.TimeValue
	ReadReplicaDBInstanceIdentifiers []iacTypes.StringValue
}

type ParameterGroups

type ParameterGroups struct {
	Metadata               iacTypes.Metadata
	DBParameterGroupName   iacTypes.StringValue
	DBParameterGroupFamily iacTypes.StringValue
	Parameters             []Parameters
}

type Parameters

type Parameters struct {
	Metadata       iacTypes.Metadata
	ParameterName  iacTypes.StringValue
	ParameterValue iacTypes.StringValue
}

type PerformanceInsights

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

type RDS

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

type Snapshots

type Snapshots struct {
	Metadata             iacTypes.Metadata
	DBSnapshotIdentifier iacTypes.StringValue
	DBSnapshotArn        iacTypes.StringValue
	Encrypted            iacTypes.BoolValue
	KmsKeyId             iacTypes.StringValue
	SnapshotAttributes   []DBSnapshotAttributes
}

type TagList

type TagList struct {
	Metadata iacTypes.Metadata
}

Jump to

Keyboard shortcuts

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