Documentation ¶
Index ¶
- type Replica
- type ReplicaAttributes
- func (r ReplicaAttributes) InternalRef() (terra.Reference, error)
- func (r ReplicaAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (r ReplicaAttributes) InternalWithRef(ref terra.Reference) ReplicaAttributes
- func (r ReplicaAttributes) KmsKeyId() terra.StringValue
- func (r ReplicaAttributes) LastAccessedDate() terra.StringValue
- func (r ReplicaAttributes) Region() terra.StringValue
- func (r ReplicaAttributes) Status() terra.StringValue
- func (r ReplicaAttributes) StatusMessage() terra.StringValue
- type ReplicaState
- type RotationRules
- type RotationRulesAttributes
- func (rr RotationRulesAttributes) AutomaticallyAfterDays() terra.NumberValue
- func (rr RotationRulesAttributes) Duration() terra.StringValue
- func (rr RotationRulesAttributes) InternalRef() (terra.Reference, error)
- func (rr RotationRulesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rr RotationRulesAttributes) InternalWithRef(ref terra.Reference) RotationRulesAttributes
- func (rr RotationRulesAttributes) ScheduleExpression() terra.StringValue
- type RotationRulesState
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 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 (rr RotationRulesAttributes) Duration() terra.StringValue
func (RotationRulesAttributes) InternalRef ¶
func (rr RotationRulesAttributes) InternalRef() (terra.Reference, error)
func (RotationRulesAttributes) InternalTokens ¶
func (rr RotationRulesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RotationRulesAttributes) InternalWithRef ¶
func (rr RotationRulesAttributes) InternalWithRef(ref terra.Reference) RotationRulesAttributes
func (RotationRulesAttributes) ScheduleExpression ¶
func (rr RotationRulesAttributes) ScheduleExpression() terra.StringValue
type RotationRulesState ¶
Click to show internal directories.
Click to hide internal directories.