dbinstance

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 BlueGreenUpdate

type BlueGreenUpdate struct {
	// Enabled: bool, optional
	Enabled terra.BoolValue `hcl:"enabled,attr"`
}

type BlueGreenUpdateAttributes

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

func (BlueGreenUpdateAttributes) Enabled

func (BlueGreenUpdateAttributes) InternalRef

func (bgu BlueGreenUpdateAttributes) InternalRef() (terra.Reference, error)

func (BlueGreenUpdateAttributes) InternalTokens

func (bgu BlueGreenUpdateAttributes) InternalTokens() (hclwrite.Tokens, error)

func (BlueGreenUpdateAttributes) InternalWithRef

type BlueGreenUpdateState

type BlueGreenUpdateState struct {
	Enabled bool `json:"enabled"`
}

type ListenerEndpoint

type ListenerEndpoint struct{}

type ListenerEndpointAttributes

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

func (ListenerEndpointAttributes) Address

func (ListenerEndpointAttributes) HostedZoneId

func (le ListenerEndpointAttributes) HostedZoneId() terra.StringValue

func (ListenerEndpointAttributes) InternalRef

func (le ListenerEndpointAttributes) InternalRef() (terra.Reference, error)

func (ListenerEndpointAttributes) InternalTokens

func (le ListenerEndpointAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ListenerEndpointAttributes) InternalWithRef

func (ListenerEndpointAttributes) Port

type ListenerEndpointState

type ListenerEndpointState struct {
	Address      string  `json:"address"`
	HostedZoneId string  `json:"hosted_zone_id"`
	Port         float64 `json:"port"`
}

type MasterUserSecret

type MasterUserSecret struct{}

type MasterUserSecretAttributes

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

func (MasterUserSecretAttributes) InternalRef

func (mus MasterUserSecretAttributes) InternalRef() (terra.Reference, error)

func (MasterUserSecretAttributes) InternalTokens

func (mus MasterUserSecretAttributes) InternalTokens() (hclwrite.Tokens, error)

func (MasterUserSecretAttributes) InternalWithRef

func (MasterUserSecretAttributes) KmsKeyId

func (MasterUserSecretAttributes) SecretArn

func (MasterUserSecretAttributes) SecretStatus

func (mus MasterUserSecretAttributes) SecretStatus() terra.StringValue

type MasterUserSecretState

type MasterUserSecretState struct {
	KmsKeyId     string `json:"kms_key_id"`
	SecretArn    string `json:"secret_arn"`
	SecretStatus string `json:"secret_status"`
}

type RestoreToPointInTime

type RestoreToPointInTime struct {
	// RestoreTime: string, optional
	RestoreTime terra.StringValue `hcl:"restore_time,attr"`
	// SourceDbInstanceAutomatedBackupsArn: string, optional
	SourceDbInstanceAutomatedBackupsArn terra.StringValue `hcl:"source_db_instance_automated_backups_arn,attr"`
	// SourceDbInstanceIdentifier: string, optional
	SourceDbInstanceIdentifier terra.StringValue `hcl:"source_db_instance_identifier,attr"`
	// SourceDbiResourceId: string, optional
	SourceDbiResourceId terra.StringValue `hcl:"source_dbi_resource_id,attr"`
	// UseLatestRestorableTime: bool, optional
	UseLatestRestorableTime terra.BoolValue `hcl:"use_latest_restorable_time,attr"`
}

type RestoreToPointInTimeAttributes

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

func (RestoreToPointInTimeAttributes) InternalRef

func (rtpit RestoreToPointInTimeAttributes) InternalRef() (terra.Reference, error)

func (RestoreToPointInTimeAttributes) InternalTokens

func (rtpit RestoreToPointInTimeAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RestoreToPointInTimeAttributes) InternalWithRef

func (RestoreToPointInTimeAttributes) RestoreTime

func (rtpit RestoreToPointInTimeAttributes) RestoreTime() terra.StringValue

func (RestoreToPointInTimeAttributes) SourceDbInstanceAutomatedBackupsArn

func (rtpit RestoreToPointInTimeAttributes) SourceDbInstanceAutomatedBackupsArn() terra.StringValue

func (RestoreToPointInTimeAttributes) SourceDbInstanceIdentifier

func (rtpit RestoreToPointInTimeAttributes) SourceDbInstanceIdentifier() terra.StringValue

func (RestoreToPointInTimeAttributes) SourceDbiResourceId

func (rtpit RestoreToPointInTimeAttributes) SourceDbiResourceId() terra.StringValue

func (RestoreToPointInTimeAttributes) UseLatestRestorableTime

func (rtpit RestoreToPointInTimeAttributes) UseLatestRestorableTime() terra.BoolValue

type RestoreToPointInTimeState

type RestoreToPointInTimeState struct {
	RestoreTime                         string `json:"restore_time"`
	SourceDbInstanceAutomatedBackupsArn string `json:"source_db_instance_automated_backups_arn"`
	SourceDbInstanceIdentifier          string `json:"source_db_instance_identifier"`
	SourceDbiResourceId                 string `json:"source_dbi_resource_id"`
	UseLatestRestorableTime             bool   `json:"use_latest_restorable_time"`
}

type S3Import

type S3Import struct {
	// BucketName: string, required
	BucketName terra.StringValue `hcl:"bucket_name,attr" validate:"required"`
	// BucketPrefix: string, optional
	BucketPrefix terra.StringValue `hcl:"bucket_prefix,attr"`
	// IngestionRole: string, required
	IngestionRole terra.StringValue `hcl:"ingestion_role,attr" validate:"required"`
	// SourceEngine: string, required
	SourceEngine terra.StringValue `hcl:"source_engine,attr" validate:"required"`
	// SourceEngineVersion: string, required
	SourceEngineVersion terra.StringValue `hcl:"source_engine_version,attr" validate:"required"`
}

type S3ImportAttributes

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

func (S3ImportAttributes) BucketName

func (si S3ImportAttributes) BucketName() terra.StringValue

func (S3ImportAttributes) BucketPrefix

func (si S3ImportAttributes) BucketPrefix() terra.StringValue

func (S3ImportAttributes) IngestionRole

func (si S3ImportAttributes) IngestionRole() terra.StringValue

func (S3ImportAttributes) InternalRef

func (si S3ImportAttributes) InternalRef() (terra.Reference, error)

func (S3ImportAttributes) InternalTokens

func (si S3ImportAttributes) InternalTokens() (hclwrite.Tokens, error)

func (S3ImportAttributes) InternalWithRef

func (si S3ImportAttributes) InternalWithRef(ref terra.Reference) S3ImportAttributes

func (S3ImportAttributes) SourceEngine

func (si S3ImportAttributes) SourceEngine() terra.StringValue

func (S3ImportAttributes) SourceEngineVersion

func (si S3ImportAttributes) SourceEngineVersion() terra.StringValue

type S3ImportState

type S3ImportState struct {
	BucketName          string `json:"bucket_name"`
	BucketPrefix        string `json:"bucket_prefix"`
	IngestionRole       string `json:"ingestion_role"`
	SourceEngine        string `json:"source_engine"`
	SourceEngineVersion string `json:"source_engine_version"`
}

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