Class CfnStreamMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kinesisvideo.CfnStreamMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStreamMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStreamMixinProps
@Stability(Stable)
@Internal
public static final class CfnStreamMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStreamMixinProps
An implementation for
CfnStreamMixinProps-
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.cfnpropertymixins.services.kinesisvideo.CfnStreamMixinProps
CfnStreamMixinProps.Builder, CfnStreamMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnStreamMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStreamMixinProps.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 theCfnStreamMixinProps.Builder.
-
-
Method Details
-
getDataRetentionInHours
Description copied from interface:CfnStreamMixinPropsHow long the stream retains data, in hours.- Specified by:
getDataRetentionInHoursin interfaceCfnStreamMixinProps- See Also:
-
getDeviceName
Description copied from interface:CfnStreamMixinPropsThe name of the device that is associated with the stream.- Specified by:
getDeviceNamein interfaceCfnStreamMixinProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnStreamMixinPropsThe ID of the AWS Key Management Service ( AWS ) key that Kinesis Video Streams uses to encrypt data on the stream.- Specified by:
getKmsKeyIdin interfaceCfnStreamMixinProps- See Also:
-
getMediaType
Description copied from interface:CfnStreamMixinPropsTheMediaTypeof the stream.- Specified by:
getMediaTypein interfaceCfnStreamMixinProps- See Also:
-
getName
Description copied from interface:CfnStreamMixinPropsThe name of the stream.- Specified by:
getNamein interfaceCfnStreamMixinProps- See Also:
-
getStreamStorageConfiguration
Description copied from interface:CfnStreamMixinPropsThe 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
IResolvableorCfnStreamPropsMixin.StreamStorageConfigurationProperty- Specified by:
getStreamStorageConfigurationin interfaceCfnStreamMixinProps- See Also:
-
getTags
Description copied from interface:CfnStreamMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnStreamMixinProps- 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()
-