Struct aws_sdk_appmesh::model::VirtualGatewayClientPolicyTls [−][src]
#[non_exhaustive]pub struct VirtualGatewayClientPolicyTls {
pub enforce: Option<bool>,
pub ports: Option<Vec<i32>>,
pub certificate: Option<VirtualGatewayClientTlsCertificate>,
pub validation: Option<VirtualGatewayTlsValidationContext>,
}
Expand description
An object that represents a Transport Layer Security (TLS) client policy.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.enforce: Option<bool>
Whether the policy is enforced. The default is True
, if a value isn't
specified.
ports: Option<Vec<i32>>
One or more ports that the policy is enforced for.
certificate: Option<VirtualGatewayClientTlsCertificate>
A reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS) certificate.
validation: Option<VirtualGatewayTlsValidationContext>
A reference to an object that represents a Transport Layer Security (TLS) validation context.
Implementations
Whether the policy is enforced. The default is True
, if a value isn't
specified.
A reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS) certificate.
A reference to an object that represents a Transport Layer Security (TLS) validation context.
Creates a new builder-style object to manufacture VirtualGatewayClientPolicyTls
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for VirtualGatewayClientPolicyTls
impl Sync for VirtualGatewayClientPolicyTls
impl Unpin for VirtualGatewayClientPolicyTls
impl UnwindSafe for VirtualGatewayClientPolicyTls
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more