Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Instances
Eq PushSync Source # | |
Read PushSync Source # | |
Show PushSync Source # | |
Generic PushSync Source # | |
NFData PushSync Source # | |
Defined in Amazonka.CognitoSync.Types.PushSync | |
Hashable PushSync Source # | |
Defined in Amazonka.CognitoSync.Types.PushSync | |
ToJSON PushSync Source # | |
Defined in Amazonka.CognitoSync.Types.PushSync | |
FromJSON PushSync Source # | |
type Rep PushSync Source # | |
Defined in Amazonka.CognitoSync.Types.PushSync type Rep PushSync = D1 ('MetaData "PushSync" "Amazonka.CognitoSync.Types.PushSync" "libZSservicesZSamazonka-cognito-syncZSamazonka-cognito-sync" '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.