Documentation ¶
Index ¶
- 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
- type TrafficSource
- type TrafficSourceAttributes
- func (ts TrafficSourceAttributes) Identifier() terra.StringValue
- func (ts TrafficSourceAttributes) InternalRef() (terra.Reference, error)
- func (ts TrafficSourceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ts TrafficSourceAttributes) InternalWithRef(ref terra.Reference) TrafficSourceAttributes
- func (ts TrafficSourceAttributes) Type() terra.StringValue
- type TrafficSourceState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 ¶
type TrafficSource ¶
type TrafficSource struct { // Identifier: string, required Identifier terra.StringValue `hcl:"identifier,attr" validate:"required"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type TrafficSourceAttributes ¶
type TrafficSourceAttributes struct {
// contains filtered or unexported fields
}
func (TrafficSourceAttributes) Identifier ¶
func (ts TrafficSourceAttributes) Identifier() terra.StringValue
func (TrafficSourceAttributes) InternalRef ¶
func (ts TrafficSourceAttributes) InternalRef() (terra.Reference, error)
func (TrafficSourceAttributes) InternalTokens ¶
func (ts TrafficSourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TrafficSourceAttributes) InternalWithRef ¶
func (ts TrafficSourceAttributes) InternalWithRef(ref terra.Reference) TrafficSourceAttributes
func (TrafficSourceAttributes) Type ¶
func (ts TrafficSourceAttributes) Type() terra.StringValue
type TrafficSourceState ¶
Click to show internal directories.
Click to hide internal directories.