public static interface CfnVirtualGateway.SubjectAlternativeNameMatchersProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVirtualGateway.SubjectAlternativeNameMatchersProperty.Builder
A builder for
CfnVirtualGateway.SubjectAlternativeNameMatchersProperty |
static class |
CfnVirtualGateway.SubjectAlternativeNameMatchersProperty.Jsii$Proxy
An implementation for
CfnVirtualGateway.SubjectAlternativeNameMatchersProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVirtualGateway.SubjectAlternativeNameMatchersProperty.Builder |
builder() |
default java.util.List<java.lang.String> |
getExact()
The values sent must match the specified values exactly.
|