Documentation
¶
Index ¶
- type CustomObjectType
- func (t CustomObjectType) Equal(o attr.Type) bool
- func (t CustomObjectType) MarkdownDescription(context.Context) string
- func (t CustomObjectType) Object() string
- func (t CustomObjectType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t CustomObjectType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t CustomObjectType) ValueType(ctx context.Context) attr.Value
- type CustomObjectValue
- type CustomStringType
- func (t CustomStringType) Equal(o attr.Type) bool
- func (t CustomStringType) MarkdownDescription(context.Context) string
- func (t CustomStringType) String() string
- func (t CustomStringType) ValueFromString(ctx context.Context, in basetypes.StringValue) (basetypes.StringValuable, diag.Diagnostics)
- func (t CustomStringType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t CustomStringType) ValueType(ctx context.Context) attr.Value
- type CustomStringValue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomObjectType ¶
type CustomObjectType struct {
basetypes.ObjectType
}
func (CustomObjectType) MarkdownDescription ¶
func (t CustomObjectType) MarkdownDescription(context.Context) string
func (CustomObjectType) Object ¶
func (t CustomObjectType) Object() string
func (CustomObjectType) ValueFromObject ¶
func (t CustomObjectType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (CustomObjectType) ValueFromTerraform ¶
type CustomObjectValue ¶
type CustomObjectValue struct {
basetypes.ObjectValue
}
type CustomStringType ¶
type CustomStringType struct {
basetypes.StringType
}
func (CustomStringType) MarkdownDescription ¶
func (t CustomStringType) MarkdownDescription(context.Context) string
func (CustomStringType) String ¶
func (t CustomStringType) String() string
func (CustomStringType) ValueFromString ¶
func (t CustomStringType) ValueFromString(ctx context.Context, in basetypes.StringValue) (basetypes.StringValuable, diag.Diagnostics)
func (CustomStringType) ValueFromTerraform ¶
type CustomStringValue ¶
type CustomStringValue struct {
basetypes.StringValue
}
Click to show internal directories.
Click to hide internal directories.