@Stability(value=Stable)
public static interface CfnIdentityPoolRoleAttachment.RulesConfigurationTypeProperty
extends software.amazon.jsii.JsiiSerializable
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.cognito.*;
RulesConfigurationTypeProperty rulesConfigurationTypeProperty = RulesConfigurationTypeProperty.builder()
.rules(List.of(MappingRuleProperty.builder()
.claim("claim")
.matchType("matchType")
.roleArn("roleArn")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIdentityPoolRoleAttachment.RulesConfigurationTypeProperty.Builder
|
static class |
CfnIdentityPoolRoleAttachment.RulesConfigurationTypeProperty.Jsii$Proxy
An implementation for
CfnIdentityPoolRoleAttachment.RulesConfigurationTypeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIdentityPoolRoleAttachment.RulesConfigurationTypeProperty.Builder |
builder() |
Object |
getRules()
The rules.
|
@Stability(value=Stable) @NotNull Object getRules()
You can specify up to 25 rules per identity provider.
@Stability(value=Stable) static CfnIdentityPoolRoleAttachment.RulesConfigurationTypeProperty.Builder builder()
Copyright © 2022. All rights reserved.