Interface CfnVirtualNodePropsMixin.SubjectAlternativeNamesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualNodePropsMixin.SubjectAlternativeNamesProperty.Jsii$Proxy
- Enclosing class:
CfnVirtualNodePropsMixin
@Stability(Stable)
public static interface CfnVirtualNodePropsMixin.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 classA builder forCfnVirtualNodePropsMixin.SubjectAlternativeNamesPropertystatic final classAn implementation forCfnVirtualNodePropsMixin.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
IResolvableorCfnVirtualNodePropsMixin.SubjectAlternativeNameMatchersProperty- See Also:
-
builder
@Stability(Stable) static CfnVirtualNodePropsMixin.SubjectAlternativeNamesProperty.Builder builder()
-