Documentation ¶
Index ¶
- func NetworkServicesLbTrafficExtension_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func NetworkServicesLbTrafficExtension_IsConstruct(x interface{}) *bool
- func NetworkServicesLbTrafficExtension_IsTerraformElement(x interface{}) *bool
- func NetworkServicesLbTrafficExtension_IsTerraformResource(x interface{}) *bool
- func NetworkServicesLbTrafficExtension_TfResourceType() *string
- func NewNetworkServicesLbTrafficExtensionExtensionChainsExtensionsList_Override(n NetworkServicesLbTrafficExtensionExtensionChainsExtensionsList, ...)
- func NewNetworkServicesLbTrafficExtensionExtensionChainsExtensionsOutputReference_Override(n NetworkServicesLbTrafficExtensionExtensionChainsExtensionsOutputReference, ...)
- func NewNetworkServicesLbTrafficExtensionExtensionChainsList_Override(n NetworkServicesLbTrafficExtensionExtensionChainsList, ...)
- func NewNetworkServicesLbTrafficExtensionExtensionChainsMatchConditionOutputReference_Override(...)
- func NewNetworkServicesLbTrafficExtensionExtensionChainsOutputReference_Override(n NetworkServicesLbTrafficExtensionExtensionChainsOutputReference, ...)
- func NewNetworkServicesLbTrafficExtensionTimeoutsOutputReference_Override(n NetworkServicesLbTrafficExtensionTimeoutsOutputReference, ...)
- func NewNetworkServicesLbTrafficExtension_Override(n NetworkServicesLbTrafficExtension, scope constructs.Construct, id *string, ...)
- type NetworkServicesLbTrafficExtension
- type NetworkServicesLbTrafficExtensionConfig
- type NetworkServicesLbTrafficExtensionExtensionChains
- type NetworkServicesLbTrafficExtensionExtensionChainsExtensions
- type NetworkServicesLbTrafficExtensionExtensionChainsExtensionsList
- type NetworkServicesLbTrafficExtensionExtensionChainsExtensionsOutputReference
- type NetworkServicesLbTrafficExtensionExtensionChainsList
- type NetworkServicesLbTrafficExtensionExtensionChainsMatchCondition
- type NetworkServicesLbTrafficExtensionExtensionChainsMatchConditionOutputReference
- type NetworkServicesLbTrafficExtensionExtensionChainsOutputReference
- type NetworkServicesLbTrafficExtensionTimeouts
- type NetworkServicesLbTrafficExtensionTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NetworkServicesLbTrafficExtension_GenerateConfigForImport ¶
func NetworkServicesLbTrafficExtension_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a NetworkServicesLbTrafficExtension resource upon running "cdktf plan <stack-name>".
func NetworkServicesLbTrafficExtension_IsConstruct ¶
func NetworkServicesLbTrafficExtension_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 NetworkServicesLbTrafficExtension_IsTerraformElement ¶
func NetworkServicesLbTrafficExtension_IsTerraformElement(x interface{}) *bool
Experimental.
func NetworkServicesLbTrafficExtension_IsTerraformResource ¶
func NetworkServicesLbTrafficExtension_IsTerraformResource(x interface{}) *bool
Experimental.
func NetworkServicesLbTrafficExtension_TfResourceType ¶
func NetworkServicesLbTrafficExtension_TfResourceType() *string
func NewNetworkServicesLbTrafficExtensionExtensionChainsExtensionsList_Override ¶
func NewNetworkServicesLbTrafficExtensionExtensionChainsExtensionsList_Override(n NetworkServicesLbTrafficExtensionExtensionChainsExtensionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewNetworkServicesLbTrafficExtensionExtensionChainsExtensionsOutputReference_Override ¶
func NewNetworkServicesLbTrafficExtensionExtensionChainsExtensionsOutputReference_Override(n NetworkServicesLbTrafficExtensionExtensionChainsExtensionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewNetworkServicesLbTrafficExtensionExtensionChainsList_Override ¶
func NewNetworkServicesLbTrafficExtensionExtensionChainsList_Override(n NetworkServicesLbTrafficExtensionExtensionChainsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewNetworkServicesLbTrafficExtensionExtensionChainsMatchConditionOutputReference_Override ¶
func NewNetworkServicesLbTrafficExtensionExtensionChainsMatchConditionOutputReference_Override(n NetworkServicesLbTrafficExtensionExtensionChainsMatchConditionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewNetworkServicesLbTrafficExtensionExtensionChainsOutputReference_Override ¶
func NewNetworkServicesLbTrafficExtensionExtensionChainsOutputReference_Override(n NetworkServicesLbTrafficExtensionExtensionChainsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewNetworkServicesLbTrafficExtensionTimeoutsOutputReference_Override ¶
func NewNetworkServicesLbTrafficExtensionTimeoutsOutputReference_Override(n NetworkServicesLbTrafficExtensionTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewNetworkServicesLbTrafficExtension_Override ¶
func NewNetworkServicesLbTrafficExtension_Override(n NetworkServicesLbTrafficExtension, scope constructs.Construct, id *string, config *NetworkServicesLbTrafficExtensionConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension google_network_services_lb_traffic_extension} Resource.
Types ¶
type NetworkServicesLbTrafficExtension ¶
type NetworkServicesLbTrafficExtension 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() NetworkServicesLbTrafficExtensionExtensionChainsList 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() NetworkServicesLbTrafficExtensionTimeoutsOutputReference 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 *NetworkServicesLbTrafficExtensionTimeouts) ResetDescription() ResetId() ResetLabels() ResetLoadBalancingScheme() // 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.43.1/docs/resources/network_services_lb_traffic_extension google_network_services_lb_traffic_extension}.
func NewNetworkServicesLbTrafficExtension ¶
func NewNetworkServicesLbTrafficExtension(scope constructs.Construct, id *string, config *NetworkServicesLbTrafficExtensionConfig) NetworkServicesLbTrafficExtension
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension google_network_services_lb_traffic_extension} Resource.
type NetworkServicesLbTrafficExtensionConfig ¶
type NetworkServicesLbTrafficExtensionConfig 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.43.1/docs/resources/network_services_lb_traffic_extension#extension_chains NetworkServicesLbTrafficExtension#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 LBTrafficExtension resource per forwarding rule. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#forwarding_rules NetworkServicesLbTrafficExtension#forwarding_rules} ForwardingRules *[]*string `field:"required" json:"forwardingRules" yaml:"forwardingRules"` // The location of the traffic extension. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#location NetworkServicesLbTrafficExtension#location} Location *string `field:"required" json:"location" yaml:"location"` // Name of the LbTrafficExtension resource in the following format: projects/{project}/locations/{location}/lbTrafficExtensions/{lbTrafficExtension}. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#name NetworkServicesLbTrafficExtension#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.43.1/docs/resources/network_services_lb_traffic_extension#description NetworkServicesLbTrafficExtension#description} Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#id NetworkServicesLbTrafficExtension#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 LbTrafficExtension 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.43.1/docs/resources/network_services_lb_traffic_extension#labels NetworkServicesLbTrafficExtension#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // 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.43.1/docs/resources/network_services_lb_traffic_extension#load_balancing_scheme NetworkServicesLbTrafficExtension#load_balancing_scheme} LoadBalancingScheme *string `field:"optional" json:"loadBalancingScheme" yaml:"loadBalancingScheme"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#project NetworkServicesLbTrafficExtension#project}. Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#timeouts NetworkServicesLbTrafficExtension#timeouts} Timeouts *NetworkServicesLbTrafficExtensionTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type NetworkServicesLbTrafficExtensionExtensionChains ¶
type NetworkServicesLbTrafficExtensionExtensionChains struct { // extensions block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#extensions NetworkServicesLbTrafficExtension#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.43.1/docs/resources/network_services_lb_traffic_extension#match_condition NetworkServicesLbTrafficExtension#match_condition} MatchCondition *NetworkServicesLbTrafficExtensionExtensionChainsMatchCondition `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 a letter or a number. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#name NetworkServicesLbTrafficExtension#name} Name *string `field:"required" json:"name" yaml:"name"` }
type NetworkServicesLbTrafficExtensionExtensionChainsExtensions ¶
type NetworkServicesLbTrafficExtensionExtensionChainsExtensions 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.43.1/docs/resources/network_services_lb_traffic_extension#name NetworkServicesLbTrafficExtension#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.43.1/docs/resources/network_services_lb_traffic_extension#service NetworkServicesLbTrafficExtension#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.43.1/docs/resources/network_services_lb_traffic_extension#authority NetworkServicesLbTrafficExtension#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.43.1/docs/resources/network_services_lb_traffic_extension#fail_open NetworkServicesLbTrafficExtension#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.43.1/docs/resources/network_services_lb_traffic_extension#forward_headers NetworkServicesLbTrafficExtension#forward_headers} ForwardHeaders *[]*string `field:"optional" json:"forwardHeaders" yaml:"forwardHeaders"` // A set of events during request or response processing for which this extension is called. // // This field is required for the LbTrafficExtension resource. It's not relevant for the LbRouteExtension // resource. Possible values:'EVENT_TYPE_UNSPECIFIED', 'REQUEST_HEADERS', 'REQUEST_BODY', 'RESPONSE_HEADERS', // 'RESPONSE_BODY', 'RESPONSE_BODY' and 'RESPONSE_BODY'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#supported_events NetworkServicesLbTrafficExtension#supported_events} SupportedEvents *[]*string `field:"optional" json:"supportedEvents" yaml:"supportedEvents"` // 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.43.1/docs/resources/network_services_lb_traffic_extension#timeout NetworkServicesLbTrafficExtension#timeout} Timeout *string `field:"optional" json:"timeout" yaml:"timeout"` }
type NetworkServicesLbTrafficExtensionExtensionChainsExtensionsList ¶
type NetworkServicesLbTrafficExtensionExtensionChainsExtensionsList 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) NetworkServicesLbTrafficExtensionExtensionChainsExtensionsOutputReference // 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 NewNetworkServicesLbTrafficExtensionExtensionChainsExtensionsList ¶
func NewNetworkServicesLbTrafficExtensionExtensionChainsExtensionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NetworkServicesLbTrafficExtensionExtensionChainsExtensionsList
type NetworkServicesLbTrafficExtensionExtensionChainsExtensionsOutputReference ¶
type NetworkServicesLbTrafficExtensionExtensionChainsExtensionsOutputReference 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 SupportedEvents() *[]*string SetSupportedEvents(val *[]*string) SupportedEventsInput() *[]*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() ResetSupportedEvents() 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 NewNetworkServicesLbTrafficExtensionExtensionChainsExtensionsOutputReference ¶
func NewNetworkServicesLbTrafficExtensionExtensionChainsExtensionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) NetworkServicesLbTrafficExtensionExtensionChainsExtensionsOutputReference
type NetworkServicesLbTrafficExtensionExtensionChainsList ¶
type NetworkServicesLbTrafficExtensionExtensionChainsList 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) NetworkServicesLbTrafficExtensionExtensionChainsOutputReference // 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 NewNetworkServicesLbTrafficExtensionExtensionChainsList ¶
func NewNetworkServicesLbTrafficExtensionExtensionChainsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) NetworkServicesLbTrafficExtensionExtensionChainsList
type NetworkServicesLbTrafficExtensionExtensionChainsMatchCondition ¶
type NetworkServicesLbTrafficExtensionExtensionChainsMatchCondition 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.43.1/docs/resources/network_services_lb_traffic_extension#cel_expression NetworkServicesLbTrafficExtension#cel_expression} CelExpression *string `field:"required" json:"celExpression" yaml:"celExpression"` }
type NetworkServicesLbTrafficExtensionExtensionChainsMatchConditionOutputReference ¶
type NetworkServicesLbTrafficExtensionExtensionChainsMatchConditionOutputReference 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() *NetworkServicesLbTrafficExtensionExtensionChainsMatchCondition SetInternalValue(val *NetworkServicesLbTrafficExtensionExtensionChainsMatchCondition) // 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 NewNetworkServicesLbTrafficExtensionExtensionChainsMatchConditionOutputReference ¶
func NewNetworkServicesLbTrafficExtensionExtensionChainsMatchConditionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) NetworkServicesLbTrafficExtensionExtensionChainsMatchConditionOutputReference
type NetworkServicesLbTrafficExtensionExtensionChainsOutputReference ¶
type NetworkServicesLbTrafficExtensionExtensionChainsOutputReference 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() NetworkServicesLbTrafficExtensionExtensionChainsExtensionsList ExtensionsInput() interface{} // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) MatchCondition() NetworkServicesLbTrafficExtensionExtensionChainsMatchConditionOutputReference MatchConditionInput() *NetworkServicesLbTrafficExtensionExtensionChainsMatchCondition 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 *NetworkServicesLbTrafficExtensionExtensionChainsMatchCondition) // 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 NewNetworkServicesLbTrafficExtensionExtensionChainsOutputReference ¶
func NewNetworkServicesLbTrafficExtensionExtensionChainsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) NetworkServicesLbTrafficExtensionExtensionChainsOutputReference
type NetworkServicesLbTrafficExtensionTimeouts ¶
type NetworkServicesLbTrafficExtensionTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#create NetworkServicesLbTrafficExtension#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#delete NetworkServicesLbTrafficExtension#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_lb_traffic_extension#update NetworkServicesLbTrafficExtension#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type NetworkServicesLbTrafficExtensionTimeoutsOutputReference ¶
type NetworkServicesLbTrafficExtensionTimeoutsOutputReference 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 NewNetworkServicesLbTrafficExtensionTimeoutsOutputReference ¶
func NewNetworkServicesLbTrafficExtensionTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) NetworkServicesLbTrafficExtensionTimeoutsOutputReference
Source Files ¶
- NetworkServicesLbTrafficExtension.go
- NetworkServicesLbTrafficExtensionConfig.go
- NetworkServicesLbTrafficExtensionExtensionChains.go
- NetworkServicesLbTrafficExtensionExtensionChainsExtensions.go
- NetworkServicesLbTrafficExtensionExtensionChainsExtensionsList.go
- NetworkServicesLbTrafficExtensionExtensionChainsExtensionsList__checks.go
- NetworkServicesLbTrafficExtensionExtensionChainsExtensionsOutputReference.go
- NetworkServicesLbTrafficExtensionExtensionChainsExtensionsOutputReference__checks.go
- NetworkServicesLbTrafficExtensionExtensionChainsList.go
- NetworkServicesLbTrafficExtensionExtensionChainsList__checks.go
- NetworkServicesLbTrafficExtensionExtensionChainsMatchCondition.go
- NetworkServicesLbTrafficExtensionExtensionChainsMatchConditionOutputReference.go
- NetworkServicesLbTrafficExtensionExtensionChainsMatchConditionOutputReference__checks.go
- NetworkServicesLbTrafficExtensionExtensionChainsOutputReference.go
- NetworkServicesLbTrafficExtensionExtensionChainsOutputReference__checks.go
- NetworkServicesLbTrafficExtensionTimeouts.go
- NetworkServicesLbTrafficExtensionTimeoutsOutputReference.go
- NetworkServicesLbTrafficExtensionTimeoutsOutputReference__checks.go
- NetworkServicesLbTrafficExtension__checks.go
- main.go