Class CfnStream.StreamStorageConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisvideo.CfnStream.StreamStorageConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStream.StreamStorageConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStream.StreamStorageConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnStream.StreamStorageConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStream.StreamStorageConfigurationProperty
An implementation for
CfnStream.StreamStorageConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisvideo.CfnStream.StreamStorageConfigurationProperty
CfnStream.StreamStorageConfigurationProperty.Builder, CfnStream.StreamStorageConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStream.StreamStorageConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStream.StreamStorageConfigurationProperty.Builder.
-
-
Method Details
-
getDefaultStorageTier
Description copied from interface:CfnStream.StreamStorageConfigurationPropertyThe default storage tier for the stream data.This setting determines the storage class used for stream data, affecting both performance characteristics and storage costs.
Available storage tiers:
HOT- Optimized for frequent access with the lowest latency and highest performance. Ideal for real-time applications and frequently accessed data.WARM- Balanced performance and cost for moderately accessed data. Suitable for data that is accessed regularly but not continuously.
Default: - "HOT"
- Specified by:
getDefaultStorageTierin interfaceCfnStream.StreamStorageConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-