@Stability(value=Stable)
public static interface CfnClientVpnEndpoint.ClientAuthenticationRequestProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Builder
A builder for
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty |
static class |
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Jsii$Proxy
An implementation for
CfnClientVpnEndpoint.ClientAuthenticationRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Builder |
builder() |
default Object |
getActiveDirectory()
`CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.ActiveDirectory`.
|
default Object |
getFederatedAuthentication()
`CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.FederatedAuthentication`.
|
default Object |
getMutualAuthentication()
`CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.MutualAuthentication`.
|
String |
getType()
`CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Type`.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Object getActiveDirectory()
@Stability(value=Stable) @Nullable default Object getFederatedAuthentication()
@Stability(value=Stable) @Nullable default Object getMutualAuthentication()
@Stability(value=Stable) static CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Builder builder()
Copyright © 2021. All rights reserved.