AWS::QBusiness::WebExperience OpenIDConnectProviderConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QBusiness::WebExperience OpenIDConnectProviderConfiguration

Information about the OIDC-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "SecretsArn" : String, "SecretsRole" : String }

YAML

SecretsArn: String SecretsRole: String

Properties

SecretsArn

The Amazon Resource Name (ARN) of a Secrets Manager secret containing the OIDC client secret.

Required: Yes

Type: String

Pattern: ^arn:[a-z0-9-\.]{1,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[^/].{0,1023}$

Minimum: 0

Maximum: 1284

Update requires: No interruption

SecretsRole

An IAM role with permissions to access Amazon KMS to decrypt the Secrets Manager secret containing your OIDC client secret.

Required: Yes

Type: String

Pattern: ^arn:[a-z0-9-\.]{1,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[^/].{0,1023}$

Minimum: 0

Maximum: 1284

Update requires: No interruption