public static interface CfnIdentityPool.PushSyncProperty
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 java.util.List<java.lang.String> |
getApplicationArns()
The ARNs of the Amazon SNS platform applications that could be used by clients.
|
default java.lang.String |
getRoleArn()
An IAM role configured to allow Amazon Cognito to call Amazon SNS on behalf of the developer.
|
default java.util.List<java.lang.String> getApplicationArns()
default java.lang.String getRoleArn()
static CfnIdentityPool.PushSyncProperty.Builder builder()