datasource_anomaly_notifications

package
v0.1.35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AnomalyNotificationsDataSourceSchema

func AnomalyNotificationsDataSourceSchema(ctx context.Context) schema.Schema

Types

type AnomalyNotificationsModel

type AnomalyNotificationsModel struct {
	AnomalyNotifications types.List `tfsdk:"anomaly_notifications"`
}

type AnomalyNotificationsType

type AnomalyNotificationsType struct {
	basetypes.ObjectType
}

func (AnomalyNotificationsType) Equal

func (AnomalyNotificationsType) String

func (t AnomalyNotificationsType) String() string

func (AnomalyNotificationsType) ValueFromObject

func (AnomalyNotificationsType) ValueFromTerraform

func (t AnomalyNotificationsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (AnomalyNotificationsType) ValueType

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 NewAnomalyNotificationsValueMust

func NewAnomalyNotificationsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AnomalyNotificationsValue

func NewAnomalyNotificationsValueNull

func NewAnomalyNotificationsValueNull() AnomalyNotificationsValue

func NewAnomalyNotificationsValueUnknown

func NewAnomalyNotificationsValueUnknown() AnomalyNotificationsValue

func (AnomalyNotificationsValue) AttributeTypes

func (v AnomalyNotificationsValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (AnomalyNotificationsValue) Equal

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 (AnomalyNotificationsValue) ToTerraformValue

func (v AnomalyNotificationsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (AnomalyNotificationsValue) Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL