interface OpenIDConnectProviderConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_qbusiness.CfnWebExperience.OpenIDConnectProviderConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsqbusiness#CfnWebExperience_OpenIDConnectProviderConfigurationProperty |
Java | software.amazon.awscdk.services.qbusiness.CfnWebExperience.OpenIDConnectProviderConfigurationProperty |
Python | aws_cdk.aws_qbusiness.CfnWebExperience.OpenIDConnectProviderConfigurationProperty |
TypeScript | aws-cdk-lib » aws_qbusiness » CfnWebExperience » OpenIDConnectProviderConfigurationProperty |
Information about the OIDC-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 openIDConnectProviderConfigurationProperty: qbusiness.CfnWebExperience.OpenIDConnectProviderConfigurationProperty = {
secretsArn: 'secretsArn',
secretsRole: 'secretsRole',
};
Properties
Name | Type | Description |
---|---|---|
secrets | string | The Amazon Resource Name (ARN) of a Secrets Manager secret containing the OIDC client secret. |
secrets | string | An IAM role with permissions to access AWS KMS to decrypt the Secrets Manager secret containing your OIDC client secret. |
secretsArn
Type:
string
The Amazon Resource Name (ARN) of a Secrets Manager secret containing the OIDC client secret.
secretsRole
Type:
string
An IAM role with permissions to access AWS KMS to decrypt the Secrets Manager secret containing your OIDC client secret.