Class CfnStreamProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisvideo.CfnStreamProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStreamProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStreamProps
@Stability(Stable)
@Internal
public static final class CfnStreamProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStreamProps
An implementation for
CfnStreamProps-
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.CfnStreamProps
CfnStreamProps.Builder, CfnStreamProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnStreamProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStreamProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberHow long the stream retains data, in hours.final StringThe name of the device that is associated with the stream.final StringThe ID of the AWS Key Management Service ( AWS ) key that Kinesis Video Streams uses to encrypt data on the stream.final StringTheMediaTypeof the stream.final StringgetName()The name of the stream.final ObjectThe configuration for stream storage, including the default storage tier for stream data.getTags()An array of key-value pairs to apply to this resource.final inthashCode()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 theCfnStreamProps.Builder.
-
-
Method Details
-
getDataRetentionInHours
Description copied from interface:CfnStreamPropsHow long the stream retains data, in hours.- Specified by:
getDataRetentionInHoursin interfaceCfnStreamProps- See Also:
-
getDeviceName
Description copied from interface:CfnStreamPropsThe name of the device that is associated with the stream.- Specified by:
getDeviceNamein interfaceCfnStreamProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnStreamPropsThe ID of the AWS Key Management Service ( AWS ) key that Kinesis Video Streams uses to encrypt data on the stream.- Specified by:
getKmsKeyIdin interfaceCfnStreamProps- See Also:
-
getMediaType
Description copied from interface:CfnStreamPropsTheMediaTypeof the stream.- Specified by:
getMediaTypein interfaceCfnStreamProps- See Also:
-
getName
Description copied from interface:CfnStreamPropsThe name of the stream.- Specified by:
getNamein interfaceCfnStreamProps- See Also:
-
getStreamStorageConfiguration
Description copied from interface:CfnStreamPropsThe configuration for stream storage, including the default storage tier for stream data.This configuration determines how stream data is stored and accessed, with different tiers offering varying levels of performance and cost optimization.
Returns union: either
IResolvableorCfnStream.StreamStorageConfigurationProperty- Specified by:
getStreamStorageConfigurationin interfaceCfnStreamProps- See Also:
-
getTags
Description copied from interface:CfnStreamPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnStreamProps- 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()
-