Show / Hide Table of Contents

Class VideoStreamState

Inheritance
System.Object
InputArgs
ResourceArgs
VideoStreamState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Kinesis
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VideoStreamState : ResourceArgs

Constructors

View Source

VideoStreamState()

Declaration
public VideoStreamState()

Properties

View Source

Arn

The Amazon Resource Name (ARN) specifying the Stream (same as id)

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CreationTime

A time stamp that indicates when the stream was created.

Declaration
public Input<string> CreationTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DataRetentionInHours

The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.

Declaration
public Input<int> DataRetentionInHours { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

DeviceName

The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.

Declaration
public Input<string> DeviceName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KmsKeyId

The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo) is used.

Declaration
public Input<string> KmsKeyId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MediaType

The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType, see Naming Requirements for guidelines.

Declaration
public Input<string> MediaType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

A name to identify the stream. This is unique to the AWS account and region the Stream is created in.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Version

The version of the stream.

Declaration
public Input<string> Version { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.