@Stability(value=Stable) @Internal public static final class CfnStreamProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStreamProps
CfnStreamPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnStreamProps.Builder, CfnStreamProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnStreamProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnStreamProps.Builder. |
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(Object o) |
String |
getName()
The name of the Kinesis stream.
|
Number |
getRetentionPeriodHours()
The number of hours for the data records that are stored in shards to remain accessible.
|
Number |
getShardCount()
The number of shards that the stream uses.
|
Object |
getStreamEncryption()
When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.
|
Object |
getStreamModeDetails()
Specifies the capacity mode to which you want to set your data stream.
|
List<CfnTag> |
getTags()
An arbitrary set of tags (key–value pairs) to associate with the Kinesis stream.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnStreamProps.Builder builder)
CfnStreamProps.Builder.public final String getName()
CfnStreamPropsIf 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 CfnStreamPropspublic final Number getRetentionPeriodHours()
CfnStreamPropsThe 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 CfnStreamPropspublic final Number getShardCount()
CfnStreamPropsFor greater provisioned throughput, increase the number of shards.
getShardCount in interface CfnStreamPropspublic final Object getStreamEncryption()
CfnStreamPropsRemoving this property from your stack template and updating your stack disables encryption.
getStreamEncryption in interface CfnStreamPropspublic final Object getStreamModeDetails()
CfnStreamPropsCurrently, 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 CfnStreamPropspublic final List<CfnTag> getTags()
CfnStreamPropsFor information about constraints for this property, see Tag Restrictions in the Amazon Kinesis Developer Guide .
getTags in interface CfnStreamProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.