| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CognitoSync.Types.PushSync
Description
Synopsis
- data PushSync = PushSync' {}
- newPushSync :: PushSync
- pushSync_applicationArns :: Lens' PushSync (Maybe [Text])
- pushSync_roleArn :: Lens' PushSync (Maybe Text)
Documentation
Configuration options to be applied to the identity pool.
See: newPushSync smart constructor.
Constructors
| PushSync' | |
Instances
| FromJSON PushSync Source # | |
| ToJSON PushSync Source # | |
Defined in Amazonka.CognitoSync.Types.PushSync | |
| Generic PushSync Source # | |
| Read PushSync Source # | |
| Show PushSync Source # | |
| NFData PushSync Source # | |
Defined in Amazonka.CognitoSync.Types.PushSync | |
| Eq PushSync Source # | |
| Hashable PushSync Source # | |
Defined in Amazonka.CognitoSync.Types.PushSync | |
| type Rep PushSync Source # | |
Defined in Amazonka.CognitoSync.Types.PushSync type Rep PushSync = D1 ('MetaData "PushSync" "Amazonka.CognitoSync.Types.PushSync" "amazonka-cognito-sync-2.0-4eAo0O3jWiUGlkSwv2vKaB" 'False) (C1 ('MetaCons "PushSync'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
newPushSync :: PushSync Source #
Create a value of PushSync with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:applicationArns:PushSync', pushSync_applicationArns - List of SNS platform application ARNs that could be used by clients.
$sel:roleArn:PushSync', pushSync_roleArn - A role configured to allow Cognito to call SNS on behalf of the
developer.