interface SamlProviderConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_qbusiness.CfnWebExperience.SamlProviderConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsqbusiness#CfnWebExperience_SamlProviderConfigurationProperty |
Java | software.amazon.awscdk.services.qbusiness.CfnWebExperience.SamlProviderConfigurationProperty |
Python | aws_cdk.aws_qbusiness.CfnWebExperience.SamlProviderConfigurationProperty |
TypeScript | aws-cdk-lib » aws_qbusiness » CfnWebExperience » 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-lib';
const samlProviderConfigurationProperty: qbusiness.CfnWebExperience.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
The URL where Amazon Q Business end users will be redirected for authentication.