Documentation ¶
Index ¶
- type Args
- type Features
- type FeaturesAttributes
- type FeaturesState
- type GenericWebService
- type GenericWebServiceAttributes
- func (gws GenericWebServiceAttributes) InternalRef() (terra.Reference, error)
- func (gws GenericWebServiceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (gws GenericWebServiceAttributes) InternalWithRef(ref terra.Reference) GenericWebServiceAttributes
- func (gws GenericWebServiceAttributes) Password() terra.StringValue
- func (gws GenericWebServiceAttributes) RequestHeaders() terra.MapValue[terra.StringValue]
- func (gws GenericWebServiceAttributes) Uri() terra.StringValue
- func (gws GenericWebServiceAttributes) Username() terra.StringValue
- type GenericWebServiceState
- type Resource
- func (gdf *Resource) Attributes() googleDialogflowFulfillmentAttributes
- func (gdf *Resource) Configuration() interface{}
- func (gdf *Resource) DependOn() terra.Reference
- func (gdf *Resource) Dependencies() terra.Dependencies
- func (gdf *Resource) ImportState(state io.Reader) error
- func (gdf *Resource) LifecycleManagement() *terra.Lifecycle
- func (gdf *Resource) LocalName() string
- func (gdf *Resource) State() (*googleDialogflowFulfillmentState, bool)
- func (gdf *Resource) StateMust() *googleDialogflowFulfillmentState
- func (gdf *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 Args ¶
type Args struct { // DisplayName: string, required DisplayName terra.StringValue `hcl:"display_name,attr" validate:"required"` // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // Features: min=0 Features []Features `hcl:"features,block" validate:"min=0"` // GenericWebService: optional GenericWebService *GenericWebService `hcl:"generic_web_service,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_dialogflow_fulfillment.
type Features ¶
type Features struct { // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type FeaturesAttributes ¶
type FeaturesAttributes struct {
// contains filtered or unexported fields
}
func (FeaturesAttributes) InternalRef ¶
func (f FeaturesAttributes) InternalRef() (terra.Reference, error)
func (FeaturesAttributes) InternalTokens ¶
func (f FeaturesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (FeaturesAttributes) InternalWithRef ¶
func (f FeaturesAttributes) InternalWithRef(ref terra.Reference) FeaturesAttributes
func (FeaturesAttributes) Type ¶
func (f FeaturesAttributes) Type() terra.StringValue
type FeaturesState ¶
type FeaturesState struct {
Type string `json:"type"`
}
type GenericWebService ¶
type GenericWebService struct { // Password: string, optional Password terra.StringValue `hcl:"password,attr"` // RequestHeaders: map of string, optional RequestHeaders terra.MapValue[terra.StringValue] `hcl:"request_headers,attr"` // Uri: string, required Uri terra.StringValue `hcl:"uri,attr" validate:"required"` // Username: string, optional Username terra.StringValue `hcl:"username,attr"` }
type GenericWebServiceAttributes ¶
type GenericWebServiceAttributes struct {
// contains filtered or unexported fields
}
func (GenericWebServiceAttributes) InternalRef ¶
func (gws GenericWebServiceAttributes) InternalRef() (terra.Reference, error)
func (GenericWebServiceAttributes) InternalTokens ¶
func (gws GenericWebServiceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (GenericWebServiceAttributes) InternalWithRef ¶
func (gws GenericWebServiceAttributes) InternalWithRef(ref terra.Reference) GenericWebServiceAttributes
func (GenericWebServiceAttributes) Password ¶
func (gws GenericWebServiceAttributes) Password() terra.StringValue
func (GenericWebServiceAttributes) RequestHeaders ¶
func (gws GenericWebServiceAttributes) RequestHeaders() terra.MapValue[terra.StringValue]
func (GenericWebServiceAttributes) Uri ¶
func (gws GenericWebServiceAttributes) Uri() terra.StringValue
func (GenericWebServiceAttributes) Username ¶
func (gws GenericWebServiceAttributes) Username() terra.StringValue
type GenericWebServiceState ¶
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_dialogflow_fulfillment.
func (*Resource) Attributes ¶
func (gdf *Resource) Attributes() googleDialogflowFulfillmentAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gdf *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gdf *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
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.