| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.CognitoIdentityPoolRoleAttachment
Synopsis
- data CognitoIdentityPoolRoleAttachment = CognitoIdentityPoolRoleAttachment {}
- cognitoIdentityPoolRoleAttachment :: Val Text -> CognitoIdentityPoolRoleAttachment
- cipraIdentityPoolId :: Lens' CognitoIdentityPoolRoleAttachment (Val Text)
- cipraRoleMappings :: Lens' CognitoIdentityPoolRoleAttachment (Maybe Object)
- cipraRoles :: Lens' CognitoIdentityPoolRoleAttachment (Maybe Object)
Documentation
data CognitoIdentityPoolRoleAttachment #
Full data type definition for CognitoIdentityPoolRoleAttachment. See
cognitoIdentityPoolRoleAttachment for a more convenient constructor.
Constructors
| CognitoIdentityPoolRoleAttachment | |
Instances
cognitoIdentityPoolRoleAttachment #
Arguments
| :: Val Text | |
| -> CognitoIdentityPoolRoleAttachment |
Constructor for CognitoIdentityPoolRoleAttachment containing required
fields as arguments.