Documentation ¶
Index ¶
- type AttachmentsSource
- type AttachmentsSourceAttributes
- func (as AttachmentsSourceAttributes) InternalRef() (terra.Reference, error)
- func (as AttachmentsSourceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (as AttachmentsSourceAttributes) InternalWithRef(ref terra.Reference) AttachmentsSourceAttributes
- func (as AttachmentsSourceAttributes) Key() terra.StringValue
- func (as AttachmentsSourceAttributes) Name() terra.StringValue
- func (as AttachmentsSourceAttributes) Values() terra.ListValue[terra.StringValue]
- type AttachmentsSourceState
- type Parameter
- type ParameterAttributes
- func (p ParameterAttributes) DefaultValue() terra.StringValue
- func (p ParameterAttributes) Description() terra.StringValue
- func (p ParameterAttributes) InternalRef() (terra.Reference, error)
- func (p ParameterAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (p ParameterAttributes) InternalWithRef(ref terra.Reference) ParameterAttributes
- func (p ParameterAttributes) Name() terra.StringValue
- func (p ParameterAttributes) Type() terra.StringValue
- type ParameterState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachmentsSource ¶
type AttachmentsSource struct { // Key: string, required Key terra.StringValue `hcl:"key,attr" validate:"required"` // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // Values: list of string, required Values terra.ListValue[terra.StringValue] `hcl:"values,attr" validate:"required"` }
type AttachmentsSourceAttributes ¶
type AttachmentsSourceAttributes struct {
// contains filtered or unexported fields
}
func (AttachmentsSourceAttributes) InternalRef ¶
func (as AttachmentsSourceAttributes) InternalRef() (terra.Reference, error)
func (AttachmentsSourceAttributes) InternalTokens ¶
func (as AttachmentsSourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AttachmentsSourceAttributes) InternalWithRef ¶
func (as AttachmentsSourceAttributes) InternalWithRef(ref terra.Reference) AttachmentsSourceAttributes
func (AttachmentsSourceAttributes) Key ¶
func (as AttachmentsSourceAttributes) Key() terra.StringValue
func (AttachmentsSourceAttributes) Name ¶
func (as AttachmentsSourceAttributes) Name() terra.StringValue
func (AttachmentsSourceAttributes) Values ¶
func (as AttachmentsSourceAttributes) Values() terra.ListValue[terra.StringValue]
type AttachmentsSourceState ¶
type ParameterAttributes ¶
type ParameterAttributes struct {
// contains filtered or unexported fields
}
func (ParameterAttributes) DefaultValue ¶
func (p ParameterAttributes) DefaultValue() terra.StringValue
func (ParameterAttributes) Description ¶
func (p ParameterAttributes) Description() terra.StringValue
func (ParameterAttributes) InternalRef ¶
func (p ParameterAttributes) InternalRef() (terra.Reference, error)
func (ParameterAttributes) InternalTokens ¶
func (p ParameterAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ParameterAttributes) InternalWithRef ¶
func (p ParameterAttributes) InternalWithRef(ref terra.Reference) ParameterAttributes
func (ParameterAttributes) Name ¶
func (p ParameterAttributes) Name() terra.StringValue
func (ParameterAttributes) Type ¶
func (p ParameterAttributes) Type() terra.StringValue
Click to show internal directories.
Click to hide internal directories.