Interface IOidcProvider
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IOidcProvider.Jsii$Default
- All Known Implementing Classes:
IOidcProvider.Jsii$Proxy,OidcProviderNative
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
date="2025-06-20T13:49:17.939Z")
@Stability(Stable)
public interface IOidcProvider
extends software.amazon.jsii.JsiiSerializable, IResource
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.Methods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, 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.
-