Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { types.Metadata Engine types.StringValue NodeType types.StringValue SnapshotRetentionLimit types.IntValue // days }
func (*Cluster) GetMetadata ¶
func (*Cluster) GetRawValue ¶
func (c *Cluster) GetRawValue() interface{}
type ElastiCache ¶
type ElastiCache struct { types.Metadata Clusters []Cluster ReplicationGroups []ReplicationGroup SecurityGroups []SecurityGroup }
func (*ElastiCache) GetMetadata ¶ added in v0.3.24
func (e *ElastiCache) GetMetadata() *types.Metadata
func (*ElastiCache) GetRawValue ¶ added in v0.3.24
func (e *ElastiCache) GetRawValue() interface{}
type ReplicationGroup ¶
type ReplicationGroup struct { types.Metadata TransitEncryptionEnabled types.BoolValue AtRestEncryptionEnabled types.BoolValue }
func (*ReplicationGroup) GetMetadata ¶
func (r *ReplicationGroup) GetMetadata() *types.Metadata
func (*ReplicationGroup) GetRawValue ¶
func (r *ReplicationGroup) GetRawValue() interface{}
type SecurityGroup ¶
type SecurityGroup struct { types.Metadata Description types.StringValue }
func (*SecurityGroup) GetMetadata ¶
func (c *SecurityGroup) GetMetadata() *types.Metadata
func (*SecurityGroup) GetRawValue ¶
func (c *SecurityGroup) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.