interface SamlProviderConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QBusiness.CfnWebExperiencePropsMixin.SamlProviderConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsqbusiness#CfnWebExperiencePropsMixin_SamlProviderConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnWebExperiencePropsMixin.SamlProviderConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_qbusiness.CfnWebExperiencePropsMixin.SamlProviderConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_qbusiness » CfnWebExperiencePropsMixin » SamlProviderConfigurationProperty |
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 { aws_qbusiness as qbusiness } from '@aws-cdk/cfn-property-mixins';
const samlProviderConfigurationProperty: qbusiness.CfnWebExperiencePropsMixin.SamlProviderConfigurationProperty = {
authenticationUrl: 'authenticationUrl',
};
Properties
| Name | Type | Description |
|---|---|---|
| authentication | string | The URL where Amazon Q Business end users will be redirected for authentication. |
authenticationUrl?
Type:
string
(optional)
The URL where Amazon Q Business end users will be redirected for authentication.

.NET
Go
Java
Python
TypeScript