pub struct ProxyProtocolPolicyArgs {
pub instance_ports: Output<Vec<String>>,
pub load_balancer: Output<String>,
}
Fields§
§instance_ports: Output<Vec<String>>
List of instance ports to which the policy should be applied. This can be specified if the protocol is SSL or TCP.
load_balancer: Output<String>
The load balancer to which the policy should be attached.
Implementations§
source§impl ProxyProtocolPolicyArgs
impl ProxyProtocolPolicyArgs
sourcepub fn builder() -> ProxyProtocolPolicyArgsBuilder
pub fn builder() -> ProxyProtocolPolicyArgsBuilder
Create an instance of ProxyProtocolPolicyArgs
using the builder syntax
Trait Implementations§
source§impl Clone for ProxyProtocolPolicyArgs
impl Clone for ProxyProtocolPolicyArgs
source§fn clone(&self) -> ProxyProtocolPolicyArgs
fn clone(&self) -> ProxyProtocolPolicyArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ProxyProtocolPolicyArgs
impl RefUnwindSafe for ProxyProtocolPolicyArgs
impl Send for ProxyProtocolPolicyArgs
impl Sync for ProxyProtocolPolicyArgs
impl Unpin for ProxyProtocolPolicyArgs
impl UnwindSafe for ProxyProtocolPolicyArgs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)