pub struct RegionTargetHttpsProxyArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> RegionTargetHttpsProxyArgsBuilder<S>
impl<S: State> RegionTargetHttpsProxyArgsBuilder<S>
sourcepub fn build_struct(self) -> RegionTargetHttpsProxyArgswhere
S: IsComplete,
pub fn build_struct(self) -> RegionTargetHttpsProxyArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn certificate_manager_certificates(
self,
value: impl Into<Output<Option<Vec<String>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetCertificateManagerCertificates<S>>where
S::CertificateManagerCertificates: IsUnset,
pub fn certificate_manager_certificates(
self,
value: impl Into<Output<Option<Vec<String>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetCertificateManagerCertificates<S>>where
S::CertificateManagerCertificates: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<Vec<String>>> as Default>::default()
.
URLs to certificate manager certificate resources that are used to authenticate connections between users and the load balancer.
sslCertificates and certificateManagerCertificates can’t be defined together.
Accepted format is //certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificates/{resourceName}
or just the self_link projects/{project}/locations/{location}/certificates/{resourceName}
sourcepub fn maybe_certificate_manager_certificates(
self,
value: Option<impl Into<Output<Option<Vec<String>>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetCertificateManagerCertificates<S>>where
S::CertificateManagerCertificates: IsUnset,
pub fn maybe_certificate_manager_certificates(
self,
value: Option<impl Into<Output<Option<Vec<String>>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetCertificateManagerCertificates<S>>where
S::CertificateManagerCertificates: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<Vec<String>>> as Default>::default()
.
URLs to certificate manager certificate resources that are used to authenticate connections between users and the load balancer.
sslCertificates and certificateManagerCertificates can’t be defined together.
Accepted format is //certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificates/{resourceName}
or just the self_link projects/{project}/locations/{location}/certificates/{resourceName}
sourcepub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn http_keep_alive_timeout_sec(
self,
value: impl Into<Output<Option<i32>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetHttpKeepAliveTimeoutSec<S>>where
S::HttpKeepAliveTimeoutSec: IsUnset,
pub fn http_keep_alive_timeout_sec(
self,
value: impl Into<Output<Option<i32>>>,
) -> RegionTargetHttpsProxyArgsBuilder<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 (600 seconds) will be used. For Regioanl HTTP(S) load balancer, the minimum allowed value is 5 seconds and the maximum allowed value is 600 seconds.
sourcepub fn maybe_http_keep_alive_timeout_sec(
self,
value: Option<impl Into<Output<Option<i32>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetHttpKeepAliveTimeoutSec<S>>where
S::HttpKeepAliveTimeoutSec: IsUnset,
pub fn maybe_http_keep_alive_timeout_sec(
self,
value: Option<impl Into<Output<Option<i32>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<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 (600 seconds) will be used. For Regioanl HTTP(S) load balancer, the minimum allowed value is 5 seconds and the maximum allowed value is 600 seconds.
sourcepub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionTargetHttpsProxyArgsBuilder<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>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn maybe_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<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 project(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
pub fn project(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
sourcepub fn maybe_project(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
pub fn maybe_project(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
sourcepub fn region(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetRegion<S>>where
S::Region: IsUnset,
pub fn region(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetRegion<S>>where
S::Region: IsUnset,
sourcepub fn maybe_region(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetRegion<S>>where
S::Region: IsUnset,
pub fn maybe_region(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetRegion<S>>where
S::Region: IsUnset,
sourcepub fn server_tls_policy(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetServerTlsPolicy<S>>where
S::ServerTlsPolicy: IsUnset,
pub fn server_tls_policy(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetServerTlsPolicy<S>>where
S::ServerTlsPolicy: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
A URL referring to a networksecurity.ServerTlsPolicy resource that describes how the proxy should authenticate inbound traffic. serverTlsPolicy only applies to a global TargetHttpsProxy attached to globalForwardingRules with the loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL or EXTERNAL_MANAGED. For details which ServerTlsPolicy resources are accepted with INTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED loadBalancingScheme consult ServerTlsPolicy documentation. If left blank, communications are not encrypted. If you remove this field from your configuration at the same time as deleting or recreating a referenced ServerTlsPolicy resource, you will receive a resourceInUseByAnotherResource error. Use lifecycle.create_before_destroy within the ServerTlsPolicy resource to avoid this.
sourcepub fn maybe_server_tls_policy(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetServerTlsPolicy<S>>where
S::ServerTlsPolicy: IsUnset,
pub fn maybe_server_tls_policy(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetServerTlsPolicy<S>>where
S::ServerTlsPolicy: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
A URL referring to a networksecurity.ServerTlsPolicy resource that describes how the proxy should authenticate inbound traffic. serverTlsPolicy only applies to a global TargetHttpsProxy attached to globalForwardingRules with the loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL or EXTERNAL_MANAGED. For details which ServerTlsPolicy resources are accepted with INTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED loadBalancingScheme consult ServerTlsPolicy documentation. If left blank, communications are not encrypted. If you remove this field from your configuration at the same time as deleting or recreating a referenced ServerTlsPolicy resource, you will receive a resourceInUseByAnotherResource error. Use lifecycle.create_before_destroy within the ServerTlsPolicy resource to avoid this.
sourcepub fn ssl_certificates(
self,
value: impl Into<Output<Option<Vec<String>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetSslCertificates<S>>where
S::SslCertificates: IsUnset,
pub fn ssl_certificates(
self,
value: impl Into<Output<Option<Vec<String>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetSslCertificates<S>>where
S::SslCertificates: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<Vec<String>>> as Default>::default()
.
URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.
sourcepub fn maybe_ssl_certificates(
self,
value: Option<impl Into<Output<Option<Vec<String>>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetSslCertificates<S>>where
S::SslCertificates: IsUnset,
pub fn maybe_ssl_certificates(
self,
value: Option<impl Into<Output<Option<Vec<String>>>>>,
) -> RegionTargetHttpsProxyArgsBuilder<SetSslCertificates<S>>where
S::SslCertificates: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<Vec<String>>> as Default>::default()
.
URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.