package
2.6.0+incompatible
Repository: https://github.com/prefecthq/terraform-provider-prefect.git
Documentation: pkg.go.dev

# Functions

NewTimestampNull creates a Timestamp with a null value.
NewTimestampPointerValue creates a Timestamp with a null value if nil or a known value.
NewTimestampUnknown creates a Timestamp with an unknown value.
NewTimestampValue creates a Timestamp with a known value.
NewUUIDNull creates a UUID with a null value.
NewUUIDPointerValue creates a UUID with a null value if nil or a known value.
NewUUIDUnknown creates a UUID with an unknown value.
NewUUIDValue creates a UUID with a known value.

# Structs

TimestampType implements a custom Terraform type that represents a valid RFC3339 timestamp.
TimestampValue implements a custom Terraform value that represents a valid RFC3339 timestamp.
UUIDType implements a custom Terraform type that represents a valid UUID.
UUIDValue implements a custom Terraform value that represents a valid UUID.