Uses of Interface
software.amazon.awscdk.services.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.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 TypeClassDescriptionclass
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.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 TypeInterfaceDescriptioninterface
Represents an IAM OpenID Connect provider.static interface
Internal default implementation forIOidcProvider
.static interface
Internal default implementation forIOIDCProviderRef
.interface
Represents an IAM OpenID Connect provider.static interface
Internal default implementation forIOpenIdConnectProvider
.Classes in software.amazon.awscdk.services.iam that implement IOIDCProviderRefModifier and TypeClassDescriptionclass
Creates or updates an IAM entity to describe an identity provider (IdP) that supports OpenID Connect (OIDC) .static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
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.class
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.Constructors in software.amazon.awscdk.services.iam with parameters of type IOIDCProviderRefModifierConstructorDescriptionOpenIdConnectPrincipal
(IOIDCProviderRef openIdConnectProvider) OpenIdConnectPrincipal
(IOIDCProviderRef openIdConnectProvider, Map<String, Object> conditions)