Interface ComputeTargetHttpProxyConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ComputeTargetHttpProxyConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.028Z") @Stability(Stable) public interface ComputeTargetHttpProxyConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeTargetHttpProxyConfig.BuilderA builder forComputeTargetHttpProxyConfigstatic classComputeTargetHttpProxyConfig.Jsii$ProxyAn implementation forComputeTargetHttpProxyConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeTargetHttpProxyConfig.Builderbuilder()default StringgetDescription()An optional description of this resource.default NumbergetHttpKeepAliveTimeoutSec()Specifies how long to keep a connection open, after completing a response, while there is no matching traffic (in seconds).default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_http_proxy#id ComputeTargetHttpProxy#id}.StringgetName()Name of the resource.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_http_proxy#project ComputeTargetHttpProxy#project}.default ObjectgetProxyBind()This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.default ComputeTargetHttpProxyTimeoutsgetTimeouts()timeouts block.StringgetUrlMap()A reference to the UrlMap resource that defines the mapping from URL to the BackendService.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Name of the resource.Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_http_proxy#name ComputeTargetHttpProxy#name}
-
getUrlMap
@Stability(Stable) @NotNull String getUrlMap()
A reference to the UrlMap resource that defines the mapping from URL to the BackendService.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_http_proxy#url_map ComputeTargetHttpProxy#url_map}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
An optional description of this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_http_proxy#description ComputeTargetHttpProxy#description}
-
getHttpKeepAliveTimeoutSec
@Stability(Stable) @Nullable default Number getHttpKeepAliveTimeoutSec()
Specifies how long to keep a connection open, after completing a response, while there is no matching traffic (in seconds).If an HTTP keepalive is not specified, a default value (610 seconds) will be used. For Global external HTTP(S) load balancer, the minimum allowed value is 5 seconds and the maximum allowed value is 1200 seconds. For Global external HTTP(S) load balancer (classic), this option is not available publicly. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_http_proxy#http_keep_alive_timeout_sec ComputeTargetHttpProxy#http_keep_alive_timeout_sec}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_http_proxy#id ComputeTargetHttpProxy#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.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_http_proxy#project ComputeTargetHttpProxy#project}.
-
getProxyBind
@Stability(Stable) @Nullable default Object getProxyBind()
This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_http_proxy#proxy_bind ComputeTargetHttpProxy#proxy_bind}
-
getTimeouts
@Stability(Stable) @Nullable default ComputeTargetHttpProxyTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_http_proxy#timeouts ComputeTargetHttpProxy#timeouts}
-
builder
@Stability(Stable) static ComputeTargetHttpProxyConfig.Builder builder()
-
-