Show / Hide Table of Contents

Class StreamKey

(experimental) A new IVS Stream Key.

Inheritance
System.Object
Construct
Resource
StreamKey
Implements
IStreamKey
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.IVS
Assembly: Amazon.CDK.AWS.IVS.dll
Syntax (csharp)
public class StreamKey : Resource, IStreamKey, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class StreamKey
    Inherits Resource
    Implements IStreamKey, IResource, IConstruct, IConstruct, IDependable
Remarks

Stability: Experimental

Synopsis

Constructors

StreamKey(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

StreamKey(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

StreamKey(Construct, String, IStreamKeyProps)

Properties

StreamKeyArn

(experimental) The stream-key ARN.

StreamKeyValue

(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.ByRefValue

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.DeputyBase.DeputyProps

The deputy props

StreamKey(Construct, String, IStreamKeyProps)

public StreamKey(Construct scope, string id, IStreamKeyProps props)
Parameters
scope Constructs.Construct
id System.String
props IStreamKeyProps
Remarks

Stability: Experimental

Properties

StreamKeyArn

(experimental) The stream-key ARN.

public virtual string StreamKeyArn { get; }
Property Value

System.String

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.String

Remarks

For example: sk_us-west-2_abcdABCDefgh_567890abcdef

Stability: Experimental

Attribute: true

Implements

IStreamKey
IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX