vpcpeeringconnectionaccepter

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 Accepter

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

type AccepterAttributes

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

func (AccepterAttributes) AllowClassicLinkToRemoteVpc

func (a AccepterAttributes) AllowClassicLinkToRemoteVpc() terra.BoolValue

func (AccepterAttributes) AllowRemoteVpcDnsResolution

func (a AccepterAttributes) AllowRemoteVpcDnsResolution() terra.BoolValue
func (a AccepterAttributes) AllowVpcToRemoteClassicLink() 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 {
	AllowClassicLinkToRemoteVpc bool `json:"allow_classic_link_to_remote_vpc"`
	AllowRemoteVpcDnsResolution bool `json:"allow_remote_vpc_dns_resolution"`
	AllowVpcToRemoteClassicLink bool `json:"allow_vpc_to_remote_classic_link"`
}

type Requester

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

type RequesterAttributes

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

func (RequesterAttributes) AllowClassicLinkToRemoteVpc

func (r RequesterAttributes) AllowClassicLinkToRemoteVpc() terra.BoolValue

func (RequesterAttributes) AllowRemoteVpcDnsResolution

func (r RequesterAttributes) AllowRemoteVpcDnsResolution() terra.BoolValue
func (r RequesterAttributes) AllowVpcToRemoteClassicLink() 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 {
	AllowClassicLinkToRemoteVpc bool `json:"allow_classic_link_to_remote_vpc"`
	AllowRemoteVpcDnsResolution bool `json:"allow_remote_vpc_dns_resolution"`
	AllowVpcToRemoteClassicLink bool `json:"allow_vpc_to_remote_classic_link"`
}

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