@Stability(value=Stable)
public static interface CfnIdentityProviderConfig.RequiredClaimProperty
extends software.amazon.jsii.JsiiSerializable
If set, each claim is verified to be present in the token with a matching value.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.eks.*;
RequiredClaimProperty requiredClaimProperty = RequiredClaimProperty.builder()
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIdentityProviderConfig.RequiredClaimProperty.Builder
A builder for
CfnIdentityProviderConfig.RequiredClaimProperty |
static class |
CfnIdentityProviderConfig.RequiredClaimProperty.Jsii$Proxy
An implementation for
CfnIdentityProviderConfig.RequiredClaimProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIdentityProviderConfig.RequiredClaimProperty.Builder |
builder() |
String |
getKey()
The key to match from the token.
|
String |
getValue()
The value for the key from the token.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnIdentityProviderConfig.RequiredClaimProperty.Builder builder()
Copyright © 2022. All rights reserved.