datadomains

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Domains

type Domains struct{}

type DomainsAttributes

type DomainsAttributes struct {
	// contains filtered or unexported fields
}

func (DomainsAttributes) AdminManaged

func (d DomainsAttributes) AdminManaged() terra.BoolValue

func (DomainsAttributes) AuthenticationType

func (d DomainsAttributes) AuthenticationType() terra.StringValue

func (DomainsAttributes) Default

func (d DomainsAttributes) Default() terra.BoolValue

func (DomainsAttributes) DomainName

func (d DomainsAttributes) DomainName() terra.StringValue

func (DomainsAttributes) Initial

func (d DomainsAttributes) Initial() terra.BoolValue

func (DomainsAttributes) InternalRef

func (d DomainsAttributes) InternalRef() (terra.Reference, error)

func (DomainsAttributes) InternalTokens

func (d DomainsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DomainsAttributes) InternalWithRef

func (d DomainsAttributes) InternalWithRef(ref terra.Reference) DomainsAttributes

func (DomainsAttributes) Root

func (DomainsAttributes) SupportedServices

func (d DomainsAttributes) SupportedServices() terra.ListValue[terra.StringValue]

func (DomainsAttributes) Verified

func (d DomainsAttributes) Verified() terra.BoolValue

type DomainsState

type DomainsState struct {
	AdminManaged       bool     `json:"admin_managed"`
	AuthenticationType string   `json:"authentication_type"`
	Default            bool     `json:"default"`
	DomainName         string   `json:"domain_name"`
	Initial            bool     `json:"initial"`
	Root               bool     `json:"root"`
	SupportedServices  []string `json:"supported_services"`
	Verified           bool     `json:"verified"`
}

type Timeouts

type Timeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type TimeoutsAttributes

type TimeoutsAttributes struct {
	// contains filtered or unexported fields
}

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Read

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

Jump to

Keyboard shortcuts

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