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
- type EncodedCAType
- type EncodedCAValue
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)
type EncodedCAType ¶ added in v0.0.10
type EncodedCAType struct {
basetypes.StringType
}
func (EncodedCAType) ValueFromString ¶ added in v0.0.10
func (t EncodedCAType) ValueFromString(ctx context.Context, in basetypes.StringValue) (basetypes.StringValuable, diag.Diagnostics)
func (EncodedCAType) ValueFromTerraform ¶ added in v0.0.10
type EncodedCAValue ¶ added in v0.0.10
type EncodedCAValue struct {
basetypes.StringValue
}
func EncodedCA ¶ added in v0.0.10
func EncodedCA(val string) EncodedCAValue
func (EncodedCAValue) StringSemanticEquals ¶ added in v0.0.10
func (v EncodedCAValue) StringSemanticEquals(ctx context.Context, newValuable basetypes.StringValuable) (bool, diag.Diagnostics)
Click to show internal directories.
Click to hide internal directories.