pub struct TargetHttpProxyArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> TargetHttpProxyArgsBuilder<S>
impl<S: State> TargetHttpProxyArgsBuilder<S>
sourcepub fn build_struct(self) -> TargetHttpProxyArgswhere
S: IsComplete,
pub fn build_struct(self) -> TargetHttpProxyArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetHttpProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetHttpProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetHttpProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetHttpProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn http_keep_alive_timeout_sec(
self,
value: impl Into<Output<Option<i32>>>,
) -> TargetHttpProxyArgsBuilder<SetHttpKeepAliveTimeoutSec<S>>where
S::HttpKeepAliveTimeoutSec: IsUnset,
pub fn http_keep_alive_timeout_sec(
self,
value: impl Into<Output<Option<i32>>>,
) -> TargetHttpProxyArgsBuilder<SetHttpKeepAliveTimeoutSec<S>>where
S::HttpKeepAliveTimeoutSec: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<i32>> as Default>::default()
.
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 will be used. For Global external HTTP(S) load balancer, the default value is 610 seconds, the minimum allowed value is 5 seconds and the maximum allowed value is 1200 seconds. For cross-region internal HTTP(S) load balancer, the default value is 600 seconds, the minimum allowed value is 5 seconds, and the maximum allowed value is 600 seconds. For Global external HTTP(S) load balancer (classic), this option is not available publicly.
sourcepub fn maybe_http_keep_alive_timeout_sec(
self,
value: Option<impl Into<Output<Option<i32>>>>,
) -> TargetHttpProxyArgsBuilder<SetHttpKeepAliveTimeoutSec<S>>where
S::HttpKeepAliveTimeoutSec: IsUnset,
pub fn maybe_http_keep_alive_timeout_sec(
self,
value: Option<impl Into<Output<Option<i32>>>>,
) -> TargetHttpProxyArgsBuilder<SetHttpKeepAliveTimeoutSec<S>>where
S::HttpKeepAliveTimeoutSec: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<i32>> as Default>::default()
.
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 will be used. For Global external HTTP(S) load balancer, the default value is 610 seconds, the minimum allowed value is 5 seconds and the maximum allowed value is 1200 seconds. For cross-region internal HTTP(S) load balancer, the default value is 600 seconds, the minimum allowed value is 5 seconds, and the maximum allowed value is 600 seconds. For Global external HTTP(S) load balancer (classic), this option is not available publicly.
sourcepub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetHttpProxyArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetHttpProxyArgsBuilder<SetName<S>>where
S::Name: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
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?
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.
sourcepub fn maybe_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetHttpProxyArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn maybe_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetHttpProxyArgsBuilder<SetName<S>>where
S::Name: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
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?
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.