@Stability(value=Stable) public static final class CfnIdentityProviderConfigProps.Builder extends Object implements software.amazon.jsii.Builder<CfnIdentityProviderConfigProps>
CfnIdentityProviderConfigProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnIdentityProviderConfigProps.Builder clusterName(String clusterName)
CfnIdentityProviderConfigProps.getClusterName()clusterName - The cluster that the configuration is associated to. This parameter is required.this@Stability(value=Stable) public CfnIdentityProviderConfigProps.Builder type(String type)
CfnIdentityProviderConfigProps.getType()type - The type of the identity provider configuration. This parameter is required.
The only type available is oidc .this@Stability(value=Stable) public CfnIdentityProviderConfigProps.Builder identityProviderConfigName(String identityProviderConfigName)
CfnIdentityProviderConfigProps.getIdentityProviderConfigName()identityProviderConfigName - The name of the configuration.this@Stability(value=Stable) public CfnIdentityProviderConfigProps.Builder oidc(IResolvable oidc)
CfnIdentityProviderConfigProps.getOidc()oidc - An object representing an OpenID Connect (OIDC) identity provider configuration.this@Stability(value=Stable) public CfnIdentityProviderConfigProps.Builder oidc(CfnIdentityProviderConfig.OidcIdentityProviderConfigProperty oidc)
CfnIdentityProviderConfigProps.getOidc()oidc - An object representing an OpenID Connect (OIDC) identity provider configuration.this@Stability(value=Stable) public CfnIdentityProviderConfigProps.Builder tags(List<? extends CfnTag> tags)
CfnIdentityProviderConfigProps.getTags()tags - The metadata to apply to the provider configuration to assist with categorization and organization.
Each tag consists of a key and an optional value. You define both.this@Stability(value=Stable) public CfnIdentityProviderConfigProps build()
build in interface software.amazon.jsii.Builder<CfnIdentityProviderConfigProps>CfnIdentityProviderConfigPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.