database

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

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Database

type Database struct {
	MSSQLServers      []MSSQLServer
	MariaDBServers    []MariaDBServer
	MySQLServers      []MySQLServer
	PostgreSQLServers []PostgreSQLServer
}

type ExtendedAuditingPolicy

type ExtendedAuditingPolicy struct {
	Metadata        iacTypes.Metadata
	RetentionInDays iacTypes.IntValue
}

type FirewallRule

type FirewallRule struct {
	Metadata iacTypes.Metadata
	StartIP  iacTypes.StringValue
	EndIP    iacTypes.StringValue
}

type MSSQLServer

type MSSQLServer struct {
	Metadata iacTypes.Metadata
	Server
	ExtendedAuditingPolicies []ExtendedAuditingPolicy
	SecurityAlertPolicies    []SecurityAlertPolicy
}

type MariaDBServer

type MariaDBServer struct {
	Metadata iacTypes.Metadata
	Server
}

type MySQLServer

type MySQLServer struct {
	Metadata iacTypes.Metadata
	Server
}

type PostgreSQLServer

type PostgreSQLServer struct {
	Metadata iacTypes.Metadata
	Server
	Config PostgresSQLConfig
}

type PostgresSQLConfig

type PostgresSQLConfig struct {
	Metadata             iacTypes.Metadata
	LogCheckpoints       iacTypes.BoolValue
	ConnectionThrottling iacTypes.BoolValue
	LogConnections       iacTypes.BoolValue
}

type SecurityAlertPolicy

type SecurityAlertPolicy struct {
	Metadata           iacTypes.Metadata
	EmailAddresses     []iacTypes.StringValue
	DisabledAlerts     []iacTypes.StringValue
	EmailAccountAdmins iacTypes.BoolValue
}

type Server

type Server struct {
	Metadata                  iacTypes.Metadata
	EnableSSLEnforcement      iacTypes.BoolValue
	MinimumTLSVersion         iacTypes.StringValue
	EnablePublicNetworkAccess iacTypes.BoolValue
	FirewallRules             []FirewallRule
}

Jump to

Keyboard shortcuts

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