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 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 }
Click to show internal directories.
Click to hide internal directories.