Documentation ¶
Index ¶
- func AnomalyNotificationsDataSourceSchema(ctx context.Context) schema.Schema
- type AnomalyNotificationsModel
- type AnomalyNotificationsType
- func (t AnomalyNotificationsType) Equal(o attr.Type) bool
- func (t AnomalyNotificationsType) String() string
- func (t AnomalyNotificationsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t AnomalyNotificationsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t AnomalyNotificationsType) ValueType(ctx context.Context) attr.Value
- type AnomalyNotificationsValue
- func NewAnomalyNotificationsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AnomalyNotificationsValue, diag.Diagnostics)
- func NewAnomalyNotificationsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AnomalyNotificationsValue
- func NewAnomalyNotificationsValueNull() AnomalyNotificationsValue
- func NewAnomalyNotificationsValueUnknown() AnomalyNotificationsValue
- func (v AnomalyNotificationsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v AnomalyNotificationsValue) Equal(o attr.Value) bool
- func (v AnomalyNotificationsValue) IsNull() bool
- func (v AnomalyNotificationsValue) IsUnknown() bool
- func (v AnomalyNotificationsValue) String() string
- func (v AnomalyNotificationsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v AnomalyNotificationsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v AnomalyNotificationsValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnomalyNotificationsType ¶
type AnomalyNotificationsType struct {
basetypes.ObjectType
}
func (AnomalyNotificationsType) String ¶
func (t AnomalyNotificationsType) String() string
func (AnomalyNotificationsType) ValueFromObject ¶
func (t AnomalyNotificationsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (AnomalyNotificationsType) ValueFromTerraform ¶
type AnomalyNotificationsValue ¶
type AnomalyNotificationsValue struct { CostReportToken basetypes.StringValue `tfsdk:"cost_report_token"` CreatedAt basetypes.StringValue `tfsdk:"created_at"` RecipientChannels basetypes.ListValue `tfsdk:"recipient_channels"` Threshold basetypes.Int64Value `tfsdk:"threshold"` Token basetypes.StringValue `tfsdk:"token"` UpdatedAt basetypes.StringValue `tfsdk:"updated_at"` UserTokens basetypes.ListValue `tfsdk:"user_tokens"` // contains filtered or unexported fields }
func NewAnomalyNotificationsValue ¶
func NewAnomalyNotificationsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AnomalyNotificationsValue, diag.Diagnostics)
func NewAnomalyNotificationsValueNull ¶
func NewAnomalyNotificationsValueNull() AnomalyNotificationsValue
func NewAnomalyNotificationsValueUnknown ¶
func NewAnomalyNotificationsValueUnknown() AnomalyNotificationsValue
func (AnomalyNotificationsValue) AttributeTypes ¶
func (AnomalyNotificationsValue) Equal ¶
func (v AnomalyNotificationsValue) Equal(o attr.Value) bool
func (AnomalyNotificationsValue) IsNull ¶
func (v AnomalyNotificationsValue) IsNull() bool
func (AnomalyNotificationsValue) IsUnknown ¶
func (v AnomalyNotificationsValue) IsUnknown() bool
func (AnomalyNotificationsValue) String ¶
func (v AnomalyNotificationsValue) String() string
func (AnomalyNotificationsValue) ToObjectValue ¶
func (v AnomalyNotificationsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (AnomalyNotificationsValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.