Documentation ¶
Index ¶
- func ConstAlarmsDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l []models.ConstAlarmDefinition) (basetypes.SetValue, diag.Diagnostics)
- type ConstAlarmsModel
- type ConstAlarmsType
- func (t ConstAlarmsType) Equal(o attr.Type) bool
- func (t ConstAlarmsType) String() string
- func (t ConstAlarmsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ConstAlarmsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ConstAlarmsType) ValueType(ctx context.Context) attr.Value
- type ConstAlarmsValue
- func NewConstAlarmsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ConstAlarmsValue, diag.Diagnostics)
- func NewConstAlarmsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ConstAlarmsValue
- func NewConstAlarmsValueNull() ConstAlarmsValue
- func NewConstAlarmsValueUnknown() ConstAlarmsValue
- func (v ConstAlarmsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ConstAlarmsValue) Equal(o attr.Value) bool
- func (v ConstAlarmsValue) IsNull() bool
- func (v ConstAlarmsValue) IsUnknown() bool
- func (v ConstAlarmsValue) String() string
- func (v ConstAlarmsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ConstAlarmsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ConstAlarmsValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SdkToTerraform ¶
func SdkToTerraform(ctx context.Context, l []models.ConstAlarmDefinition) (basetypes.SetValue, diag.Diagnostics)
Types ¶
type ConstAlarmsModel ¶
type ConstAlarmsType ¶
type ConstAlarmsType struct {
basetypes.ObjectType
}
func (ConstAlarmsType) String ¶
func (t ConstAlarmsType) String() string
func (ConstAlarmsType) ValueFromObject ¶
func (t ConstAlarmsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ConstAlarmsType) ValueFromTerraform ¶
type ConstAlarmsValue ¶
type ConstAlarmsValue struct { Display basetypes.StringValue `tfsdk:"display"` Group basetypes.StringValue `tfsdk:"group"` Key basetypes.StringValue `tfsdk:"key"` Severity basetypes.StringValue `tfsdk:"severity"` // contains filtered or unexported fields }
func NewConstAlarmsValue ¶
func NewConstAlarmsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ConstAlarmsValue, diag.Diagnostics)
func NewConstAlarmsValueMust ¶
func NewConstAlarmsValueNull ¶
func NewConstAlarmsValueNull() ConstAlarmsValue
func NewConstAlarmsValueUnknown ¶
func NewConstAlarmsValueUnknown() ConstAlarmsValue
func (ConstAlarmsValue) AttributeTypes ¶
func (ConstAlarmsValue) IsNull ¶
func (v ConstAlarmsValue) IsNull() bool
func (ConstAlarmsValue) IsUnknown ¶
func (v ConstAlarmsValue) IsUnknown() bool
func (ConstAlarmsValue) String ¶
func (v ConstAlarmsValue) String() string
func (ConstAlarmsValue) ToObjectValue ¶
func (v ConstAlarmsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ConstAlarmsValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.