@Stability(value=Stable)
public static interface CfnVirtualGateway.SubjectAlternativeNameMatchersProperty
extends software.amazon.jsii.JsiiSerializable
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 List<String> |
getExact()
The values sent must match the specified values exactly.
|
@Stability(value=Stable) @Nullable default List<String> getExact()
@Stability(value=Stable) static CfnVirtualGateway.SubjectAlternativeNameMatchersProperty.Builder builder()
Copyright © 2022. All rights reserved.