Documentation ¶
Index ¶
- type Accepter
- type AccepterAttributes
- func (a AccepterAttributes) AllowClassicLinkToRemoteVpc() terra.BoolValue
- func (a AccepterAttributes) AllowRemoteVpcDnsResolution() terra.BoolValue
- func (a AccepterAttributes) AllowVpcToRemoteClassicLink() terra.BoolValue
- func (a AccepterAttributes) InternalRef() (terra.Reference, error)
- func (a AccepterAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (a AccepterAttributes) InternalWithRef(ref terra.Reference) AccepterAttributes
- type AccepterState
- type Requester
- type RequesterAttributes
- func (r RequesterAttributes) AllowClassicLinkToRemoteVpc() terra.BoolValue
- func (r RequesterAttributes) AllowRemoteVpcDnsResolution() terra.BoolValue
- func (r RequesterAttributes) AllowVpcToRemoteClassicLink() terra.BoolValue
- func (r RequesterAttributes) InternalRef() (terra.Reference, error)
- func (r RequesterAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (r RequesterAttributes) InternalWithRef(ref terra.Reference) RequesterAttributes
- type RequesterState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
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 (AccepterAttributes) AllowVpcToRemoteClassicLink ¶
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 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 (RequesterAttributes) AllowVpcToRemoteClassicLink ¶
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 Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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 ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.