Interface CfnVirtualGatewayPropsMixin.SubjectAlternativeNamesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualGatewayPropsMixin.SubjectAlternativeNamesProperty.Jsii$Proxy
- Enclosing class:
CfnVirtualGatewayPropsMixin
@Stability(Stable)
public static interface CfnVirtualGatewayPropsMixin.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.cfnpropertymixins.services.appmesh.*;
SubjectAlternativeNamesProperty subjectAlternativeNamesProperty = SubjectAlternativeNamesProperty.builder()
.match(SubjectAlternativeNameMatchersProperty.builder()
.exact(List.of("exact"))
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnVirtualGatewayPropsMixin.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.Returns union: either
IResolvableorCfnVirtualGatewayPropsMixin.SubjectAlternativeNameMatchersProperty- See Also:
-
builder
@Stability(Stable) static CfnVirtualGatewayPropsMixin.SubjectAlternativeNamesProperty.Builder builder()
-