Documentation ¶
Index ¶
- func ConstWebhooksDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l []models.ConstWebhookTopic) (basetypes.SetValue, diag.Diagnostics)
- type ConstWebhooksModel
- type ConstWebhooksType
- func (t ConstWebhooksType) Equal(o attr.Type) bool
- func (t ConstWebhooksType) String() string
- func (t ConstWebhooksType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ConstWebhooksType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ConstWebhooksType) ValueType(ctx context.Context) attr.Value
- type ConstWebhooksValue
- func NewConstWebhooksValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ConstWebhooksValue, diag.Diagnostics)
- func NewConstWebhooksValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ConstWebhooksValue
- func NewConstWebhooksValueNull() ConstWebhooksValue
- func NewConstWebhooksValueUnknown() ConstWebhooksValue
- func (v ConstWebhooksValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ConstWebhooksValue) Equal(o attr.Value) bool
- func (v ConstWebhooksValue) IsNull() bool
- func (v ConstWebhooksValue) IsUnknown() bool
- func (v ConstWebhooksValue) String() string
- func (v ConstWebhooksValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ConstWebhooksValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ConstWebhooksValue) 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.ConstWebhookTopic) (basetypes.SetValue, diag.Diagnostics)
Types ¶
type ConstWebhooksModel ¶
type ConstWebhooksType ¶
type ConstWebhooksType struct {
basetypes.ObjectType
}
func (ConstWebhooksType) String ¶
func (t ConstWebhooksType) String() string
func (ConstWebhooksType) ValueFromObject ¶
func (t ConstWebhooksType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ConstWebhooksType) ValueFromTerraform ¶
type ConstWebhooksValue ¶
type ConstWebhooksValue struct { ForOrg basetypes.BoolValue `tfsdk:"for_org"` HasDeliveryResults basetypes.BoolValue `tfsdk:"has_delivery_results"` Internal basetypes.BoolValue `tfsdk:"internal"` Key basetypes.StringValue `tfsdk:"key"` // contains filtered or unexported fields }
func NewConstWebhooksValue ¶
func NewConstWebhooksValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ConstWebhooksValue, diag.Diagnostics)
func NewConstWebhooksValueNull ¶
func NewConstWebhooksValueNull() ConstWebhooksValue
func NewConstWebhooksValueUnknown ¶
func NewConstWebhooksValueUnknown() ConstWebhooksValue
func (ConstWebhooksValue) AttributeTypes ¶
func (ConstWebhooksValue) IsNull ¶
func (v ConstWebhooksValue) IsNull() bool
func (ConstWebhooksValue) IsUnknown ¶
func (v ConstWebhooksValue) IsUnknown() bool
func (ConstWebhooksValue) String ¶
func (v ConstWebhooksValue) String() string
func (ConstWebhooksValue) ToObjectValue ¶
func (v ConstWebhooksValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ConstWebhooksValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.