pub struct ProxyProtocolPolicyResult {
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.
Auto Trait Implementations§
impl Freeze for ProxyProtocolPolicyResult
impl RefUnwindSafe for ProxyProtocolPolicyResult
impl Send for ProxyProtocolPolicyResult
impl Sync for ProxyProtocolPolicyResult
impl Unpin for ProxyProtocolPolicyResult
impl UnwindSafe for ProxyProtocolPolicyResult
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