pub struct ClientPolicy {
pub tls: Option<Value<ClientPolicyTls>>,
}Expand description
The AWS::AppMesh::VirtualNode.ClientPolicy property type.
Fields§
§tls: Option<Value<ClientPolicyTls>>Property TLS.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for ClientPolicy
impl Debug for ClientPolicy
Source§impl Default for ClientPolicy
impl Default for ClientPolicy
Source§fn default() -> ClientPolicy
fn default() -> ClientPolicy
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClientPolicy
impl RefUnwindSafe for ClientPolicy
impl Send for ClientPolicy
impl Sync for ClientPolicy
impl Unpin for ClientPolicy
impl UnwindSafe for ClientPolicy
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