Interface IStreamKey
(experimental) Represents an IVS Stream Key.
Namespace: Amazon.CDK.AWS.Ivs.Alpha
Assembly: Amazon.CDK.AWS.IVS.Alpha.dll
Syntax (csharp)
public interface IStreamKey : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IStreamKey Inherits IResource, IConstruct, IDependable
Remarks
Stability: Experimental
Synopsis
Properties
StreamKeyArn | (experimental) The stream-key ARN. |
Properties
StreamKeyArn
(experimental) The stream-key ARN.
string StreamKeyArn { get; }
Property Value
Remarks
For example: arn:aws:ivs:us-west-2:123456789012:stream-key/g1H2I3j4k5L6
Stability: Experimental
Attribute: true