secretsmanagersecret

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 Replica

type Replica struct {
	// KmsKeyId: string, optional
	KmsKeyId terra.StringValue `hcl:"kms_key_id,attr"`
	// Region: string, required
	Region terra.StringValue `hcl:"region,attr" validate:"required"`
}

type ReplicaAttributes

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

func (ReplicaAttributes) InternalRef

func (r ReplicaAttributes) InternalRef() (terra.Reference, error)

func (ReplicaAttributes) InternalTokens

func (r ReplicaAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ReplicaAttributes) InternalWithRef

func (r ReplicaAttributes) InternalWithRef(ref terra.Reference) ReplicaAttributes

func (ReplicaAttributes) KmsKeyId

func (r ReplicaAttributes) KmsKeyId() terra.StringValue

func (ReplicaAttributes) LastAccessedDate

func (r ReplicaAttributes) LastAccessedDate() terra.StringValue

func (ReplicaAttributes) Region

func (r ReplicaAttributes) Region() terra.StringValue

func (ReplicaAttributes) Status

func (r ReplicaAttributes) Status() terra.StringValue

func (ReplicaAttributes) StatusMessage

func (r ReplicaAttributes) StatusMessage() terra.StringValue

type ReplicaState

type ReplicaState struct {
	KmsKeyId         string `json:"kms_key_id"`
	LastAccessedDate string `json:"last_accessed_date"`
	Region           string `json:"region"`
	Status           string `json:"status"`
	StatusMessage    string `json:"status_message"`
}

Jump to

Keyboard shortcuts

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