Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.CognitoIdentityPoolRoleAttachment
- 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 | |
cognitoIdentityPoolRoleAttachment #
Arguments
:: Val Text | |
-> CognitoIdentityPoolRoleAttachment |
Constructor for CognitoIdentityPoolRoleAttachment
containing required
fields as arguments.