custom_types

package
v0.0.0-...-dc7b469 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: 0BSD Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DomainNameType

type DomainNameType struct {
	basetypes.StringType
}

func (DomainNameType) Equal

func (t DomainNameType) Equal(o attr.Type) bool

func (DomainNameType) String

func (t DomainNameType) String() string

func (DomainNameType) ValueFromString

func (DomainNameType) ValueFromTerraform

func (t DomainNameType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (DomainNameType) ValueType

func (t DomainNameType) ValueType(_ context.Context) attr.Value

type DomainNameValue

type DomainNameValue struct {
	basetypes.StringValue
}

func NewDomainNameValue

func NewDomainNameValue(value string) DomainNameValue

NewDomainNameValue creates a domain name with a known value.

func (DomainNameValue) Equal

func (v DomainNameValue) Equal(o attr.Value) bool

func (DomainNameValue) StringSemanticEquals

func (v DomainNameValue) StringSemanticEquals(_ context.Context, newValuable basetypes.StringValuable) (bool, diag.Diagnostics)

func (DomainNameValue) Type

func (DomainNameValue) ValidateAttribute

type EmailAddressSetType

type EmailAddressSetType struct {
	basetypes.SetType
}

func (EmailAddressSetType) Equal

func (t EmailAddressSetType) Equal(o attr.Type) bool

func (EmailAddressSetType) String

func (t EmailAddressSetType) String() string

func (EmailAddressSetType) ValueFromSet

func (EmailAddressSetType) ValueFromTerraform

func (t EmailAddressSetType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (EmailAddressSetType) ValueType

func (t EmailAddressSetType) ValueType(_ context.Context) attr.Value

type EmailAddressSetValue

type EmailAddressSetValue struct {
	basetypes.SetValue
}

func NewEmailAddressSetNull

func NewEmailAddressSetNull() EmailAddressSetValue

func NewEmailAddressSetValueFrom

func NewEmailAddressSetValueFrom(ctx context.Context, emails []string) (EmailAddressSetValue, diag.Diagnostics)

func (EmailAddressSetValue) Equal

func (v EmailAddressSetValue) Equal(o attr.Value) bool

func (EmailAddressSetValue) SetSemanticEquals

func (v EmailAddressSetValue) SetSemanticEquals(ctx context.Context, newValuable basetypes.SetValuable) (bool, diag.Diagnostics)

func (EmailAddressSetValue) Type

func (EmailAddressSetValue) ValidateAttribute

type EmailAddressType

type EmailAddressType struct {
	basetypes.StringType
}

func (EmailAddressType) Equal

func (t EmailAddressType) Equal(o attr.Type) bool

func (EmailAddressType) String

func (t EmailAddressType) String() string

func (EmailAddressType) ValueFromString

func (EmailAddressType) ValueFromTerraform

func (t EmailAddressType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (EmailAddressType) ValueType

func (t EmailAddressType) ValueType(_ context.Context) attr.Value

type EmailAddressValue

type EmailAddressValue struct {
	basetypes.StringValue
}

func NewEmailAddressValue

func NewEmailAddressValue(value string) EmailAddressValue

NewEmailAddressValue creates an email with a known value.

func (EmailAddressValue) Equal

func (v EmailAddressValue) Equal(o attr.Value) bool

func (EmailAddressValue) StringSemanticEquals

func (v EmailAddressValue) StringSemanticEquals(_ context.Context, newValuable basetypes.StringValuable) (bool, diag.Diagnostics)

func (EmailAddressValue) Type

func (EmailAddressValue) ValidateAttribute

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL