Interface CfnVirtualGateway.SubjectAlternativeNamesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualGateway.SubjectAlternativeNamesProperty.Jsii$Proxy
- Enclosing class:
- CfnVirtualGateway
@Stability(Stable)
public static interface CfnVirtualGateway.SubjectAlternativeNamesProperty
extends software.amazon.jsii.JsiiSerializable
An object that represents the subject alternative names secured by the certificate.
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.*; SubjectAlternativeNamesProperty subjectAlternativeNamesProperty = SubjectAlternativeNamesProperty.builder() .match(SubjectAlternativeNameMatchersProperty.builder() .exact(List.of("exact")) .build()) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnVirtualGateway.SubjectAlternativeNamesProperty
static final class
An implementation forCfnVirtualGateway.SubjectAlternativeNamesProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMatch
An object that represents the criteria for determining a SANs match. -
builder
-