Interface CfnVirtualGateway.SubjectAlternativeNameMatchersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualGateway.SubjectAlternativeNameMatchersProperty.Jsii$Proxy
- Enclosing class:
CfnVirtualGateway
@Stability(Stable)
public static interface CfnVirtualGateway.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.services.appmesh.*; SubjectAlternativeNameMatchersProperty subjectAlternativeNameMatchersProperty = SubjectAlternativeNameMatchersProperty.builder() .exact(List.of("exact")) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnVirtualGateway.SubjectAlternativeNameMatchersProperty
static final class
An implementation forCfnVirtualGateway.SubjectAlternativeNameMatchersProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExact
The values sent must match the specified values exactly.- See Also:
-
builder
@Stability(Stable) static CfnVirtualGateway.SubjectAlternativeNameMatchersProperty.Builder builder()
-