datamemorydbsnapshot

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 ClusterConfiguration

type ClusterConfiguration struct{}

type ClusterConfigurationAttributes

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

func (ClusterConfigurationAttributes) Description

func (ClusterConfigurationAttributes) EngineVersion

func (ClusterConfigurationAttributes) InternalRef

func (ClusterConfigurationAttributes) InternalTokens

func (cc ClusterConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ClusterConfigurationAttributes) InternalWithRef

func (ClusterConfigurationAttributes) MaintenanceWindow

func (cc ClusterConfigurationAttributes) MaintenanceWindow() terra.StringValue

func (ClusterConfigurationAttributes) Name

func (ClusterConfigurationAttributes) NodeType

func (ClusterConfigurationAttributes) NumShards

func (ClusterConfigurationAttributes) ParameterGroupName

func (cc ClusterConfigurationAttributes) ParameterGroupName() terra.StringValue

func (ClusterConfigurationAttributes) Port

func (ClusterConfigurationAttributes) SnapshotRetentionLimit

func (cc ClusterConfigurationAttributes) SnapshotRetentionLimit() terra.NumberValue

func (ClusterConfigurationAttributes) SnapshotWindow

func (cc ClusterConfigurationAttributes) SnapshotWindow() terra.StringValue

func (ClusterConfigurationAttributes) SubnetGroupName

func (cc ClusterConfigurationAttributes) SubnetGroupName() terra.StringValue

func (ClusterConfigurationAttributes) TopicArn

func (ClusterConfigurationAttributes) VpcId

type ClusterConfigurationState

type ClusterConfigurationState struct {
	Description            string  `json:"description"`
	EngineVersion          string  `json:"engine_version"`
	MaintenanceWindow      string  `json:"maintenance_window"`
	Name                   string  `json:"name"`
	NodeType               string  `json:"node_type"`
	NumShards              float64 `json:"num_shards"`
	ParameterGroupName     string  `json:"parameter_group_name"`
	Port                   float64 `json:"port"`
	SnapshotRetentionLimit float64 `json:"snapshot_retention_limit"`
	SnapshotWindow         string  `json:"snapshot_window"`
	SubnetGroupName        string  `json:"subnet_group_name"`
	TopicArn               string  `json:"topic_arn"`
	VpcId                  string  `json:"vpc_id"`
}

Jump to

Keyboard shortcuts

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