@Stability(value=Stable) public static final class OpenIdConnectProviderProps.Builder extends Object implements software.amazon.jsii.Builder<OpenIdConnectProviderProps>
OpenIdConnectProviderProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectProviderProps |
build()
Builds the configured instance.
|
OpenIdConnectProviderProps.Builder |
url(String url)
Sets the value of
OpenIdConnectProviderProps.getUrl() |
@Stability(value=Stable) public OpenIdConnectProviderProps.Builder url(String url)
OpenIdConnectProviderProps.getUrl()url - The URL of the identity provider. This parameter is required.
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
this@Stability(value=Stable) public OpenIdConnectProviderProps build()
build in interface software.amazon.jsii.Builder<OpenIdConnectProviderProps>OpenIdConnectProviderPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.