| Package | Description |
|---|---|
| software.amazon.awscdk.services.kinesisvideo |
AWS::KinesisVideo Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnStream.Builder |
CfnStream.Builder.create(software.constructs.Construct scope,
String id) |
CfnStream.Builder |
CfnStream.Builder.dataRetentionInHours(Number dataRetentionInHours)
How long the stream retains data, in hours.
|
CfnStream.Builder |
CfnStream.Builder.deviceName(String deviceName)
The name of the device that is associated with the stream.
|
CfnStream.Builder |
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 |
CfnStream.Builder.mediaType(String mediaType)
The `MediaType` of the stream.
|
CfnStream.Builder |
CfnStream.Builder.name(String name)
The name of the stream.
|
CfnStream.Builder |
CfnStream.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
Copyright © 2022. All rights reserved.