public static final class CfnStreamProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStreamProps
CfnStreamProps
CfnStreamProps.Builder, CfnStreamProps.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 |
getName()
The name of the Kinesis stream.
|
java.lang.Number |
getRetentionPeriodHours()
The number of hours for the data records that are stored in shards to remain accessible.
|
java.lang.Number |
getShardCount()
The number of shards that the stream uses.
|
java.lang.Object |
getStreamEncryption()
When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.
|
java.lang.Object |
getStreamModeDetails()
Specifies the capacity mode to which you want to set your data stream.
|
java.util.List<CfnTag> |
getTags()
An arbitrary set of tags (key–value pairs) to associate with the Kinesis stream.
|
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 getName()
CfnStreamProps
If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the stream name. For more information, see Name Type .
If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
getName
in interface CfnStreamProps
public final java.lang.Number getRetentionPeriodHours()
CfnStreamProps
The default value is 24. For more information about the stream retention period, see Changing the Data Retention Period in the Amazon Kinesis Developer Guide.
getRetentionPeriodHours
in interface CfnStreamProps
public final java.lang.Number getShardCount()
CfnStreamProps
For greater provisioned throughput, increase the number of shards.
getShardCount
in interface CfnStreamProps
public final java.lang.Object getStreamEncryption()
CfnStreamProps
Removing this property from your stack template and updating your stack disables encryption.
getStreamEncryption
in interface CfnStreamProps
public final java.lang.Object getStreamModeDetails()
CfnStreamProps
Currently, in Kinesis Data Streams, you can choose between an on-demand capacity mode and a provisioned capacity mode for your data streams.
getStreamModeDetails
in interface CfnStreamProps
public final java.util.List<CfnTag> getTags()
CfnStreamProps
For information about constraints for this property, see Tag Restrictions in the Amazon Kinesis Developer Guide .
getTags
in interface CfnStreamProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()