Documentation ¶
Index ¶
- type ApplicationEndpoint
- type ApplicationEndpointAttributes
- func (ae ApplicationEndpointAttributes) Host() terra.StringValue
- func (ae ApplicationEndpointAttributes) InternalRef() (terra.Reference, error)
- func (ae ApplicationEndpointAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ae ApplicationEndpointAttributes) InternalWithRef(ref terra.Reference) ApplicationEndpointAttributes
- func (ae ApplicationEndpointAttributes) Port() terra.NumberValue
- type ApplicationEndpointState
- type Args
- type DataApplicationEndpointAttributes
- func (ae DataApplicationEndpointAttributes) Host() terra.StringValue
- func (ae DataApplicationEndpointAttributes) InternalRef() (terra.Reference, error)
- func (ae DataApplicationEndpointAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ae DataApplicationEndpointAttributes) InternalWithRef(ref terra.Reference) DataApplicationEndpointAttributes
- func (ae DataApplicationEndpointAttributes) Port() terra.NumberValue
- type DataApplicationEndpointState
- type DataArgs
- type DataGatewayAttributes
- func (g DataGatewayAttributes) AppGateway() terra.StringValue
- func (g DataGatewayAttributes) IngressPort() terra.NumberValue
- func (g DataGatewayAttributes) InternalRef() (terra.Reference, error)
- func (g DataGatewayAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (g DataGatewayAttributes) InternalWithRef(ref terra.Reference) DataGatewayAttributes
- func (g DataGatewayAttributes) Type() terra.StringValue
- func (g DataGatewayAttributes) Uri() terra.StringValue
- type DataGatewayState
- type DataSource
- type Gateway
- type GatewayAttributes
- func (g GatewayAttributes) AppGateway() terra.StringValue
- func (g GatewayAttributes) IngressPort() terra.NumberValue
- func (g GatewayAttributes) InternalRef() (terra.Reference, error)
- func (g GatewayAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (g GatewayAttributes) InternalWithRef(ref terra.Reference) GatewayAttributes
- func (g GatewayAttributes) Type() terra.StringValue
- func (g GatewayAttributes) Uri() terra.StringValue
- type GatewayState
- type Resource
- func (gbac *Resource) Attributes() googleBeyondcorpAppConnectionAttributes
- func (gbac *Resource) Configuration() interface{}
- func (gbac *Resource) DependOn() terra.Reference
- func (gbac *Resource) Dependencies() terra.Dependencies
- func (gbac *Resource) ImportState(state io.Reader) error
- func (gbac *Resource) LifecycleManagement() *terra.Lifecycle
- func (gbac *Resource) LocalName() string
- func (gbac *Resource) State() (*googleBeyondcorpAppConnectionState, bool)
- func (gbac *Resource) StateMust() *googleBeyondcorpAppConnectionState
- func (gbac *Resource) Type() string
- 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 ApplicationEndpoint ¶
type ApplicationEndpoint struct { // Host: string, required Host terra.StringValue `hcl:"host,attr" validate:"required"` // Port: number, required Port terra.NumberValue `hcl:"port,attr" validate:"required"` }
type ApplicationEndpointAttributes ¶
type ApplicationEndpointAttributes struct {
// contains filtered or unexported fields
}
func (ApplicationEndpointAttributes) Host ¶
func (ae ApplicationEndpointAttributes) Host() terra.StringValue
func (ApplicationEndpointAttributes) InternalRef ¶
func (ae ApplicationEndpointAttributes) InternalRef() (terra.Reference, error)
func (ApplicationEndpointAttributes) InternalTokens ¶
func (ae ApplicationEndpointAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ApplicationEndpointAttributes) InternalWithRef ¶
func (ae ApplicationEndpointAttributes) InternalWithRef(ref terra.Reference) ApplicationEndpointAttributes
func (ApplicationEndpointAttributes) Port ¶
func (ae ApplicationEndpointAttributes) Port() terra.NumberValue
type Args ¶
type Args struct { // Connectors: list of string, optional Connectors terra.ListValue[terra.StringValue] `hcl:"connectors,attr"` // DisplayName: string, optional DisplayName terra.StringValue `hcl:"display_name,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Labels: map of string, optional Labels terra.MapValue[terra.StringValue] `hcl:"labels,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // Region: string, optional Region terra.StringValue `hcl:"region,attr"` // Type: string, optional Type terra.StringValue `hcl:"type,attr"` // ApplicationEndpoint: required ApplicationEndpoint *ApplicationEndpoint `hcl:"application_endpoint,block" validate:"required"` // Gateway: optional Gateway *Gateway `hcl:"gateway,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_beyondcorp_app_connection.
type DataApplicationEndpointAttributes ¶
type DataApplicationEndpointAttributes struct {
// contains filtered or unexported fields
}
func (DataApplicationEndpointAttributes) Host ¶
func (ae DataApplicationEndpointAttributes) Host() terra.StringValue
func (DataApplicationEndpointAttributes) InternalRef ¶
func (ae DataApplicationEndpointAttributes) InternalRef() (terra.Reference, error)
func (DataApplicationEndpointAttributes) InternalTokens ¶
func (ae DataApplicationEndpointAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataApplicationEndpointAttributes) InternalWithRef ¶
func (ae DataApplicationEndpointAttributes) InternalWithRef(ref terra.Reference) DataApplicationEndpointAttributes
func (DataApplicationEndpointAttributes) Port ¶
func (ae DataApplicationEndpointAttributes) Port() terra.NumberValue
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // Region: string, optional Region terra.StringValue `hcl:"region,attr"` }
DataArgs contains the configurations for google_beyondcorp_app_connection.
type DataGatewayAttributes ¶
type DataGatewayAttributes struct {
// contains filtered or unexported fields
}
func (DataGatewayAttributes) AppGateway ¶
func (g DataGatewayAttributes) AppGateway() terra.StringValue
func (DataGatewayAttributes) IngressPort ¶
func (g DataGatewayAttributes) IngressPort() terra.NumberValue
func (DataGatewayAttributes) InternalRef ¶
func (g DataGatewayAttributes) InternalRef() (terra.Reference, error)
func (DataGatewayAttributes) InternalTokens ¶
func (g DataGatewayAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataGatewayAttributes) InternalWithRef ¶
func (g DataGatewayAttributes) InternalWithRef(ref terra.Reference) DataGatewayAttributes
func (DataGatewayAttributes) Type ¶
func (g DataGatewayAttributes) Type() terra.StringValue
func (DataGatewayAttributes) Uri ¶
func (g DataGatewayAttributes) Uri() terra.StringValue
type DataGatewayState ¶
type DataSource ¶
DataSource represents the Terraform data resource google_beyondcorp_app_connection.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (gbac *DataSource) Attributes() dataGoogleBeyondcorpAppConnectionAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (gbac *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (gbac *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (gbac *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type Gateway ¶
type Gateway struct { // AppGateway: string, required AppGateway terra.StringValue `hcl:"app_gateway,attr" validate:"required"` // Type: string, optional Type terra.StringValue `hcl:"type,attr"` }
type GatewayAttributes ¶
type GatewayAttributes struct {
// contains filtered or unexported fields
}
func (GatewayAttributes) AppGateway ¶
func (g GatewayAttributes) AppGateway() terra.StringValue
func (GatewayAttributes) IngressPort ¶
func (g GatewayAttributes) IngressPort() terra.NumberValue
func (GatewayAttributes) InternalRef ¶
func (g GatewayAttributes) InternalRef() (terra.Reference, error)
func (GatewayAttributes) InternalTokens ¶
func (g GatewayAttributes) InternalTokens() (hclwrite.Tokens, error)
func (GatewayAttributes) InternalWithRef ¶
func (g GatewayAttributes) InternalWithRef(ref terra.Reference) GatewayAttributes
func (GatewayAttributes) Type ¶
func (g GatewayAttributes) Type() terra.StringValue
func (GatewayAttributes) Uri ¶
func (g GatewayAttributes) Uri() terra.StringValue
type GatewayState ¶
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 google_beyondcorp_app_connection.
func (*Resource) Attributes ¶
func (gbac *Resource) Attributes() googleBeyondcorpAppConnectionAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gbac *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gbac *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.
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