interface IdentityProviderConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_qbusiness.CfnWebExperience.IdentityProviderConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsqbusiness#CfnWebExperience_IdentityProviderConfigurationProperty |
Java | software.amazon.awscdk.services.qbusiness.CfnWebExperience.IdentityProviderConfigurationProperty |
Python | aws_cdk.aws_qbusiness.CfnWebExperience.IdentityProviderConfigurationProperty |
TypeScript | aws-cdk-lib » aws_qbusiness » CfnWebExperience » IdentityProviderConfigurationProperty |
Provides information about the 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 identityProviderConfigurationProperty: qbusiness.CfnWebExperience.IdentityProviderConfigurationProperty = {
openIdConnectConfiguration: {
secretsArn: 'secretsArn',
secretsRole: 'secretsRole',
},
samlConfiguration: {
authenticationUrl: 'authenticationUrl',
},
};
Properties
Name | Type | Description |
---|---|---|
open | IResolvable | Open | |
saml | IResolvable | Saml |
openIdConnectConfiguration?
Type:
IResolvable
|
Open
(optional)
samlConfiguration?
Type:
IResolvable
|
Saml
(optional)