Documentation ¶
Index ¶
- type Location
- type LocationAttributes
- func (l LocationAttributes) InternalRef() (terra.Reference, error)
- func (l LocationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (l LocationAttributes) InternalWithRef(ref terra.Reference) LocationAttributes
- func (l LocationAttributes) Method() terra.StringValue
- func (l LocationAttributes) Name() terra.StringValue
- func (l LocationAttributes) Path() terra.StringValue
- func (l LocationAttributes) StatusCode() terra.StringValue
- func (l LocationAttributes) Type() terra.StringValue
- type LocationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Location ¶
type Location struct { // Method: string, optional Method terra.StringValue `hcl:"method,attr"` // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // Path: string, optional Path terra.StringValue `hcl:"path,attr"` // StatusCode: string, optional StatusCode terra.StringValue `hcl:"status_code,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type LocationAttributes ¶
type LocationAttributes struct {
// contains filtered or unexported fields
}
func (LocationAttributes) InternalRef ¶
func (l LocationAttributes) InternalRef() (terra.Reference, error)
func (LocationAttributes) InternalTokens ¶
func (l LocationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LocationAttributes) InternalWithRef ¶
func (l LocationAttributes) InternalWithRef(ref terra.Reference) LocationAttributes
func (LocationAttributes) Method ¶
func (l LocationAttributes) Method() terra.StringValue
func (LocationAttributes) Name ¶
func (l LocationAttributes) Name() terra.StringValue
func (LocationAttributes) Path ¶
func (l LocationAttributes) Path() terra.StringValue
func (LocationAttributes) StatusCode ¶
func (l LocationAttributes) StatusCode() terra.StringValue
func (LocationAttributes) Type ¶
func (l LocationAttributes) Type() terra.StringValue
Click to show internal directories.
Click to hide internal directories.