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