Documentation ¶
Index ¶
- type Args
- type Resource
- func (gcthp *Resource) Attributes() googleComputeTargetHttpsProxyAttributes
- func (gcthp *Resource) Configuration() interface{}
- func (gcthp *Resource) DependOn() terra.Reference
- func (gcthp *Resource) Dependencies() terra.Dependencies
- func (gcthp *Resource) ImportState(state io.Reader) error
- func (gcthp *Resource) LifecycleManagement() *terra.Lifecycle
- func (gcthp *Resource) LocalName() string
- func (gcthp *Resource) State() (*googleComputeTargetHttpsProxyState, bool)
- func (gcthp *Resource) StateMust() *googleComputeTargetHttpsProxyState
- func (gcthp *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 { // CertificateManagerCertificates: list of string, optional CertificateManagerCertificates terra.ListValue[terra.StringValue] `hcl:"certificate_manager_certificates,attr"` // CertificateMap: string, optional CertificateMap terra.StringValue `hcl:"certificate_map,attr"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // HttpKeepAliveTimeoutSec: number, optional HttpKeepAliveTimeoutSec terra.NumberValue `hcl:"http_keep_alive_timeout_sec,attr"` // 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"` // ProxyBind: bool, optional ProxyBind terra.BoolValue `hcl:"proxy_bind,attr"` // QuicOverride: string, optional QuicOverride terra.StringValue `hcl:"quic_override,attr"` // ServerTlsPolicy: string, optional ServerTlsPolicy terra.StringValue `hcl:"server_tls_policy,attr"` // SslCertificates: list of string, optional SslCertificates terra.ListValue[terra.StringValue] `hcl:"ssl_certificates,attr"` // SslPolicy: string, optional SslPolicy terra.StringValue `hcl:"ssl_policy,attr"` // UrlMap: string, required UrlMap terra.StringValue `hcl:"url_map,attr" validate:"required"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_compute_target_https_proxy.
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_compute_target_https_proxy.
func (*Resource) Attributes ¶
func (gcthp *Resource) Attributes() googleComputeTargetHttpsProxyAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gcthp *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gcthp *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.