Documentation ¶
Index ¶
- type RoutingStrategy
- type RoutingStrategyAttributes
- func (rs RoutingStrategyAttributes) FleetId() terra.StringValue
- func (rs RoutingStrategyAttributes) InternalRef() (terra.Reference, error)
- func (rs RoutingStrategyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rs RoutingStrategyAttributes) InternalWithRef(ref terra.Reference) RoutingStrategyAttributes
- func (rs RoutingStrategyAttributes) Message() terra.StringValue
- func (rs RoutingStrategyAttributes) Type() terra.StringValue
- type RoutingStrategyState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoutingStrategy ¶
type RoutingStrategy struct { // FleetId: string, optional FleetId terra.StringValue `hcl:"fleet_id,attr"` // Message: string, optional Message terra.StringValue `hcl:"message,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type RoutingStrategyAttributes ¶
type RoutingStrategyAttributes struct {
// contains filtered or unexported fields
}
func (RoutingStrategyAttributes) FleetId ¶
func (rs RoutingStrategyAttributes) FleetId() terra.StringValue
func (RoutingStrategyAttributes) InternalRef ¶
func (rs RoutingStrategyAttributes) InternalRef() (terra.Reference, error)
func (RoutingStrategyAttributes) InternalTokens ¶
func (rs RoutingStrategyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RoutingStrategyAttributes) InternalWithRef ¶
func (rs RoutingStrategyAttributes) InternalWithRef(ref terra.Reference) RoutingStrategyAttributes
func (RoutingStrategyAttributes) Message ¶
func (rs RoutingStrategyAttributes) Message() terra.StringValue
func (RoutingStrategyAttributes) Type ¶
func (rs RoutingStrategyAttributes) Type() terra.StringValue
type RoutingStrategyState ¶
Click to show internal directories.
Click to hide internal directories.