Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Classic ¶
type Classic struct { types.Metadata DBSecurityGroups []DBSecurityGroup }
func (*Classic) GetMetadata ¶ added in v0.3.24
func (*Classic) GetRawValue ¶ added in v0.3.24
func (c *Classic) GetRawValue() interface{}
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 struct { types.Metadata Instance ClusterIdentifier types.StringValue }
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 ¶
func (*Encryption) GetMetadata ¶ added in v0.3.24
func (e *Encryption) GetMetadata() *types.Metadata
func (*Encryption) GetRawValue ¶ added in v0.3.24
func (e *Encryption) GetRawValue() interface{}
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 { types.Metadata Enabled types.BoolValue KMSKeyID types.StringValue }
func (*PerformanceInsights) GetMetadata ¶ added in v0.3.24
func (p *PerformanceInsights) GetMetadata() *types.Metadata
func (*PerformanceInsights) GetRawValue ¶ added in v0.3.24
func (p *PerformanceInsights) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.