public static interface CfnVirtualNode.SubjectAlternativeNamesProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVirtualNode.SubjectAlternativeNamesProperty.Builder
A builder for
CfnVirtualNode.SubjectAlternativeNamesProperty |
static class |
CfnVirtualNode.SubjectAlternativeNamesProperty.Jsii$Proxy
An implementation for
CfnVirtualNode.SubjectAlternativeNamesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVirtualNode.SubjectAlternativeNamesProperty.Builder |
builder() |
java.lang.Object |
getMatch()
An object that represents the criteria for determining a SANs match.
|
java.lang.Object getMatch()
static CfnVirtualNode.SubjectAlternativeNamesProperty.Builder builder()