Show / Hide Table of Contents

Class StreamKeyProps

(experimental) Properties for creating a new Stream Key.

Inheritance
System.Object
StreamKeyProps
Implements
IStreamKeyProps
Namespace: Amazon.CDK.AWS.IVS
Assembly: Amazon.CDK.AWS.IVS.dll
Syntax (csharp)
public class StreamKeyProps : Object, IStreamKeyProps
Syntax (vb)
Public Class StreamKeyProps
    Inherits Object
    Implements IStreamKeyProps
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IVS;

Channel channel;

var streamKeyProps = new StreamKeyProps {
    Channel = channel
};

Synopsis

Constructors

StreamKeyProps()

Properties

Channel

(experimental) Channel ARN for the stream.

Constructors

StreamKeyProps()

public StreamKeyProps()

Properties

Channel

(experimental) Channel ARN for the stream.

public IChannel Channel { get; set; }
Property Value

IChannel

Remarks

Stability: Experimental

Implements

IStreamKeyProps
Back to top Generated by DocFX