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.116.0 (build 0eddcff)",
date="2025-10-29T11:15:51.844Z")
@Stability(Experimental)
public class StreamKey
extends Resource
implements IStreamKey
(experimental) A new IVS Stream Key.
Example:
StreamKey myStreamKey = myChannel.addStreamKey("StreamKey");
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class(experimental) A fluent builder forStreamKey.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.ivs.alpha.IStreamKey
IStreamKey.Jsii$Default, IStreamKey.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String(experimental) Uniquely identifies this class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStreamKey(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedStreamKey(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, isResourceMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
PROPERTY_INJECTION_ID
(experimental) Uniquely identifies this class.
-
-
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:
getStreamKeyArnin interfaceIStreamKey
-
getStreamKeyValue
(experimental) The stream-key value.For example: sk_us-west-2_abcdABCDefgh_567890abcdef
-