public static final class CfnIdentityPool.CognitoStreamsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIdentityPool.CognitoStreamsProperty
CfnIdentityPool.CognitoStreamsProperty
CfnIdentityPool.CognitoStreamsProperty.Builder, CfnIdentityPool.CognitoStreamsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) of the role Amazon Cognito can assume to publish to the stream.
|
java.lang.String |
getStreamingStatus()
Status of the Amazon Cognito streams.
|
java.lang.String |
getStreamName()
The name of the Amazon Cognito stream to receive updates.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getRoleArn()
CfnIdentityPool.CognitoStreamsProperty
This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord
on your Amazon Cognito stream.
getRoleArn
in interface CfnIdentityPool.CognitoStreamsProperty
public final java.lang.String getStreamingStatus()
CfnIdentityPool.CognitoStreamsProperty
Valid values are: ENABLED
or DISABLED
.
getStreamingStatus
in interface CfnIdentityPool.CognitoStreamsProperty
public final java.lang.String getStreamName()
CfnIdentityPool.CognitoStreamsProperty
This stream must be in the developer's account and in the same Region as the identity pool.
getStreamName
in interface CfnIdentityPool.CognitoStreamsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()