Interface IOidcProvider
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IOIDCProviderRef,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IOidcProvider.Jsii$Default
- All Known Implementing Classes:
IOidcProvider.Jsii$Proxy,OidcProviderNative,OidcProviderNative,OidcProviderNative
@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)",
date="2026-02-09T14:39:12.231Z")
@Stability(Stable)
public interface IOidcProvider
extends software.amazon.jsii.JsiiSerializable, IResource, IOIDCProviderRef
Represents an IAM OpenID Connect provider.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIOidcProvider.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.Alias foroidcProviderArnto maintain backwards compatibility for constructs which acceptiam.IOpenIdConnectProvider.Alias foroidcProviderIssuerto maintain backwards compatibility for constructs which accept `iam.IOpenIdConnectProvider.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
-
getOidcProviderArn
The Amazon Resource Name (ARN) of the IAM OpenID Connect provider. -
getOidcProviderIssuer
The issuer for OIDC Provider. -
getOpenIdConnectProviderArn
Alias foroidcProviderArnto maintain backwards compatibility for constructs which acceptiam.IOpenIdConnectProvider.Use
oidcProviderArninstead. This property exists for backward compatibility with existing constructs as migrating between the 2 constructs (OpenIdConnectProvider and OidcProviderNative) is not reasonably feasible as it requires a manual step (cdk import) since the resource type is changing between OpenIdConnectProvider and OidcProviderNative. -
getOpenIdConnectProviderIssuer
Alias foroidcProviderIssuerto maintain backwards compatibility for constructs which accept `iam.IOpenIdConnectProvider.Use
oidcProviderIssuerinstead. This property exists for backward compatibility with existing constructs as migrating between the 2 constructs (OpenIdConnectProvider and OidcProviderNative) is not reasonably feasible as it requires a manual step (cdk import) since the resource type is changing between OpenIdConnectProvider and OidcProviderNative.
-