Skip to content

Commit

Permalink
mark as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed May 5, 2020
1 parent 86bfe10 commit 254388b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/@aws-cdk/aws-iam/lib/oidc-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ export interface OpenIdConnectProviderProps {
* requires access to AWS resources, but you don't want to create custom sign-in
* code or manage your own user identities.
*
* @see http://openid.net/connect/
* @see
* https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc.html
* @see http://openid.net/connect
* @see https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc.html
*
* @experimental
*/
export class OpenIdConnectProvider extends Construct implements IOpenIdConnectProvider {
/**
Expand Down

0 comments on commit 254388b

Please sign in to comment.