public static interface CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty
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() |
java.lang.String |
getSamlProviderArn()
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
|
default java.lang.String |
getSelfServiceSamlProviderArn()
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
|
java.lang.String getSamlProviderArn()
default java.lang.String getSelfServiceSamlProviderArn()