Interface IOpenIdConnectProvider
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IOIDCProviderRef,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IOpenIdConnectProvider.Jsii$Default
- All Known Implementing Classes:
IOpenIdConnectProvider.Jsii$Proxy,OpenIdConnectProvider,OpenIdConnectProvider,OpenIdConnectProvider
@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)",
date="2026-01-09T10:20:19.934Z")
@Stability(Stable)
public interface IOpenIdConnectProvider
extends software.amazon.jsii.JsiiSerializable, IResource, IOIDCProviderRef
Represents an IAM OpenID Connect provider.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIOpenIdConnectProvider.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the IAM OpenID Connect provider.The issuer for OIDC Provider.Methods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.iam.IOIDCProviderRef
getOidcProviderRefMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOpenIdConnectProviderArn
The Amazon Resource Name (ARN) of the IAM OpenID Connect provider. -
getOpenIdConnectProviderIssuer
The issuer for OIDC Provider.
-