elasticache

package
v0.3.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2022 License: MIT Imports: 1 Imported by: 0

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 (c *Cluster) GetMetadata() *types.Metadata

func (*Cluster) GetRawValue

func (c *Cluster) GetRawValue() interface{}

type ElastiCache

type ElastiCache struct {
	Clusters          []Cluster
	ReplicationGroups []ReplicationGroup
	SecurityGroups    []SecurityGroup
}

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{}

Jump to

Keyboard shortcuts

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