Struct aws_sdk_apigatewayv2::types::TlsConfig
source · #[non_exhaustive]pub struct TlsConfig { /* private fields */ }
Expand description
The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.
Implementations§
Trait Implementations§
source§impl PartialEq<TlsConfig> for TlsConfig
impl PartialEq<TlsConfig> for TlsConfig
impl StructuralPartialEq for TlsConfig
Auto Trait Implementations§
impl RefUnwindSafe for TlsConfig
impl Send for TlsConfig
impl Sync for TlsConfig
impl Unpin for TlsConfig
impl UnwindSafe for TlsConfig
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