secretsmanagersecret

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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"`
}

type RotationRules

type RotationRules struct {
	// AutomaticallyAfterDays: number, optional
	AutomaticallyAfterDays terra.NumberValue `hcl:"automatically_after_days,attr"`
	// Duration: string, optional
	Duration terra.StringValue `hcl:"duration,attr"`
	// ScheduleExpression: string, optional
	ScheduleExpression terra.StringValue `hcl:"schedule_expression,attr"`
}

type RotationRulesAttributes

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

func (RotationRulesAttributes) AutomaticallyAfterDays

func (rr RotationRulesAttributes) AutomaticallyAfterDays() terra.NumberValue

func (RotationRulesAttributes) Duration

func (RotationRulesAttributes) InternalRef

func (rr RotationRulesAttributes) InternalRef() (terra.Reference, error)

func (RotationRulesAttributes) InternalTokens

func (rr RotationRulesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RotationRulesAttributes) InternalWithRef

func (RotationRulesAttributes) ScheduleExpression

func (rr RotationRulesAttributes) ScheduleExpression() terra.StringValue

type RotationRulesState

type RotationRulesState struct {
	AutomaticallyAfterDays float64 `json:"automatically_after_days"`
	Duration               string  `json:"duration"`
	ScheduleExpression     string  `json:"schedule_expression"`
}

Jump to

Keyboard shortcuts

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