Documentation ¶
Index ¶
- type Accepter
- type AccepterAttributes
- type AccepterState
- type Args
- type Requester
- type RequesterAttributes
- type RequesterState
- type Resource
- func (avpco *Resource) Attributes() awsVpcPeeringConnectionOptionsAttributes
- func (avpco *Resource) Configuration() interface{}
- func (avpco *Resource) DependOn() terra.Reference
- func (avpco *Resource) Dependencies() terra.Dependencies
- func (avpco *Resource) ImportState(state io.Reader) error
- func (avpco *Resource) LifecycleManagement() *terra.Lifecycle
- func (avpco *Resource) LocalName() string
- func (avpco *Resource) State() (*awsVpcPeeringConnectionOptionsState, bool)
- func (avpco *Resource) StateMust() *awsVpcPeeringConnectionOptionsState
- func (avpco *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // VpcPeeringConnectionId: string, required VpcPeeringConnectionId terra.StringValue `hcl:"vpc_peering_connection_id,attr" validate:"required"` // Accepter: optional Accepter *Accepter `hcl:"accepter,block"` // Requester: optional Requester *Requester `hcl:"requester,block"` }
Args contains the configurations for aws_vpc_peering_connection_options.
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 Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_vpc_peering_connection_options.
func (*Resource) Attributes ¶
func (avpco *Resource) Attributes() awsVpcPeeringConnectionOptionsAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (avpco *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (avpco *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
Click to show internal directories.
Click to hide internal directories.