opensearchoutboundconnection

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 LocalDomainInfo

type LocalDomainInfo struct {
	// DomainName: string, required
	DomainName terra.StringValue `hcl:"domain_name,attr" validate:"required"`
	// OwnerId: string, required
	OwnerId terra.StringValue `hcl:"owner_id,attr" validate:"required"`
	// Region: string, required
	Region terra.StringValue `hcl:"region,attr" validate:"required"`
}

type LocalDomainInfoAttributes

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

func (LocalDomainInfoAttributes) DomainName

func (ldi LocalDomainInfoAttributes) DomainName() terra.StringValue

func (LocalDomainInfoAttributes) InternalRef

func (ldi LocalDomainInfoAttributes) InternalRef() (terra.Reference, error)

func (LocalDomainInfoAttributes) InternalTokens

func (ldi LocalDomainInfoAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LocalDomainInfoAttributes) InternalWithRef

func (LocalDomainInfoAttributes) OwnerId

func (LocalDomainInfoAttributes) Region

type LocalDomainInfoState

type LocalDomainInfoState struct {
	DomainName string `json:"domain_name"`
	OwnerId    string `json:"owner_id"`
	Region     string `json:"region"`
}

type RemoteDomainInfo

type RemoteDomainInfo struct {
	// DomainName: string, required
	DomainName terra.StringValue `hcl:"domain_name,attr" validate:"required"`
	// OwnerId: string, required
	OwnerId terra.StringValue `hcl:"owner_id,attr" validate:"required"`
	// Region: string, required
	Region terra.StringValue `hcl:"region,attr" validate:"required"`
}

type RemoteDomainInfoAttributes

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

func (RemoteDomainInfoAttributes) DomainName

func (rdi RemoteDomainInfoAttributes) DomainName() terra.StringValue

func (RemoteDomainInfoAttributes) InternalRef

func (rdi RemoteDomainInfoAttributes) InternalRef() (terra.Reference, error)

func (RemoteDomainInfoAttributes) InternalTokens

func (rdi RemoteDomainInfoAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RemoteDomainInfoAttributes) InternalWithRef

func (RemoteDomainInfoAttributes) OwnerId

func (RemoteDomainInfoAttributes) Region

type RemoteDomainInfoState

type RemoteDomainInfoState struct {
	DomainName string `json:"domain_name"`
	OwnerId    string `json:"owner_id"`
	Region     string `json:"region"`
}

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

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

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
}

Jump to

Keyboard shortcuts

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