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: