Class StreamKeyProps
(experimental) Properties for creating a new Stream Key.
Inheritance
System.Object
    StreamKeyProps
  Implements
Namespace: Amazon.CDK.AWS.IVS
Assembly: Amazon.CDK.AWS.IVS.dll
Syntax (csharp)
public class StreamKeyProps : Object, IStreamKeyPropsSyntax (vb)
Public Class StreamKeyProps
    Inherits Object
    Implements IStreamKeyPropsRemarks
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
Remarks
Stability: Experimental