vpcpeeringconnectionaccepter

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 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 Accepter

type Accepter struct {
	// AllowRemoteVpcDnsResolution: bool, optional
	AllowRemoteVpcDnsResolution terra.BoolValue `hcl:"allow_remote_vpc_dns_resolution,attr"`
}

type AccepterAttributes

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

func (AccepterAttributes) AllowRemoteVpcDnsResolution

func (a AccepterAttributes) AllowRemoteVpcDnsResolution() terra.BoolValue

func (AccepterAttributes) InternalRef

func (a AccepterAttributes) InternalRef() (terra.Reference, error)

func (AccepterAttributes) InternalTokens

func (a AccepterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AccepterAttributes) InternalWithRef

func (a AccepterAttributes) InternalWithRef(ref terra.Reference) AccepterAttributes

type AccepterState

type AccepterState struct {
	AllowRemoteVpcDnsResolution bool `json:"allow_remote_vpc_dns_resolution"`
}

type Requester

type Requester struct {
	// AllowRemoteVpcDnsResolution: bool, optional
	AllowRemoteVpcDnsResolution terra.BoolValue `hcl:"allow_remote_vpc_dns_resolution,attr"`
}

type RequesterAttributes

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

func (RequesterAttributes) AllowRemoteVpcDnsResolution

func (r RequesterAttributes) AllowRemoteVpcDnsResolution() terra.BoolValue

func (RequesterAttributes) InternalRef

func (r RequesterAttributes) InternalRef() (terra.Reference, error)

func (RequesterAttributes) InternalTokens

func (r RequesterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RequesterAttributes) InternalWithRef

func (r RequesterAttributes) InternalWithRef(ref terra.Reference) RequesterAttributes

type RequesterState

type RequesterState struct {
	AllowRemoteVpcDnsResolution bool `json:"allow_remote_vpc_dns_resolution"`
}

type Timeouts

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

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

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) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

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