Class StreamKey
(experimental) A new IVS Stream Key.
Inherited Members
Namespace: Amazon.CDK.AWS.Ivs.Alpha
Assembly: Amazon.CDK.AWS.IVS.Alpha.dll
Syntax (csharp)
public class StreamKey : Resource, IStreamKey, IResource
Syntax (vb)
Public Class StreamKey
Inherits Resource
Implements IStreamKey, IResource
Remarks
Stability: Experimental
ExampleMetadata: fixture=with-channel infused
Examples
var myStreamKey = myChannel.AddStreamKey("StreamKey");
Synopsis
Constructors
Stream |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Stream |
Used by jsii to construct an instance of this class from DeputyProps |
Stream |
Properties
Stream |
(experimental) The stream-key ARN. |
Stream |
(experimental) The stream-key value. |
Constructors
StreamKey(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected StreamKey(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
StreamKey(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected StreamKey(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
StreamKey(Construct, String, IStreamKeyProps)
public StreamKey(Construct scope, string id, IStreamKeyProps props)
Parameters
- scope Constructs.
Construct - id System.
String - props IStream
Key Props
Remarks
Stability: Experimental
Properties
StreamKeyArn
(experimental) The stream-key ARN.
public virtual string StreamKeyArn { get; }
Property Value
System.
Remarks
For example: arn:aws:ivs:us-west-2:123456789012:stream-key/g1H2I3j4k5L6
Stability: Experimental
StreamKeyValue
(experimental) The stream-key value.
public virtual string StreamKeyValue { get; }
Property Value
System.
Remarks
For example: sk_us-west-2_abcdABCDefgh_567890abcdef
Stability: Experimental
Attribute: true