Documentation ¶
Index ¶
- type ClusterNodes
- type ClusterNodesAttributes
- func (cn ClusterNodesAttributes) InternalRef() (terra.Reference, error)
- func (cn ClusterNodesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (cn ClusterNodesAttributes) InternalWithRef(ref terra.Reference) ClusterNodesAttributes
- func (cn ClusterNodesAttributes) NodeRole() terra.StringValue
- func (cn ClusterNodesAttributes) PrivateIpAddress() terra.StringValue
- func (cn ClusterNodesAttributes) PublicIpAddress() terra.StringValue
- type ClusterNodesState
- type Logging
- type LoggingAttributes
- func (l LoggingAttributes) BucketName() terra.StringValue
- func (l LoggingAttributes) Enable() terra.BoolValue
- func (l LoggingAttributes) InternalRef() (terra.Reference, error)
- func (l LoggingAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (l LoggingAttributes) InternalWithRef(ref terra.Reference) LoggingAttributes
- func (l LoggingAttributes) LogDestinationType() terra.StringValue
- func (l LoggingAttributes) LogExports() terra.SetValue[terra.StringValue]
- func (l LoggingAttributes) S3KeyPrefix() terra.StringValue
- type LoggingState
- type SnapshotCopy
- type SnapshotCopyAttributes
- func (sc SnapshotCopyAttributes) DestinationRegion() terra.StringValue
- func (sc SnapshotCopyAttributes) GrantName() terra.StringValue
- func (sc SnapshotCopyAttributes) InternalRef() (terra.Reference, error)
- func (sc SnapshotCopyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sc SnapshotCopyAttributes) InternalWithRef(ref terra.Reference) SnapshotCopyAttributes
- func (sc SnapshotCopyAttributes) RetentionPeriod() terra.NumberValue
- type SnapshotCopyState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterNodes ¶
type ClusterNodes struct{}
type ClusterNodesAttributes ¶
type ClusterNodesAttributes struct {
// contains filtered or unexported fields
}
func (ClusterNodesAttributes) InternalRef ¶
func (cn ClusterNodesAttributes) InternalRef() (terra.Reference, error)
func (ClusterNodesAttributes) InternalTokens ¶
func (cn ClusterNodesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ClusterNodesAttributes) InternalWithRef ¶
func (cn ClusterNodesAttributes) InternalWithRef(ref terra.Reference) ClusterNodesAttributes
func (ClusterNodesAttributes) NodeRole ¶
func (cn ClusterNodesAttributes) NodeRole() terra.StringValue
func (ClusterNodesAttributes) PrivateIpAddress ¶
func (cn ClusterNodesAttributes) PrivateIpAddress() terra.StringValue
func (ClusterNodesAttributes) PublicIpAddress ¶
func (cn ClusterNodesAttributes) PublicIpAddress() terra.StringValue
type ClusterNodesState ¶
type Logging ¶
type Logging struct { // BucketName: string, optional BucketName terra.StringValue `hcl:"bucket_name,attr"` // Enable: bool, required Enable terra.BoolValue `hcl:"enable,attr" validate:"required"` // LogDestinationType: string, optional LogDestinationType terra.StringValue `hcl:"log_destination_type,attr"` // LogExports: set of string, optional LogExports terra.SetValue[terra.StringValue] `hcl:"log_exports,attr"` // S3KeyPrefix: string, optional S3KeyPrefix terra.StringValue `hcl:"s3_key_prefix,attr"` }
type LoggingAttributes ¶
type LoggingAttributes struct {
// contains filtered or unexported fields
}
func (LoggingAttributes) BucketName ¶
func (l LoggingAttributes) BucketName() terra.StringValue
func (LoggingAttributes) Enable ¶
func (l LoggingAttributes) Enable() terra.BoolValue
func (LoggingAttributes) InternalRef ¶
func (l LoggingAttributes) InternalRef() (terra.Reference, error)
func (LoggingAttributes) InternalTokens ¶
func (l LoggingAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LoggingAttributes) InternalWithRef ¶
func (l LoggingAttributes) InternalWithRef(ref terra.Reference) LoggingAttributes
func (LoggingAttributes) LogDestinationType ¶
func (l LoggingAttributes) LogDestinationType() terra.StringValue
func (LoggingAttributes) LogExports ¶
func (l LoggingAttributes) LogExports() terra.SetValue[terra.StringValue]
func (LoggingAttributes) S3KeyPrefix ¶
func (l LoggingAttributes) S3KeyPrefix() terra.StringValue
type LoggingState ¶
type SnapshotCopy ¶
type SnapshotCopy struct { // DestinationRegion: string, required DestinationRegion terra.StringValue `hcl:"destination_region,attr" validate:"required"` // GrantName: string, optional GrantName terra.StringValue `hcl:"grant_name,attr"` // RetentionPeriod: number, optional RetentionPeriod terra.NumberValue `hcl:"retention_period,attr"` }
type SnapshotCopyAttributes ¶
type SnapshotCopyAttributes struct {
// contains filtered or unexported fields
}
func (SnapshotCopyAttributes) DestinationRegion ¶
func (sc SnapshotCopyAttributes) DestinationRegion() terra.StringValue
func (SnapshotCopyAttributes) GrantName ¶
func (sc SnapshotCopyAttributes) GrantName() terra.StringValue
func (SnapshotCopyAttributes) InternalRef ¶
func (sc SnapshotCopyAttributes) InternalRef() (terra.Reference, error)
func (SnapshotCopyAttributes) InternalTokens ¶
func (sc SnapshotCopyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SnapshotCopyAttributes) InternalWithRef ¶
func (sc SnapshotCopyAttributes) InternalWithRef(ref terra.Reference) SnapshotCopyAttributes
func (SnapshotCopyAttributes) RetentionPeriod ¶
func (sc SnapshotCopyAttributes) RetentionPeriod() terra.NumberValue
type SnapshotCopyState ¶
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 (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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 ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.