Class CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.cognito_identity_pool_roles_attachment.CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule.Jsii$Proxy
-
- All Implemented Interfaces:
CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule
@Stability(Stable) @Internal public static final class CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule
An implementation forCognitoIdentityPoolRolesAttachmentRoleMappingMappingRule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.cognito_identity_pool_roles_attachment.CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule
CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule.Builder, CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule.Builder builder)Constructor that initializes the object based on literal property values passed by theCognitoIdentityPoolRolesAttachmentRoleMappingMappingRule.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetClaim()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cognito_identity_pool_roles_attachment#claim CognitoIdentityPoolRolesAttachment#claim}.StringgetMatchType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cognito_identity_pool_roles_attachment#match_type CognitoIdentityPoolRolesAttachment#match_type}.StringgetRoleArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cognito_identity_pool_roles_attachment#role_arn CognitoIdentityPoolRolesAttachment#role_arn}.StringgetValue()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cognito_identity_pool_roles_attachment#value CognitoIdentityPoolRolesAttachment#value}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule.Builder builder)
Constructor that initializes the object based on literal property values passed by theCognitoIdentityPoolRolesAttachmentRoleMappingMappingRule.Builder.
-
-
Method Detail
-
getClaim
public final String getClaim()
Description copied from interface:CognitoIdentityPoolRolesAttachmentRoleMappingMappingRuleDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cognito_identity_pool_roles_attachment#claim CognitoIdentityPoolRolesAttachment#claim}.- Specified by:
getClaimin interfaceCognitoIdentityPoolRolesAttachmentRoleMappingMappingRule
-
getMatchType
public final String getMatchType()
Description copied from interface:CognitoIdentityPoolRolesAttachmentRoleMappingMappingRuleDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cognito_identity_pool_roles_attachment#match_type CognitoIdentityPoolRolesAttachment#match_type}.- Specified by:
getMatchTypein interfaceCognitoIdentityPoolRolesAttachmentRoleMappingMappingRule
-
getRoleArn
public final String getRoleArn()
Description copied from interface:CognitoIdentityPoolRolesAttachmentRoleMappingMappingRuleDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cognito_identity_pool_roles_attachment#role_arn CognitoIdentityPoolRolesAttachment#role_arn}.- Specified by:
getRoleArnin interfaceCognitoIdentityPoolRolesAttachmentRoleMappingMappingRule
-
getValue
public final String getValue()
Description copied from interface:CognitoIdentityPoolRolesAttachmentRoleMappingMappingRuleDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cognito_identity_pool_roles_attachment#value CognitoIdentityPoolRolesAttachment#value}.- Specified by:
getValuein interfaceCognitoIdentityPoolRolesAttachmentRoleMappingMappingRule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-