@Stability(value=Stable)
public static interface CfnIdentityPool.PushSyncProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnIdentityPool.PushSyncProperty.ApplicationArns`.
|
default String |
getRoleArn()
`CfnIdentityPool.PushSyncProperty.RoleArn`.
|
@Stability(value=Stable) @Nullable default List<String> getApplicationArns()
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) static CfnIdentityPool.PushSyncProperty.Builder builder()
Copyright © 2021. All rights reserved.