| Modifier and Type | Method and Description |
|---|---|
CfnStream |
build() |
static CfnStream.Builder |
create(software.constructs.Construct scope,
String id) |
CfnStream.Builder |
dataRetentionInHours(Number dataRetentionInHours)
How long the stream retains data, in hours.
|
CfnStream.Builder |
deviceName(String deviceName)
The name of the device that is associated with the stream.
|
CfnStream.Builder |
kmsKeyId(String kmsKeyId)
The ID of the AWS Key Management Service ( AWS KMS ) key that Kinesis Video Streams uses to encrypt data on the stream.
|
CfnStream.Builder |
mediaType(String mediaType)
The `MediaType` of the stream.
|
CfnStream.Builder |
name(String name)
The name of the stream.
|
CfnStream.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnStream.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnStream.Builder.@Stability(value=Stable) public CfnStream.Builder dataRetentionInHours(Number dataRetentionInHours)
dataRetentionInHours - How long the stream retains data, in hours. This parameter is required.this@Stability(value=Stable) public CfnStream.Builder deviceName(String deviceName)
deviceName - The name of the device that is associated with the stream. This parameter is required.this@Stability(value=Stable) public CfnStream.Builder kmsKeyId(String kmsKeyId)
kmsKeyId - The ID of the AWS Key Management Service ( AWS KMS ) key that Kinesis Video Streams uses to encrypt data on the stream. This parameter is required.this@Stability(value=Stable) public CfnStream.Builder mediaType(String mediaType)
mediaType - The `MediaType` of the stream. This parameter is required.this@Stability(value=Stable) public CfnStream.Builder name(String name)
name - The name of the stream. This parameter is required.this@Stability(value=Stable) public CfnStream.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.thisCopyright © 2022. All rights reserved.