public static final class CfnIdentityPoolRoleAttachment.MappingRuleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIdentityPoolRoleAttachment.MappingRuleProperty
CfnIdentityPoolRoleAttachment.MappingRuleProperty
CfnIdentityPoolRoleAttachment.MappingRuleProperty.Builder, CfnIdentityPoolRoleAttachment.MappingRuleProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClaim()
The claim name that must be present in the token.
|
java.lang.String |
getMatchType()
The match condition that specifies how closely the claim value in the IdP token must match `Value` .
|
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) of the role.
|
java.lang.String |
getValue()
A brief string that the claim must match.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getClaim()
CfnIdentityPoolRoleAttachment.MappingRuleProperty
For example: "isAdmin" or "paid".
getClaim
in interface CfnIdentityPoolRoleAttachment.MappingRuleProperty
public final java.lang.String getMatchType()
CfnIdentityPoolRoleAttachment.MappingRuleProperty
Valid values are: Equals
, Contains
, StartsWith
, and NotEqual
.
getMatchType
in interface CfnIdentityPoolRoleAttachment.MappingRuleProperty
public final java.lang.String getRoleArn()
CfnIdentityPoolRoleAttachment.MappingRuleProperty
getRoleArn
in interface CfnIdentityPoolRoleAttachment.MappingRuleProperty
public final java.lang.String getValue()
CfnIdentityPoolRoleAttachment.MappingRuleProperty
For example, "paid" or "yes".
getValue
in interface CfnIdentityPoolRoleAttachment.MappingRuleProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()