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 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 }
Click to show internal directories.
Click to hide internal directories.