Class StreamKey
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.ivs.alpha.StreamKey
- All Implemented Interfaces:
IResource
,IStreamKey
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-10-31T19:13:07.981Z")
@Stability(Experimental)
public class StreamKey
extends Resource
implements IStreamKey
(experimental) A new IVS Stream Key.
Example:
StreamKey myStreamKey = myChannel.addStreamKey("StreamKey");
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
(experimental) A fluent builder forStreamKey
.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ivs.alpha.IStreamKey
IStreamKey.Jsii$Default, IStreamKey.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
StreamKey
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
StreamKey
(software.amazon.jsii.JsiiObjectRef objRef) StreamKey
(software.constructs.Construct scope, String id, StreamKeyProps props) -
Method Summary
Modifier and TypeMethodDescription(experimental) The stream-key ARN.(experimental) The stream-key value.Methods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResource
Methods inherited from class software.constructs.Construct
getNode, isConstruct, toString
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
StreamKey
protected StreamKey(software.amazon.jsii.JsiiObjectRef objRef) -
StreamKey
protected StreamKey(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
StreamKey
@Stability(Experimental) public StreamKey(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull StreamKeyProps props) - Parameters:
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.
-
-
Method Details
-
getStreamKeyArn
(experimental) The stream-key ARN.For example: arn:aws:ivs:us-west-2:123456789012:stream-key/g1H2I3j4k5L6
- Specified by:
getStreamKeyArn
in interfaceIStreamKey
-
getStreamKeyValue
(experimental) The stream-key value.For example: sk_us-west-2_abcdABCDefgh_567890abcdef
-