@Stability(value=Stable) public static final class CfnOIDCProvider.Builder extends Object implements software.amazon.jsii.Builder<CfnOIDCProvider>
CfnOIDCProvider.| Modifier and Type | Method and Description |
|---|---|
CfnOIDCProvider |
build() |
CfnOIDCProvider.Builder |
clientIdList(List<String> clientIdList)
A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object.
|
static CfnOIDCProvider.Builder |
create(software.constructs.Construct scope,
String id) |
CfnOIDCProvider.Builder |
tags(List<? extends CfnTag> tags)
A list of tags that are attached to the specified IAM OIDC provider.
|
CfnOIDCProvider.Builder |
thumbprintList(List<String> thumbprintList)
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.
|
CfnOIDCProvider.Builder |
url(String url)
The URL that the IAM OIDC provider resource object is associated with.
|
@Stability(value=Stable) public static CfnOIDCProvider.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnOIDCProvider.Builder.@Stability(value=Stable) public CfnOIDCProvider.Builder thumbprintList(List<String> thumbprintList)
For more information, see CreateOpenIDConnectProvider .
thumbprintList - A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. This parameter is required.this@Stability(value=Stable) public CfnOIDCProvider.Builder clientIdList(List<String> clientIdList)
For more information, see CreateOpenIDConnectProvider .
clientIdList - A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. This parameter is required.this@Stability(value=Stable) public CfnOIDCProvider.Builder tags(List<? extends CfnTag> tags)
The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide .
tags - A list of tags that are attached to the specified IAM OIDC provider. This parameter is required.this@Stability(value=Stable) public CfnOIDCProvider.Builder url(String url)
For more information, see CreateOpenIDConnectProvider .
url - The URL that the IAM OIDC provider resource object is associated with. This parameter is required.this@Stability(value=Stable) public CfnOIDCProvider build()
build in interface software.amazon.jsii.Builder<CfnOIDCProvider>Copyright © 2022. All rights reserved.