Uses of Interface
software.amazon.awscdk.interfaces.iam.IOIDCProviderRef
Packages that use IOIDCProviderRef
Package
Description
Amazon Cognito Identity Pool Construct Library
Amazon EKS Construct Library
Amazon EKS V2 Construct Library
AWS Identity and Access Management Construct Library
-
Uses of IOIDCProviderRef in software.amazon.awscdk.interfaces.iam
Subinterfaces of IOIDCProviderRef in software.amazon.awscdk.interfaces.iamModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIOIDCProviderRef.Classes in software.amazon.awscdk.interfaces.iam that implement IOIDCProviderRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IOIDCProviderRef in software.amazon.awscdk.services.cognito.identitypool
Methods in software.amazon.awscdk.services.cognito.identitypool that return types with arguments of type IOIDCProviderRefModifier and TypeMethodDescriptiondefault List<IOIDCProviderRef> IdentityPoolAuthenticationProviders.getOpenIdConnectProviders()The OpenIdConnect Provider associated with this Identity Pool.final List<IOIDCProviderRef> IdentityPoolAuthenticationProviders.Jsii$Proxy.getOpenIdConnectProviders()Method parameters in software.amazon.awscdk.services.cognito.identitypool with type arguments of type IOIDCProviderRefModifier and TypeMethodDescriptionIdentityPoolAuthenticationProviders.Builder.openIdConnectProviders(List<? extends IOIDCProviderRef> openIdConnectProviders) Sets the value ofIdentityPoolAuthenticationProviders.getOpenIdConnectProviders() -
Uses of IOIDCProviderRef in software.amazon.awscdk.services.eks
Classes in software.amazon.awscdk.services.eks that implement IOIDCProviderRefModifier and TypeClassDescriptionclassIAM OIDC identity providers are entities in IAM that describe an external identity provider (IdP) service that supports the OpenID Connect (OIDC) standard, such as Google or Salesforce. -
Uses of IOIDCProviderRef in software.amazon.awscdk.services.eks.v2.alpha
Classes in software.amazon.awscdk.services.eks.v2.alpha that implement IOIDCProviderRefModifier and TypeClassDescriptionclass(experimental) IAM OIDC identity providers are entities in IAM that describe an external identity provider (IdP) service that supports the OpenID Connect (OIDC) standard, such as Google or Salesforce. -
Uses of IOIDCProviderRef in software.amazon.awscdk.services.iam
Subinterfaces of IOIDCProviderRef in software.amazon.awscdk.services.iamModifier and TypeInterfaceDescriptioninterfaceRepresents an IAM OpenID Connect provider.static interfaceInternal default implementation forIOidcProvider.interfaceRepresents an IAM OpenID Connect provider.static interfaceInternal default implementation forIOpenIdConnectProvider.Classes in software.amazon.awscdk.services.iam that implement IOIDCProviderRefModifier and TypeClassDescriptionclassCreates or updates an IAM entity to describe an identity provider (IdP) that supports OpenID Connect (OIDC) .static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classIAM OIDC identity providers are entities in IAM that describe an external identity provider (IdP) service that supports the OpenID Connect (OIDC) standard, such as Google or Salesforce.classIAM OIDC identity providers are entities in IAM that describe an external identity provider (IdP) service that supports the OpenID Connect (OIDC) standard, such as Google or Salesforce.Constructors in software.amazon.awscdk.services.iam with parameters of type IOIDCProviderRefModifierConstructorDescriptionOpenIdConnectPrincipal(IOIDCProviderRef openIdConnectProvider) OpenIdConnectPrincipal(IOIDCProviderRef openIdConnectProvider, Map<String, Object> conditions)