Documentation ¶
Index ¶
- func NetworkServicesLbRouteExtension_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func NetworkServicesLbRouteExtension_IsConstruct(x interface{}) *bool
- func NetworkServicesLbRouteExtension_IsTerraformElement(x interface{}) *bool
- func NetworkServicesLbRouteExtension_IsTerraformResource(x interface{}) *bool
- func NetworkServicesLbRouteExtension_TfResourceType() *string
- func NewNetworkServicesLbRouteExtensionExtensionChainsExtensionsList_Override(n NetworkServicesLbRouteExtensionExtensionChainsExtensionsList, ...)
- func NewNetworkServicesLbRouteExtensionExtensionChainsExtensionsOutputReference_Override(n NetworkServicesLbRouteExtensionExtensionChainsExtensionsOutputReference, ...)
- func NewNetworkServicesLbRouteExtensionExtensionChainsList_Override(n NetworkServicesLbRouteExtensionExtensionChainsList, ...)
- func NewNetworkServicesLbRouteExtensionExtensionChainsMatchConditionOutputReference_Override(n NetworkServicesLbRouteExtensionExtensionChainsMatchConditionOutputReference, ...)
- func NewNetworkServicesLbRouteExtensionExtensionChainsOutputReference_Override(n NetworkServicesLbRouteExtensionExtensionChainsOutputReference, ...)
- func NewNetworkServicesLbRouteExtensionTimeoutsOutputReference_Override(n NetworkServicesLbRouteExtensionTimeoutsOutputReference, ...)
- func NewNetworkServicesLbRouteExtension_Override(n NetworkServicesLbRouteExtension, scope constructs.Construct, id *string, ...)
- type NetworkServicesLbRouteExtension
- type NetworkServicesLbRouteExtensionConfig
- type NetworkServicesLbRouteExtensionExtensionChains
- type NetworkServicesLbRouteExtensionExtensionChainsExtensions
- type NetworkServicesLbRouteExtensionExtensionChainsExtensionsList
- type NetworkServicesLbRouteExtensionExtensionChainsExtensionsOutputReference
- type NetworkServicesLbRouteExtensionExtensionChainsList
- type NetworkServicesLbRouteExtensionExtensionChainsMatchCondition
- type NetworkServicesLbRouteExtensionExtensionChainsMatchConditionOutputReference
- type NetworkServicesLbRouteExtensionExtensionChainsOutputReference
- type NetworkServicesLbRouteExtensionTimeouts
- type NetworkServicesLbRouteExtensionTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NetworkServicesLbRouteExtension_GenerateConfigForImport ¶
func NetworkServicesLbRouteExtension_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a NetworkServicesLbRouteExtension resource upon running "cdktf plan <stack-name>".
func NetworkServicesLbRouteExtension_IsConstruct ¶
func NetworkServicesLbRouteExtension_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func NetworkServicesLbRouteExtension_IsTerraformElement ¶
func NetworkServicesLbRouteExtension_IsTerraformElement(x interface{}) *bool
Experimental.
func NetworkServicesLbRouteExtension_IsTerraformResource ¶
func NetworkServicesLbRouteExtension_IsTerraformResource(x interface{}) *bool
Experimental.
func NetworkServicesLbRouteExtension_TfResourceType ¶
func NetworkServicesLbRouteExtension_TfResourceType() *string
func NewNetworkServicesLbRouteExtensionExtensionChainsExtensionsList_Override ¶
func NewNetworkServicesLbRouteExtensionExtensionChainsExtensionsList_Override(n NetworkServicesLbRouteExtensionExtensionChainsExtensionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewNetworkServicesLbRouteExtensionExtensionChainsExtensionsOutputReference_Override ¶
func NewNetworkServicesLbRouteExtensionExtensionChainsExtensionsOutputReference_Override(n NetworkServicesLbRouteExtensionExtensionChainsExtensionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewNetworkServicesLbRouteExtensionExtensionChainsList_Override ¶
func NewNetworkServicesLbRouteExtensionExtensionChainsList_Override(n NetworkServicesLbRouteExtensionExtensionChainsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewNetworkServicesLbRouteExtensionExtensionChainsMatchConditionOutputReference_Override ¶
func NewNetworkServicesLbRouteExtensionExtensionChainsMatchConditionOutputReference_Override(n NetworkServicesLbRouteExtensionExtensionChainsMatchConditionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewNetworkServicesLbRouteExtensionExtensionChainsOutputReference_Override ¶
func NewNetworkServicesLbRouteExtensionExtensionChainsOutputReference_Override(n NetworkServicesLbRouteExtensionExtensionChainsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewNetworkServicesLbRouteExtensionTimeoutsOutputReference_Override ¶
func NewNetworkServicesLbRouteExtensionTimeoutsOutputReference_Override(n NetworkServicesLbRouteExtensionTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewNetworkServicesLbRouteExtension_Override ¶
func NewNetworkServicesLbRouteExtension_Override(n NetworkServicesLbRouteExtension, scope constructs.Construct, id *string, config *NetworkServicesLbRouteExtensionConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension google_network_services_lb_route_extension} Resource.
Types ¶
type NetworkServicesLbRouteExtension ¶
type NetworkServicesLbRouteExtension interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string EffectiveLabels() cdktf.StringMap ExtensionChains() NetworkServicesLbRouteExtensionExtensionChainsList ExtensionChainsInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) ForwardingRules() *[]*string SetForwardingRules(val *[]*string) ForwardingRulesInput() *[]*string // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LoadBalancingScheme() *string SetLoadBalancingScheme(val *string) LoadBalancingSchemeInput() *string Location() *string SetLocation(val *string) LocationInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() NetworkServicesLbRouteExtensionTimeoutsOutputReference TimeoutsInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutExtensionChains(value interface{}) PutTimeouts(value *NetworkServicesLbRouteExtensionTimeouts) ResetDescription() ResetId() ResetLabels() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension google_network_services_lb_route_extension}.
func NewNetworkServicesLbRouteExtension ¶
func NewNetworkServicesLbRouteExtension(scope constructs.Construct, id *string, config *NetworkServicesLbRouteExtensionConfig) NetworkServicesLbRouteExtension
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension google_network_services_lb_route_extension} Resource.
type NetworkServicesLbRouteExtensionConfig ¶
type NetworkServicesLbRouteExtensionConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // extension_chains block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#extension_chains NetworkServicesLbRouteExtension#extension_chains} ExtensionChains interface{} `field:"required" json:"extensionChains" yaml:"extensionChains"` // A list of references to the forwarding rules to which this service extension is attached to. // // At least one forwarding rule is required. There can be only one LbRouteExtension resource per forwarding rule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#forwarding_rules NetworkServicesLbRouteExtension#forwarding_rules} ForwardingRules *[]*string `field:"required" json:"forwardingRules" yaml:"forwardingRules"` // All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. // // For more information, refer to [Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service) and // [Supported application load balancers](https://cloud.google.com/service-extensions/docs/callouts-overview#supported-lbs). Possible values: ["INTERNAL_MANAGED", "EXTERNAL_MANAGED"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#load_balancing_scheme NetworkServicesLbRouteExtension#load_balancing_scheme} LoadBalancingScheme *string `field:"required" json:"loadBalancingScheme" yaml:"loadBalancingScheme"` // The location of the route extension. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#location NetworkServicesLbRouteExtension#location} Location *string `field:"required" json:"location" yaml:"location"` // Name of the LbRouteExtension resource in the following format: projects/{project}/locations/{location}/lbRouteExtensions/{lbRouteExtension}. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#name NetworkServicesLbRouteExtension#name} Name *string `field:"required" json:"name" yaml:"name"` // A human-readable description of the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#description NetworkServicesLbRouteExtension#description} Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#id NetworkServicesLbRouteExtension#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // Set of labels associated with the LbRouteExtension resource. // // **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. // Please refer to the field 'effective_labels' for all of the labels present on the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#labels NetworkServicesLbRouteExtension#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#project NetworkServicesLbRouteExtension#project}. Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#timeouts NetworkServicesLbRouteExtension#timeouts} Timeouts *NetworkServicesLbRouteExtensionTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type NetworkServicesLbRouteExtensionExtensionChains ¶
type NetworkServicesLbRouteExtensionExtensionChains struct { // extensions block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#extensions NetworkServicesLbRouteExtension#extensions} Extensions interface{} `field:"required" json:"extensions" yaml:"extensions"` // match_condition block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#match_condition NetworkServicesLbRouteExtension#match_condition} MatchCondition *NetworkServicesLbRouteExtensionExtensionChainsMatchCondition `field:"required" json:"matchCondition" yaml:"matchCondition"` // The name for this extension chain. // // The name is logged as part of the HTTP request logs. // The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens, // and can have a maximum length of 63 characters. Additionally, the first character must be a letter // and the last character must be a letter or a number. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#name NetworkServicesLbRouteExtension#name} Name *string `field:"required" json:"name" yaml:"name"` }
type NetworkServicesLbRouteExtensionExtensionChainsExtensions ¶
type NetworkServicesLbRouteExtensionExtensionChainsExtensions struct { // The name for this extension. // // The name is logged as part of the HTTP request logs. // The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens, // and can have a maximum length of 63 characters. Additionally, the first character must be a letter // and the last a letter or a number. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#name NetworkServicesLbRouteExtension#name} Name *string `field:"required" json:"name" yaml:"name"` // The reference to the service that runs the extension. Must be a reference to a backend service. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#service NetworkServicesLbRouteExtension#service} Service *string `field:"required" json:"service" yaml:"service"` // The :authority header in the gRPC request sent from Envoy to the extension service. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#authority NetworkServicesLbRouteExtension#authority} Authority *string `field:"optional" json:"authority" yaml:"authority"` // Determines how the proxy behaves if the call to the extension fails or times out. // // When set to TRUE, request or response processing continues without error. // Any subsequent extensions in the extension chain are also executed. // When set to FALSE: * If response headers have not been delivered to the downstream client, // a generic 500 error is returned to the client. The error response can be tailored by // configuring a custom error response in the load balancer. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#fail_open NetworkServicesLbRouteExtension#fail_open} FailOpen interface{} `field:"optional" json:"failOpen" yaml:"failOpen"` // List of the HTTP headers to forward to the extension (from the client or backend). // // If omitted, all headers are sent. Each element is a string indicating the header name. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#forward_headers NetworkServicesLbRouteExtension#forward_headers} ForwardHeaders *[]*string `field:"optional" json:"forwardHeaders" yaml:"forwardHeaders"` // Specifies the timeout for each individual message on the stream. // // The timeout must be between 10-1000 milliseconds. // A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#timeout NetworkServicesLbRouteExtension#timeout} Timeout *string `field:"optional" json:"timeout" yaml:"timeout"` }
type NetworkServicesLbRouteExtensionExtensionChainsExtensionsList ¶
type NetworkServicesLbRouteExtensionExtensionChainsExtensionsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) NetworkServicesLbRouteExtensionExtensionChainsExtensionsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNetworkServicesLbRouteExtensionExtensionChainsExtensionsList ¶
func NewNetworkServicesLbRouteExtensionExtensionChainsExtensionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NetworkServicesLbRouteExtensionExtensionChainsExtensionsList
type NetworkServicesLbRouteExtensionExtensionChainsExtensionsOutputReference ¶
type NetworkServicesLbRouteExtensionExtensionChainsExtensionsOutputReference interface { cdktf.ComplexObject Authority() *string SetAuthority(val *string) AuthorityInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string FailOpen() interface{} SetFailOpen(val interface{}) FailOpenInput() interface{} ForwardHeaders() *[]*string SetForwardHeaders(val *[]*string) ForwardHeadersInput() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string Service() *string SetService(val *string) ServiceInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Timeout() *string SetTimeout(val *string) TimeoutInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetAuthority() ResetFailOpen() ResetForwardHeaders() ResetTimeout() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNetworkServicesLbRouteExtensionExtensionChainsExtensionsOutputReference ¶
func NewNetworkServicesLbRouteExtensionExtensionChainsExtensionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) NetworkServicesLbRouteExtensionExtensionChainsExtensionsOutputReference
type NetworkServicesLbRouteExtensionExtensionChainsList ¶
type NetworkServicesLbRouteExtensionExtensionChainsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) NetworkServicesLbRouteExtensionExtensionChainsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNetworkServicesLbRouteExtensionExtensionChainsList ¶
func NewNetworkServicesLbRouteExtensionExtensionChainsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NetworkServicesLbRouteExtensionExtensionChainsList
type NetworkServicesLbRouteExtensionExtensionChainsMatchCondition ¶
type NetworkServicesLbRouteExtensionExtensionChainsMatchCondition struct { // A Common Expression Language (CEL) expression that is used to match requests for which the extension chain is executed. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#cel_expression NetworkServicesLbRouteExtension#cel_expression} CelExpression *string `field:"required" json:"celExpression" yaml:"celExpression"` }
type NetworkServicesLbRouteExtensionExtensionChainsMatchConditionOutputReference ¶
type NetworkServicesLbRouteExtensionExtensionChainsMatchConditionOutputReference interface { cdktf.ComplexObject CelExpression() *string SetCelExpression(val *string) CelExpressionInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *NetworkServicesLbRouteExtensionExtensionChainsMatchCondition SetInternalValue(val *NetworkServicesLbRouteExtensionExtensionChainsMatchCondition) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNetworkServicesLbRouteExtensionExtensionChainsMatchConditionOutputReference ¶
func NewNetworkServicesLbRouteExtensionExtensionChainsMatchConditionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) NetworkServicesLbRouteExtensionExtensionChainsMatchConditionOutputReference
type NetworkServicesLbRouteExtensionExtensionChainsOutputReference ¶
type NetworkServicesLbRouteExtensionExtensionChainsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Extensions() NetworkServicesLbRouteExtensionExtensionChainsExtensionsList ExtensionsInput() interface{} // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) MatchCondition() NetworkServicesLbRouteExtensionExtensionChainsMatchConditionOutputReference MatchConditionInput() *NetworkServicesLbRouteExtensionExtensionChainsMatchCondition Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutExtensions(value interface{}) PutMatchCondition(value *NetworkServicesLbRouteExtensionExtensionChainsMatchCondition) // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNetworkServicesLbRouteExtensionExtensionChainsOutputReference ¶
func NewNetworkServicesLbRouteExtensionExtensionChainsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) NetworkServicesLbRouteExtensionExtensionChainsOutputReference
type NetworkServicesLbRouteExtensionTimeouts ¶
type NetworkServicesLbRouteExtensionTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#create NetworkServicesLbRouteExtension#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#delete NetworkServicesLbRouteExtension#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.39.0/docs/resources/network_services_lb_route_extension#update NetworkServicesLbRouteExtension#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type NetworkServicesLbRouteExtensionTimeoutsOutputReference ¶
type NetworkServicesLbRouteExtensionTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewNetworkServicesLbRouteExtensionTimeoutsOutputReference ¶
func NewNetworkServicesLbRouteExtensionTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) NetworkServicesLbRouteExtensionTimeoutsOutputReference
Source Files ¶
- NetworkServicesLbRouteExtension.go
- NetworkServicesLbRouteExtensionConfig.go
- NetworkServicesLbRouteExtensionExtensionChains.go
- NetworkServicesLbRouteExtensionExtensionChainsExtensions.go
- NetworkServicesLbRouteExtensionExtensionChainsExtensionsList.go
- NetworkServicesLbRouteExtensionExtensionChainsExtensionsList__checks.go
- NetworkServicesLbRouteExtensionExtensionChainsExtensionsOutputReference.go
- NetworkServicesLbRouteExtensionExtensionChainsExtensionsOutputReference__checks.go
- NetworkServicesLbRouteExtensionExtensionChainsList.go
- NetworkServicesLbRouteExtensionExtensionChainsList__checks.go
- NetworkServicesLbRouteExtensionExtensionChainsMatchCondition.go
- NetworkServicesLbRouteExtensionExtensionChainsMatchConditionOutputReference.go
- NetworkServicesLbRouteExtensionExtensionChainsMatchConditionOutputReference__checks.go
- NetworkServicesLbRouteExtensionExtensionChainsOutputReference.go
- NetworkServicesLbRouteExtensionExtensionChainsOutputReference__checks.go
- NetworkServicesLbRouteExtensionTimeouts.go
- NetworkServicesLbRouteExtensionTimeoutsOutputReference.go
- NetworkServicesLbRouteExtensionTimeoutsOutputReference__checks.go
- NetworkServicesLbRouteExtension__checks.go
- main.go