redshift

package
v0.51.1 Latest Latest
Warning

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

Go to latest
Published: May 4, 2024 License: Apache-2.0 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 {
	Metadata                         iacTypes.Metadata
	ClusterIdentifier                iacTypes.StringValue
	NodeType                         iacTypes.StringValue
	VpcId                            iacTypes.StringValue
	NumberOfNodes                    iacTypes.IntValue
	PubliclyAccessible               iacTypes.BoolValue
	AllowVersionUpgrade              iacTypes.BoolValue
	MasterUsername                   iacTypes.StringValue
	AutomatedSnapshotRetentionPeriod iacTypes.IntValue
	LoggingEnabled                   iacTypes.BoolValue
	EndPoint                         EndPoint
	Encryption                       Encryption
	SubnetGroupName                  iacTypes.StringValue
}

type ClusterParameter

type ClusterParameter struct {
	Metadata       iacTypes.Metadata
	ParameterName  iacTypes.StringValue
	ParameterValue iacTypes.StringValue
}

type Encryption

type Encryption struct {
	Metadata iacTypes.Metadata
	Enabled  iacTypes.BoolValue
	KMSKeyID iacTypes.StringValue
}

type EndPoint

type EndPoint struct {
	Metadata iacTypes.Metadata
	Port     iacTypes.IntValue
}

type Redshift

type Redshift struct {
	Clusters          []Cluster
	ReservedNodes     []ReservedNode
	ClusterParameters []ClusterParameter
	SecurityGroups    []SecurityGroup
}

type ReservedNode

type ReservedNode struct {
	Metadata iacTypes.Metadata
	NodeType iacTypes.StringValue
}

type SecurityGroup

type SecurityGroup struct {
	Metadata    iacTypes.Metadata
	Description iacTypes.StringValue
}

Jump to

Keyboard shortcuts

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