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, IConstruct, IDependable
Syntax (vb)
Public Class StreamKey Inherits Resource Implements IStreamKey, IResource, IConstruct, IDependable
Remarks
Stability: Experimental
ExampleMetadata: fixture=with-channel infused
Examples
var myStreamKey = myChannel.AddStreamKey("StreamKey");
Synopsis
Constructors
StreamKey(Construct, string, IStreamKeyProps) | (experimental) A new IVS Stream Key. |
Properties
PROPERTY_INJECTION_ID | (experimental) Uniquely identifies this class. |
StreamKeyArn | (experimental) The stream-key ARN. |
StreamKeyValue | (experimental) The stream-key value. |
Constructors
StreamKey(Construct, string, IStreamKeyProps)
(experimental) A new IVS Stream Key.
public StreamKey(Construct scope, string id, IStreamKeyProps props)
Parameters
- scope Construct
- id string
- props IStreamKeyProps
Remarks
Stability: Experimental
Properties
PROPERTY_INJECTION_ID
(experimental) Uniquely identifies this class.
public static string PROPERTY_INJECTION_ID { get; }
Property Value
Remarks
Stability: Experimental
StreamKeyArn
(experimental) The stream-key ARN.
public virtual string StreamKeyArn { get; }
Property Value
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
Remarks
For example: sk_us-west-2_abcdABCDefgh_567890abcdef
Stability: Experimental
Attribute: true
Implements
Constructs.IConstruct
Constructs.IDependable