Interface CfnWebExperience.OpenIDConnectProviderConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWebExperience.OpenIDConnectProviderConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnWebExperience

@Stability(Stable) public static interface CfnWebExperience.OpenIDConnectProviderConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.qbusiness.*;
 OpenIDConnectProviderConfigurationProperty openIDConnectProviderConfigurationProperty = OpenIDConnectProviderConfigurationProperty.builder()
         .secretsArn("secretsArn")
         .secretsRole("secretsRole")
         .build();
 

See Also: