Interface CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:51.110Z") @Stability(Stable) public interface CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCognitoIdentityPoolRolesAttachmentRoleMappingMappingRule.BuilderA builder forCognitoIdentityPoolRolesAttachmentRoleMappingMappingRulestatic classCognitoIdentityPoolRolesAttachmentRoleMappingMappingRule.Jsii$ProxyAn implementation forCognitoIdentityPoolRolesAttachmentRoleMappingMappingRule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule.Builderbuilder()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}.
-
-
-
Method Detail
-
getClaim
@Stability(Stable) @NotNull String getClaim()
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}.
-
getMatchType
@Stability(Stable) @NotNull String getMatchType()
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}.
-
getRoleArn
@Stability(Stable) @NotNull String getRoleArn()
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}.
-
getValue
@Stability(Stable) @NotNull String getValue()
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}.
-
builder
@Stability(Stable) static CognitoIdentityPoolRolesAttachmentRoleMappingMappingRule.Builder builder()
-
-