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.116.0 (build 0eddcff)",
date="2025-10-29T11:15:41.191Z")
@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 TypeMethodDescriptionsoftware.constructs.NodegetNode()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
getOidcProviderRefMethods 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. -
getNode
@Stability(Stable) @NotNull software.constructs.Node getNode()The tree node.- Specified by:
getNodein interfacesoftware.constructs.IConstruct
-