@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:08.098Z") @Stability(value=Stable) public class OpenIdConnectProvider extends OpenIdConnectProvider
You use an IAM OIDC identity provider when you want to establish trust between an OIDC-compatible IdP and your AWS account.
This implementation has default values for thumbprints and clientIds props that will be compatible with the eks cluster
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc.html| Modifier and Type | Class and Description |
|---|---|
static class |
OpenIdConnectProvider.Builder
A fluent builder for
OpenIdConnectProvider. |
software.amazon.jsii.JsiiObject.InitializationModeIOpenIdConnectProvider.Jsii$Default, IOpenIdConnectProvider.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
OpenIdConnectProvider(software.constructs.Construct scope,
String id,
OpenIdConnectProviderProps props)
Defines an OpenID Connect provider.
|
protected |
OpenIdConnectProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
OpenIdConnectProvider(software.amazon.jsii.JsiiObjectRef objRef) |
fromOpenIdConnectProviderArn, getOpenIdConnectProviderArn, getOpenIdConnectProviderIssuerapplyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected OpenIdConnectProvider(software.amazon.jsii.JsiiObjectRef objRef)
protected OpenIdConnectProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public OpenIdConnectProvider(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
OpenIdConnectProviderProps props)
scope - The definition scope. This parameter is required.id - Construct ID. This parameter is required.props - Initialization properties. This parameter is required.Copyright © 2021. All rights reserved.