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 { types.Metadata BackupRetentionPeriodDays types.IntValue ReplicationSourceARN types.StringValue PerformanceInsights PerformanceInsights Instances []ClusterInstance Encryption Encryption }
func (*Cluster) GetMetadata ¶
func (*Cluster) GetRawValue ¶
func (c *Cluster) GetRawValue() interface{}
type ClusterInstance ¶
type ClusterInstance Instance
func (*ClusterInstance) GetMetadata ¶
func (i *ClusterInstance) GetMetadata() *types.Metadata
func (*ClusterInstance) GetRawValue ¶
func (i *ClusterInstance) GetRawValue() interface{}
type DBSecurityGroup ¶
func (*DBSecurityGroup) GetMetadata ¶
func (g *DBSecurityGroup) GetMetadata() *types.Metadata
func (*DBSecurityGroup) GetRawValue ¶
func (g *DBSecurityGroup) GetRawValue() interface{}
type Encryption ¶
type Encryption struct { EncryptStorage types.BoolValue KMSKeyID types.StringValue }
type Instance ¶
type Instance struct { types.Metadata BackupRetentionPeriodDays types.IntValue ReplicationSourceARN types.StringValue PerformanceInsights PerformanceInsights Encryption Encryption PublicAccess types.BoolValue }
func (*Instance) GetMetadata ¶
func (*Instance) GetRawValue ¶
func (i *Instance) GetRawValue() interface{}
type PerformanceInsights ¶
type PerformanceInsights struct { Enabled types.BoolValue KMSKeyID types.StringValue }
Click to show internal directories.
Click to hide internal directories.