Documentation ¶
Index ¶
- type Args
- type DispatchRules
- type DispatchRulesAttributes
- func (dr DispatchRulesAttributes) Domain() terra.StringValue
- func (dr DispatchRulesAttributes) InternalRef() (terra.Reference, error)
- func (dr DispatchRulesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (dr DispatchRulesAttributes) InternalWithRef(ref terra.Reference) DispatchRulesAttributes
- func (dr DispatchRulesAttributes) Path() terra.StringValue
- func (dr DispatchRulesAttributes) Service() terra.StringValue
- type DispatchRulesState
- type Resource
- func (gaeaudr *Resource) Attributes() googleAppEngineApplicationUrlDispatchRulesAttributes
- func (gaeaudr *Resource) Configuration() interface{}
- func (gaeaudr *Resource) DependOn() terra.Reference
- func (gaeaudr *Resource) Dependencies() terra.Dependencies
- func (gaeaudr *Resource) ImportState(state io.Reader) error
- func (gaeaudr *Resource) LifecycleManagement() *terra.Lifecycle
- func (gaeaudr *Resource) LocalName() string
- func (gaeaudr *Resource) State() (*googleAppEngineApplicationUrlDispatchRulesState, bool)
- func (gaeaudr *Resource) StateMust() *googleAppEngineApplicationUrlDispatchRulesState
- func (gaeaudr *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 { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // DispatchRules: min=1 DispatchRules []DispatchRules `hcl:"dispatch_rules,block" validate:"min=1"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_app_engine_application_url_dispatch_rules.
type DispatchRules ¶
type DispatchRules struct { // Domain: string, optional Domain terra.StringValue `hcl:"domain,attr"` // Path: string, required Path terra.StringValue `hcl:"path,attr" validate:"required"` // Service: string, required Service terra.StringValue `hcl:"service,attr" validate:"required"` }
type DispatchRulesAttributes ¶
type DispatchRulesAttributes struct {
// contains filtered or unexported fields
}
func (DispatchRulesAttributes) Domain ¶
func (dr DispatchRulesAttributes) Domain() terra.StringValue
func (DispatchRulesAttributes) InternalRef ¶
func (dr DispatchRulesAttributes) InternalRef() (terra.Reference, error)
func (DispatchRulesAttributes) InternalTokens ¶
func (dr DispatchRulesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DispatchRulesAttributes) InternalWithRef ¶
func (dr DispatchRulesAttributes) InternalWithRef(ref terra.Reference) DispatchRulesAttributes
func (DispatchRulesAttributes) Path ¶
func (dr DispatchRulesAttributes) Path() terra.StringValue
func (DispatchRulesAttributes) Service ¶
func (dr DispatchRulesAttributes) Service() terra.StringValue
type DispatchRulesState ¶
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_app_engine_application_url_dispatch_rules.
func (*Resource) Attributes ¶
func (gaeaudr *Resource) Attributes() googleAppEngineApplicationUrlDispatchRulesAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gaeaudr *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gaeaudr *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.