@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:21.823Z") @Stability(value=Experimental) public class StreamKey extends Resource implements IStreamKey
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamKey.Builder
(experimental) A fluent builder for
StreamKey. |
software.amazon.jsii.JsiiObject.InitializationModeIStreamKey.Jsii$Default, IStreamKey.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
StreamKey(software.constructs.Construct scope,
String id,
StreamKeyProps props) |
protected |
StreamKey(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
StreamKey(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStreamKeyArn()
(experimental) The stream-key ARN.
|
String |
getStreamKeyValue()
(experimental) The stream-key value.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected StreamKey(software.amazon.jsii.JsiiObjectRef objRef)
protected StreamKey(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public StreamKey(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
StreamKeyProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public String getStreamKeyArn()
For example: arn:aws:ivs:us-west-2:123456789012:stream-key/g1H2I3j4k5L6
getStreamKeyArn in interface IStreamKey@Stability(value=Experimental) @NotNull public String getStreamKeyValue()
For example: sk_us-west-2_abcdABCDefgh_567890abcdef
Copyright © 2021. All rights reserved.