@Stability(value=Stable)
public static interface CfnIdentityPool.PushSyncProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIdentityPool.PushSyncProperty.Builder
A builder for
CfnIdentityPool.PushSyncProperty |
static class |
CfnIdentityPool.PushSyncProperty.Jsii$Proxy
An implementation for
CfnIdentityPool.PushSyncProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIdentityPool.PushSyncProperty.Builder |
builder() |
default List<String> |
getApplicationArns()
The ARNs of the Amazon SNS platform applications that could be used by clients.
|
default String |
getRoleArn()
An IAM role configured to allow Amazon Cognito to call Amazon SNS on behalf of the developer.
|
@Stability(value=Stable) @Nullable default List<String> getApplicationArns()
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) static CfnIdentityPool.PushSyncProperty.Builder builder()
Copyright © 2022. All rights reserved.