@Stability(value=Stable) public static final class OpenIdConnectProvider.Builder extends Object implements software.amazon.jsii.Builder<OpenIdConnectProvider>
OpenIdConnectProvider.| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectProvider |
build() |
static OpenIdConnectProvider.Builder |
create(software.constructs.Construct scope,
String id) |
OpenIdConnectProvider.Builder |
url(String url)
The URL of the identity provider.
|
@Stability(value=Stable) public static OpenIdConnectProvider.Builder create(software.constructs.Construct scope, String id)
scope - The definition scope. This parameter is required.id - Construct ID. This parameter is required.OpenIdConnectProvider.Builder.@Stability(value=Stable) public OpenIdConnectProvider.Builder url(String url)
The URL must begin with https:// and should correspond to the iss claim in the provider's OpenID Connect ID tokens. Per the OIDC standard, path components are allowed but query parameters are not. Typically the URL consists of only a hostname, like https://server.example.org or https://example.com.
You can find your OIDC Issuer URL by: aws eks describe-cluster --name %cluster_name% --query "cluster.identity.oidc.issuer" --output text
url - The URL of the identity provider. This parameter is required.this@Stability(value=Stable) public OpenIdConnectProvider build()
build in interface software.amazon.jsii.Builder<OpenIdConnectProvider>Copyright © 2022. All rights reserved.