public static final class CfnChannelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannelProps
CfnChannelProps
CfnChannelProps.Builder, CfnChannelProps.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 |
getChannelName()
The name of the channel.
|
java.lang.Object |
getChannelStorage()
Where channel data is stored.
|
java.lang.Object |
getRetentionPeriod()
How long, in days, message data is kept for the channel.
|
java.util.List<CfnTag> |
getTags()
Metadata which can be used to manage the channel.
|
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 getChannelName()
CfnChannelProps
getChannelName
in interface CfnChannelProps
public final java.lang.Object getChannelStorage()
CfnChannelProps
getChannelStorage
in interface CfnChannelProps
public final java.lang.Object getRetentionPeriod()
CfnChannelProps
getRetentionPeriod
in interface CfnChannelProps
public final java.util.List<CfnTag> getTags()
CfnChannelProps
For more information, see Tag .
getTags
in interface CfnChannelProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()