pub struct TargetSSLProxyArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> TargetSSLProxyArgsBuilder<S>
impl<S: State> TargetSSLProxyArgsBuilder<S>
sourcepub fn build_struct(self) -> TargetSSLProxyArgswhere
S: IsComplete,
pub fn build_struct(self) -> TargetSSLProxyArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn backend_service(
self,
value: impl Into<Output<String>>,
) -> TargetSSLProxyArgsBuilder<SetBackendService<S>>where
S::BackendService: IsUnset,
pub fn backend_service(
self,
value: impl Into<Output<String>>,
) -> TargetSSLProxyArgsBuilder<SetBackendService<S>>where
S::BackendService: IsUnset,
Required.
A reference to the BackendService resource.
sourcepub fn certificate_map(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetSSLProxyArgsBuilder<SetCertificateMap<S>>where
S::CertificateMap: IsUnset,
pub fn certificate_map(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetSSLProxyArgsBuilder<SetCertificateMap<S>>where
S::CertificateMap: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
A reference to the CertificateMap resource uri that identifies a certificate map
associated with the given target proxy. This field can only be set for global target proxies.
Accepted format is //certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}
.
sourcepub fn maybe_certificate_map(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetSSLProxyArgsBuilder<SetCertificateMap<S>>where
S::CertificateMap: IsUnset,
pub fn maybe_certificate_map(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetSSLProxyArgsBuilder<SetCertificateMap<S>>where
S::CertificateMap: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
A reference to the CertificateMap resource uri that identifies a certificate map
associated with the given target proxy. This field can only be set for global target proxies.
Accepted format is //certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}
.
sourcepub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetSSLProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn description(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetSSLProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetSSLProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn maybe_description(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetSSLProxyArgsBuilder<SetDescription<S>>where
S::Description: IsUnset,
sourcepub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetSSLProxyArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn name(
self,
value: impl Into<Output<Option<String>>>,
) -> TargetSSLProxyArgsBuilder<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>>>>,
) -> TargetSSLProxyArgsBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn maybe_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> TargetSSLProxyArgsBuilder<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.