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
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
Click to show internal directories.
Click to hide internal directories.