@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:10.436Z") @Stability(value=Experimental) public abstract class SubjectAlternativeNames extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
SubjectAlternativeNames() |
protected |
SubjectAlternativeNames(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SubjectAlternativeNames(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
abstract SubjectAlternativeNamesMatcherConfig |
bind(software.constructs.Construct scope)
(experimental) Returns Subject Alternative Names Matcher based on method type.
|
static SubjectAlternativeNames |
matchingExactly(String... names)
(experimental) The values of the SAN must match the specified values exactly.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected SubjectAlternativeNames(software.amazon.jsii.JsiiObjectRef objRef)
protected SubjectAlternativeNames(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected SubjectAlternativeNames()
@Stability(value=Experimental) @NotNull public static SubjectAlternativeNames matchingExactly(@NotNull String... names)
names - The exact values to test against. This parameter is required.@Stability(value=Experimental) @NotNull public abstract SubjectAlternativeNamesMatcherConfig bind(@NotNull software.constructs.Construct scope)
scope - This parameter is required.Copyright © 2021. All rights reserved.