Documentation
¶
Index ¶
- type CaseInsensitiveStringType
- func (t CaseInsensitiveStringType) Equal(o attr.Type) bool
- func (t CaseInsensitiveStringType) String() string
- func (t CaseInsensitiveStringType) ValueFromString(ctx context.Context, in basetypes.StringValue) (basetypes.StringValuable, diag.Diagnostics)
- func (t CaseInsensitiveStringType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t CaseInsensitiveStringType) ValueType(ctx context.Context) attr.Value
- type CaseInsensitiveStringValue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaseInsensitiveStringType ¶
type CaseInsensitiveStringType struct {
basetypes.StringType
}
func (CaseInsensitiveStringType) String ¶
func (t CaseInsensitiveStringType) String() string
func (CaseInsensitiveStringType) ValueFromString ¶
func (t CaseInsensitiveStringType) ValueFromString(ctx context.Context, in basetypes.StringValue) (basetypes.StringValuable, diag.Diagnostics)
func (CaseInsensitiveStringType) ValueFromTerraform ¶
type CaseInsensitiveStringValue ¶
type CaseInsensitiveStringValue struct {
basetypes.StringValue
}
func CaseInsensitiveString ¶
func CaseInsensitiveString(val string) CaseInsensitiveStringValue
func (CaseInsensitiveStringValue) Equal ¶
func (v CaseInsensitiveStringValue) Equal(o attr.Value) bool
func (CaseInsensitiveStringValue) StringSemanticEquals ¶
func (v CaseInsensitiveStringValue) StringSemanticEquals(ctx context.Context, newValuable basetypes.StringValuable) (bool, diag.Diagnostics)
Click to show internal directories.
Click to hide internal directories.