| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.CognitoIdentityPoolRoleAttachmentRoleMapping
Synopsis
- data CognitoIdentityPoolRoleAttachmentRoleMapping = CognitoIdentityPoolRoleAttachmentRoleMapping {}
- cognitoIdentityPoolRoleAttachmentRoleMapping :: Val Text -> CognitoIdentityPoolRoleAttachmentRoleMapping
- ciprarmAmbiguousRoleResolution :: Lens' CognitoIdentityPoolRoleAttachmentRoleMapping (Maybe (Val Text))
- ciprarmRulesConfiguration :: Lens' CognitoIdentityPoolRoleAttachmentRoleMapping (Maybe CognitoIdentityPoolRoleAttachmentRulesConfigurationType)
- ciprarmType :: Lens' CognitoIdentityPoolRoleAttachmentRoleMapping (Val Text)
Documentation
data CognitoIdentityPoolRoleAttachmentRoleMapping #
Full data type definition for
CognitoIdentityPoolRoleAttachmentRoleMapping. See
cognitoIdentityPoolRoleAttachmentRoleMapping for a more convenient
constructor.
Constructors
| CognitoIdentityPoolRoleAttachmentRoleMapping | |
Instances
cognitoIdentityPoolRoleAttachmentRoleMapping #
Arguments
| :: Val Text | |
| -> CognitoIdentityPoolRoleAttachmentRoleMapping |
Constructor for CognitoIdentityPoolRoleAttachmentRoleMapping containing
required fields as arguments.
ciprarmAmbiguousRoleResolution :: Lens' CognitoIdentityPoolRoleAttachmentRoleMapping (Maybe (Val Text)) #