redshiftcluster

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterNodes

type ClusterNodes struct{}

type ClusterNodesAttributes

type ClusterNodesAttributes struct {
	// contains filtered or unexported fields
}

func (ClusterNodesAttributes) InternalRef

func (cn ClusterNodesAttributes) InternalRef() (terra.Reference, error)

func (ClusterNodesAttributes) InternalTokens

func (cn ClusterNodesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ClusterNodesAttributes) InternalWithRef

func (ClusterNodesAttributes) NodeRole

func (ClusterNodesAttributes) PrivateIpAddress

func (cn ClusterNodesAttributes) PrivateIpAddress() terra.StringValue

func (ClusterNodesAttributes) PublicIpAddress

func (cn ClusterNodesAttributes) PublicIpAddress() terra.StringValue

type ClusterNodesState

type ClusterNodesState struct {
	NodeRole         string `json:"node_role"`
	PrivateIpAddress string `json:"private_ip_address"`
	PublicIpAddress  string `json:"public_ip_address"`
}

type Logging

type Logging struct {
	// BucketName: string, optional
	BucketName terra.StringValue `hcl:"bucket_name,attr"`
	// Enable: bool, required
	Enable terra.BoolValue `hcl:"enable,attr" validate:"required"`
	// LogDestinationType: string, optional
	LogDestinationType terra.StringValue `hcl:"log_destination_type,attr"`
	// LogExports: set of string, optional
	LogExports terra.SetValue[terra.StringValue] `hcl:"log_exports,attr"`
	// S3KeyPrefix: string, optional
	S3KeyPrefix terra.StringValue `hcl:"s3_key_prefix,attr"`
}

type LoggingAttributes

type LoggingAttributes struct {
	// contains filtered or unexported fields
}

func (LoggingAttributes) BucketName

func (l LoggingAttributes) BucketName() terra.StringValue

func (LoggingAttributes) Enable

func (l LoggingAttributes) Enable() terra.BoolValue

func (LoggingAttributes) InternalRef

func (l LoggingAttributes) InternalRef() (terra.Reference, error)

func (LoggingAttributes) InternalTokens

func (l LoggingAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LoggingAttributes) InternalWithRef

func (l LoggingAttributes) InternalWithRef(ref terra.Reference) LoggingAttributes

func (LoggingAttributes) LogDestinationType

func (l LoggingAttributes) LogDestinationType() terra.StringValue

func (LoggingAttributes) LogExports

func (LoggingAttributes) S3KeyPrefix

func (l LoggingAttributes) S3KeyPrefix() terra.StringValue

type LoggingState

type LoggingState struct {
	BucketName         string   `json:"bucket_name"`
	Enable             bool     `json:"enable"`
	LogDestinationType string   `json:"log_destination_type"`
	LogExports         []string `json:"log_exports"`
	S3KeyPrefix        string   `json:"s3_key_prefix"`
}

type SnapshotCopy

type SnapshotCopy struct {
	// DestinationRegion: string, required
	DestinationRegion terra.StringValue `hcl:"destination_region,attr" validate:"required"`
	// GrantName: string, optional
	GrantName terra.StringValue `hcl:"grant_name,attr"`
	// RetentionPeriod: number, optional
	RetentionPeriod terra.NumberValue `hcl:"retention_period,attr"`
}

type SnapshotCopyAttributes

type SnapshotCopyAttributes struct {
	// contains filtered or unexported fields
}

func (SnapshotCopyAttributes) DestinationRegion

func (sc SnapshotCopyAttributes) DestinationRegion() terra.StringValue

func (SnapshotCopyAttributes) GrantName

func (sc SnapshotCopyAttributes) GrantName() terra.StringValue

func (SnapshotCopyAttributes) InternalRef

func (sc SnapshotCopyAttributes) InternalRef() (terra.Reference, error)

func (SnapshotCopyAttributes) InternalTokens

func (sc SnapshotCopyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SnapshotCopyAttributes) InternalWithRef

func (SnapshotCopyAttributes) RetentionPeriod

func (sc SnapshotCopyAttributes) RetentionPeriod() terra.NumberValue

type SnapshotCopyState

type SnapshotCopyState struct {
	DestinationRegion string  `json:"destination_region"`
	GrantName         string  `json:"grant_name"`
	RetentionPeriod   float64 `json:"retention_period"`
}

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

type TimeoutsAttributes struct {
	// contains filtered or unexported fields
}

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

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