Interface IOidcProvider
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,IOIDCProviderRef
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IOidcProvider.Jsii$Default
- All Known Implementing Classes:
IOidcProvider.Jsii$Proxy
,OidcProviderNative
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:51:58.843Z")
@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 interface
Internal default implementation forIOidcProvider
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionsoftware.constructs.Node
getNode()
The tree node.The Amazon Resource Name (ARN) of the IAM OpenID Connect provider.The issuer for OIDC Provider.Methods inherited from interface software.amazon.awscdk.services.iam.IOIDCProviderRef
getOidcProviderRef
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods 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. -
getNode
@Stability(Stable) @NotNull software.constructs.Node getNode()The tree node.- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
-