@Stability(value=Stable)
public static interface CfnIdentityPoolRoleAttachment.RoleMappingProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
RoleMappingProperty roleMappingProperty = RoleMappingProperty.builder()
.type("type")
// the properties below are optional
.ambiguousRoleResolution("ambiguousRoleResolution")
.identityProvider("identityProvider")
.rulesConfiguration(RulesConfigurationTypeProperty.builder()
.rules(List.of(MappingRuleProperty.builder()
.claim("claim")
.matchType("matchType")
.roleArn("roleArn")
.value("value")
.build()))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIdentityPoolRoleAttachment.RoleMappingProperty.Builder
A builder for
CfnIdentityPoolRoleAttachment.RoleMappingProperty |
static class |
CfnIdentityPoolRoleAttachment.RoleMappingProperty.Jsii$Proxy
An implementation for
CfnIdentityPoolRoleAttachment.RoleMappingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIdentityPoolRoleAttachment.RoleMappingProperty.Builder |
builder() |
default String |
getAmbiguousRoleResolution()
`CfnIdentityPoolRoleAttachment.RoleMappingProperty.AmbiguousRoleResolution`.
|
default String |
getIdentityProvider()
`CfnIdentityPoolRoleAttachment.RoleMappingProperty.IdentityProvider`.
|
default Object |
getRulesConfiguration()
`CfnIdentityPoolRoleAttachment.RoleMappingProperty.RulesConfiguration`.
|
String |
getType()
`CfnIdentityPoolRoleAttachment.RoleMappingProperty.Type`.
|
@Stability(value=Stable) @Nullable default String getAmbiguousRoleResolution()
@Stability(value=Stable) @Nullable default String getIdentityProvider()
@Stability(value=Stable) @Nullable default Object getRulesConfiguration()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnIdentityPoolRoleAttachment.RoleMappingProperty.Builder builder()
Copyright © 2021. All rights reserved.