Interface CfnIdentityPool.PushSyncProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdentityPool.PushSyncProperty.Jsii$Proxy
- Enclosing class:
CfnIdentityPool
@Stability(Stable)
public static interface CfnIdentityPool.PushSyncProperty
extends software.amazon.jsii.JsiiSerializable
PushSync is a property of the AWS::Cognito::IdentityPool resource that defines the configuration options to be applied to an Amazon Cognito identity pool.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
PushSyncProperty pushSyncProperty = PushSyncProperty.builder()
.applicationArns(List.of("applicationArns"))
.roleArn("roleArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIdentityPool.PushSyncPropertystatic final classAn implementation forCfnIdentityPool.PushSyncProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationArns
The ARNs of the Amazon SNS platform applications that could be used by clients.- See Also:
-
getRoleArn
An IAM role configured to allow Amazon Cognito to call Amazon SNS on behalf of the developer.- See Also:
-
builder
-