types

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Duration

type Duration struct {
	basetypes.StringValue
	// contains filtered or unexported fields
}

func DurationNull

func DurationNull() Duration

func DurationUnknown

func DurationUnknown() Duration

func DurationValue

func DurationValue(value time.Duration) Duration

func (Duration) ValueDuration

func (v Duration) ValueDuration() time.Duration

type DurationType

type DurationType struct {
	basetypes.StringType
}

func (DurationType) ValueFromTerraform

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

type URL

type URL struct {
	basetypes.StringValue
	// contains filtered or unexported fields
}

func URLNull

func URLNull() URL

func URLUnknown

func URLUnknown() URL

func URLValue

func URLValue(value *url.URL) URL

func (URL) ValueURL

func (v URL) ValueURL() *url.URL

type URLType

type URLType struct {
	basetypes.StringType
}

func (URLType) ValueFromTerraform

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

Jump to

Keyboard shortcuts

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