Documentation
¶
Index ¶
- type Amp
- type AmpAttributes
- type AmpState
- type Destination
- type DestinationAttributes
- func (d DestinationAttributes) Amp() terra.ListValue[AmpAttributes]
- func (d DestinationAttributes) InternalRef() (terra.Reference, error)
- func (d DestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (d DestinationAttributes) InternalWithRef(ref terra.Reference) DestinationAttributes
- type DestinationState
- type Eks
- type EksAttributes
- func (e EksAttributes) ClusterArn() terra.StringValue
- func (e EksAttributes) InternalRef() (terra.Reference, error)
- func (e EksAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e EksAttributes) InternalWithRef(ref terra.Reference) EksAttributes
- func (e EksAttributes) SecurityGroupIds() terra.SetValue[terra.StringValue]
- func (e EksAttributes) SubnetIds() terra.SetValue[terra.StringValue]
- type EksState
- type Source
- type SourceAttributes
- type SourceState
- 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
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Amp ¶
type Amp struct { // WorkspaceArn: string, required WorkspaceArn terra.StringValue `hcl:"workspace_arn,attr" validate:"required"` }
type AmpAttributes ¶
type AmpAttributes struct {
// contains filtered or unexported fields
}
func (AmpAttributes) InternalRef ¶
func (a AmpAttributes) InternalRef() (terra.Reference, error)
func (AmpAttributes) InternalTokens ¶
func (a AmpAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AmpAttributes) InternalWithRef ¶
func (a AmpAttributes) InternalWithRef(ref terra.Reference) AmpAttributes
func (AmpAttributes) WorkspaceArn ¶
func (a AmpAttributes) WorkspaceArn() terra.StringValue
type Destination ¶
type Destination struct { // Amp: min=0 Amp []Amp `hcl:"amp,block" validate:"min=0"` }
type DestinationAttributes ¶
type DestinationAttributes struct {
// contains filtered or unexported fields
}
func (DestinationAttributes) Amp ¶
func (d DestinationAttributes) Amp() terra.ListValue[AmpAttributes]
func (DestinationAttributes) InternalRef ¶
func (d DestinationAttributes) InternalRef() (terra.Reference, error)
func (DestinationAttributes) InternalTokens ¶
func (d DestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DestinationAttributes) InternalWithRef ¶
func (d DestinationAttributes) InternalWithRef(ref terra.Reference) DestinationAttributes
type DestinationState ¶
type DestinationState struct {
Amp []AmpState `json:"amp"`
}
type Eks ¶
type Eks struct { // ClusterArn: string, required ClusterArn terra.StringValue `hcl:"cluster_arn,attr" validate:"required"` // SecurityGroupIds: set of string, optional SecurityGroupIds terra.SetValue[terra.StringValue] `hcl:"security_group_ids,attr"` // SubnetIds: set of string, required SubnetIds terra.SetValue[terra.StringValue] `hcl:"subnet_ids,attr" validate:"required"` }
type EksAttributes ¶
type EksAttributes struct {
// contains filtered or unexported fields
}
func (EksAttributes) ClusterArn ¶
func (e EksAttributes) ClusterArn() terra.StringValue
func (EksAttributes) InternalRef ¶
func (e EksAttributes) InternalRef() (terra.Reference, error)
func (EksAttributes) InternalTokens ¶
func (e EksAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EksAttributes) InternalWithRef ¶
func (e EksAttributes) InternalWithRef(ref terra.Reference) EksAttributes
func (EksAttributes) SecurityGroupIds ¶
func (e EksAttributes) SecurityGroupIds() terra.SetValue[terra.StringValue]
func (EksAttributes) SubnetIds ¶
func (e EksAttributes) SubnetIds() terra.SetValue[terra.StringValue]
type SourceAttributes ¶
type SourceAttributes struct {
// contains filtered or unexported fields
}
func (SourceAttributes) Eks ¶
func (s SourceAttributes) Eks() terra.ListValue[EksAttributes]
func (SourceAttributes) InternalRef ¶
func (s SourceAttributes) InternalRef() (terra.Reference, error)
func (SourceAttributes) InternalTokens ¶
func (s SourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SourceAttributes) InternalWithRef ¶
func (s SourceAttributes) InternalWithRef(ref terra.Reference) SourceAttributes
type SourceState ¶
type SourceState struct {
Eks []EksState `json:"eks"`
}
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,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
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.