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 Encryption Encryption SubnetGroupName types.StringValue }
func (*Cluster) GetMetadata ¶
func (*Cluster) GetRawValue ¶
func (c *Cluster) GetRawValue() interface{}
type Encryption ¶
type Encryption struct { Enabled types.BoolValue KMSKeyID types.StringValue }
type Redshift ¶
type Redshift struct { Clusters []Cluster SecurityGroups []SecurityGroup }
type SecurityGroup ¶
type SecurityGroup struct { types.Metadata Description types.StringValue }
func (*SecurityGroup) GetMetadata ¶
func (g *SecurityGroup) GetMetadata() *types.Metadata
func (*SecurityGroup) GetRawValue ¶
func (g *SecurityGroup) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.