Interface CfnVirtualNodePropsMixin.SubjectAlternativeNameMatchersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVirtualNodePropsMixin.SubjectAlternativeNameMatchersProperty.Jsii$Proxy
Enclosing class:
CfnVirtualNodePropsMixin

@Stability(Stable) public static interface CfnVirtualNodePropsMixin.SubjectAlternativeNameMatchersProperty extends software.amazon.jsii.JsiiSerializable
An object that represents the methods by which a subject alternative name on a peer Transport Layer Security (TLS) certificate can be matched.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.appmesh.*;
 SubjectAlternativeNameMatchersProperty subjectAlternativeNameMatchersProperty = SubjectAlternativeNameMatchersProperty.builder()
         .exact(List.of("exact"))
         .build();
 

See Also: