Interface CfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty.Jsii$Proxy
- Enclosing class:
CfnClientVpnEndpointPropsMixin
@Stability(Stable)
public static interface CfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty
extends software.amazon.jsii.JsiiSerializable
The IAM SAML identity provider used for federated authentication.
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.ec2.*;
FederatedAuthenticationRequestProperty federatedAuthenticationRequestProperty = FederatedAuthenticationRequestProperty.builder()
.samlProviderArn("samlProviderArn")
.selfServiceSamlProviderArn("selfServiceSamlProviderArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSamlProviderArn
The Amazon Resource Name (ARN) of the IAM SAML identity provider.- See Also:
-
getSelfServiceSamlProviderArn
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.- See Also:
-
builder
@Stability(Stable) static CfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty.Builder builder()
-