Interface CfnWebExperience.SamlProviderConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWebExperience.SamlProviderConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnWebExperience
@Stability(Stable)
public static interface CfnWebExperience.SamlProviderConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Information about the SAML 2.0-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
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.qbusiness.*;
SamlProviderConfigurationProperty samlProviderConfigurationProperty = SamlProviderConfigurationProperty.builder()
.authenticationUrl("authenticationUrl")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWebExperience.SamlProviderConfigurationPropertystatic final classAn implementation forCfnWebExperience.SamlProviderConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The URL where Amazon Q Business end users will be redirected for authentication.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAuthenticationUrl
The URL where Amazon Q Business end users will be redirected for authentication.- See Also:
-
builder
-