@Stability(value=Stable)
public static interface CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty
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.ec2.*;
FederatedAuthenticationRequestProperty federatedAuthenticationRequestProperty = FederatedAuthenticationRequestProperty.builder()
.samlProviderArn("samlProviderArn")
// the properties below are optional
.selfServiceSamlProviderArn("selfServiceSamlProviderArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty.Builder
|
static class |
CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty.Jsii$Proxy
An implementation for
CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty.Builder |
builder() |
String |
getSamlProviderArn()
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
|
default String |
getSelfServiceSamlProviderArn()
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
|
@Stability(value=Stable) @NotNull String getSamlProviderArn()
@Stability(value=Stable) @Nullable default String getSelfServiceSamlProviderArn()
@Stability(value=Stable) static CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty.Builder builder()
Copyright © 2022. All rights reserved.