Documentation ¶
Index ¶
- type MultiSelectObservation
- type MultiSelectObservationAttributes
- func (mso MultiSelectObservationAttributes) Description() terra.StringValue
- func (mso MultiSelectObservationAttributes) InternalRef() (terra.Reference, error)
- func (mso MultiSelectObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (mso MultiSelectObservationAttributes) InternalWithRef(ref terra.Reference) MultiSelectObservationAttributes
- func (mso MultiSelectObservationAttributes) Name() terra.StringValue
- func (mso MultiSelectObservationAttributes) SupportedValues() terra.ListValue[terra.StringValue]
- func (mso MultiSelectObservationAttributes) Values() terra.ListValue[terra.StringValue]
- type MultiSelectObservationState
- type PrioritizedExcludeObservation
- type PrioritizedExcludeObservationAttributes
- func (peo PrioritizedExcludeObservationAttributes) Description() terra.StringValue
- func (peo PrioritizedExcludeObservationAttributes) Exclude() terra.StringValue
- func (peo PrioritizedExcludeObservationAttributes) InternalRef() (terra.Reference, error)
- func (peo PrioritizedExcludeObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (peo PrioritizedExcludeObservationAttributes) InternalWithRef(ref terra.Reference) PrioritizedExcludeObservationAttributes
- func (peo PrioritizedExcludeObservationAttributes) Name() terra.StringValue
- func (peo PrioritizedExcludeObservationAttributes) Prioritize() terra.StringValue
- type PrioritizedExcludeObservationState
- type RequiredDataConnector
- type RequiredDataConnectorAttributes
- func (rdc RequiredDataConnectorAttributes) ConnectorId() terra.StringValue
- func (rdc RequiredDataConnectorAttributes) DataTypes() terra.ListValue[terra.StringValue]
- func (rdc RequiredDataConnectorAttributes) InternalRef() (terra.Reference, error)
- func (rdc RequiredDataConnectorAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rdc RequiredDataConnectorAttributes) InternalWithRef(ref terra.Reference) RequiredDataConnectorAttributes
- type RequiredDataConnectorState
- type SingleSelectObservation
- type SingleSelectObservationAttributes
- func (sso SingleSelectObservationAttributes) Description() terra.StringValue
- func (sso SingleSelectObservationAttributes) InternalRef() (terra.Reference, error)
- func (sso SingleSelectObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sso SingleSelectObservationAttributes) InternalWithRef(ref terra.Reference) SingleSelectObservationAttributes
- func (sso SingleSelectObservationAttributes) Name() terra.StringValue
- func (sso SingleSelectObservationAttributes) SupportedValues() terra.ListValue[terra.StringValue]
- func (sso SingleSelectObservationAttributes) Value() terra.StringValue
- type SingleSelectObservationState
- type ThresholdObservation
- type ThresholdObservationAttributes
- func (to ThresholdObservationAttributes) Description() terra.StringValue
- func (to ThresholdObservationAttributes) InternalRef() (terra.Reference, error)
- func (to ThresholdObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (to ThresholdObservationAttributes) InternalWithRef(ref terra.Reference) ThresholdObservationAttributes
- func (to ThresholdObservationAttributes) Max() terra.StringValue
- func (to ThresholdObservationAttributes) Min() terra.StringValue
- func (to ThresholdObservationAttributes) Name() terra.StringValue
- func (to ThresholdObservationAttributes) Value() terra.StringValue
- type ThresholdObservationState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiSelectObservation ¶
type MultiSelectObservation struct{}
type MultiSelectObservationAttributes ¶
type MultiSelectObservationAttributes struct {
// contains filtered or unexported fields
}
func (MultiSelectObservationAttributes) Description ¶
func (mso MultiSelectObservationAttributes) Description() terra.StringValue
func (MultiSelectObservationAttributes) InternalRef ¶
func (mso MultiSelectObservationAttributes) InternalRef() (terra.Reference, error)
func (MultiSelectObservationAttributes) InternalTokens ¶
func (mso MultiSelectObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (MultiSelectObservationAttributes) InternalWithRef ¶
func (mso MultiSelectObservationAttributes) InternalWithRef(ref terra.Reference) MultiSelectObservationAttributes
func (MultiSelectObservationAttributes) Name ¶
func (mso MultiSelectObservationAttributes) Name() terra.StringValue
func (MultiSelectObservationAttributes) SupportedValues ¶
func (mso MultiSelectObservationAttributes) SupportedValues() terra.ListValue[terra.StringValue]
func (MultiSelectObservationAttributes) Values ¶
func (mso MultiSelectObservationAttributes) Values() terra.ListValue[terra.StringValue]
type PrioritizedExcludeObservation ¶
type PrioritizedExcludeObservation struct{}
type PrioritizedExcludeObservationAttributes ¶
type PrioritizedExcludeObservationAttributes struct {
// contains filtered or unexported fields
}
func (PrioritizedExcludeObservationAttributes) Description ¶
func (peo PrioritizedExcludeObservationAttributes) Description() terra.StringValue
func (PrioritizedExcludeObservationAttributes) Exclude ¶
func (peo PrioritizedExcludeObservationAttributes) Exclude() terra.StringValue
func (PrioritizedExcludeObservationAttributes) InternalRef ¶
func (peo PrioritizedExcludeObservationAttributes) InternalRef() (terra.Reference, error)
func (PrioritizedExcludeObservationAttributes) InternalTokens ¶
func (peo PrioritizedExcludeObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PrioritizedExcludeObservationAttributes) InternalWithRef ¶
func (peo PrioritizedExcludeObservationAttributes) InternalWithRef(ref terra.Reference) PrioritizedExcludeObservationAttributes
func (PrioritizedExcludeObservationAttributes) Name ¶
func (peo PrioritizedExcludeObservationAttributes) Name() terra.StringValue
func (PrioritizedExcludeObservationAttributes) Prioritize ¶
func (peo PrioritizedExcludeObservationAttributes) Prioritize() terra.StringValue
type RequiredDataConnector ¶
type RequiredDataConnector struct{}
type RequiredDataConnectorAttributes ¶
type RequiredDataConnectorAttributes struct {
// contains filtered or unexported fields
}
func (RequiredDataConnectorAttributes) ConnectorId ¶
func (rdc RequiredDataConnectorAttributes) ConnectorId() terra.StringValue
func (RequiredDataConnectorAttributes) DataTypes ¶
func (rdc RequiredDataConnectorAttributes) DataTypes() terra.ListValue[terra.StringValue]
func (RequiredDataConnectorAttributes) InternalRef ¶
func (rdc RequiredDataConnectorAttributes) InternalRef() (terra.Reference, error)
func (RequiredDataConnectorAttributes) InternalTokens ¶
func (rdc RequiredDataConnectorAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RequiredDataConnectorAttributes) InternalWithRef ¶
func (rdc RequiredDataConnectorAttributes) InternalWithRef(ref terra.Reference) RequiredDataConnectorAttributes
type SingleSelectObservation ¶
type SingleSelectObservation struct{}
type SingleSelectObservationAttributes ¶
type SingleSelectObservationAttributes struct {
// contains filtered or unexported fields
}
func (SingleSelectObservationAttributes) Description ¶
func (sso SingleSelectObservationAttributes) Description() terra.StringValue
func (SingleSelectObservationAttributes) InternalRef ¶
func (sso SingleSelectObservationAttributes) InternalRef() (terra.Reference, error)
func (SingleSelectObservationAttributes) InternalTokens ¶
func (sso SingleSelectObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SingleSelectObservationAttributes) InternalWithRef ¶
func (sso SingleSelectObservationAttributes) InternalWithRef(ref terra.Reference) SingleSelectObservationAttributes
func (SingleSelectObservationAttributes) Name ¶
func (sso SingleSelectObservationAttributes) Name() terra.StringValue
func (SingleSelectObservationAttributes) SupportedValues ¶
func (sso SingleSelectObservationAttributes) SupportedValues() terra.ListValue[terra.StringValue]
func (SingleSelectObservationAttributes) Value ¶
func (sso SingleSelectObservationAttributes) Value() terra.StringValue
type ThresholdObservation ¶
type ThresholdObservation struct{}
type ThresholdObservationAttributes ¶
type ThresholdObservationAttributes struct {
// contains filtered or unexported fields
}
func (ThresholdObservationAttributes) Description ¶
func (to ThresholdObservationAttributes) Description() terra.StringValue
func (ThresholdObservationAttributes) InternalRef ¶
func (to ThresholdObservationAttributes) InternalRef() (terra.Reference, error)
func (ThresholdObservationAttributes) InternalTokens ¶
func (to ThresholdObservationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ThresholdObservationAttributes) InternalWithRef ¶
func (to ThresholdObservationAttributes) InternalWithRef(ref terra.Reference) ThresholdObservationAttributes
func (ThresholdObservationAttributes) Max ¶
func (to ThresholdObservationAttributes) Max() terra.StringValue
func (ThresholdObservationAttributes) Min ¶
func (to ThresholdObservationAttributes) Min() terra.StringValue
func (ThresholdObservationAttributes) Name ¶
func (to ThresholdObservationAttributes) Name() terra.StringValue
func (ThresholdObservationAttributes) Value ¶
func (to ThresholdObservationAttributes) Value() terra.StringValue
type Timeouts ¶
type Timeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
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
func (TimeoutsAttributes) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
Click to show internal directories.
Click to hide internal directories.