@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:21.822Z") @Stability(value=Experimental) public class PlaybackKeyPair extends Resource implements IPlaybackKeyPair
| Modifier and Type | Class and Description |
|---|---|
static class |
PlaybackKeyPair.Builder
(experimental) A fluent builder for
PlaybackKeyPair. |
software.amazon.jsii.JsiiObject.InitializationModeIPlaybackKeyPair.Jsii$Default, IPlaybackKeyPair.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
PlaybackKeyPair(software.constructs.Construct scope,
String id,
PlaybackKeyPairProps props) |
protected |
PlaybackKeyPair(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
PlaybackKeyPair(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPlaybackKeyPairArn()
(experimental) Key-pair ARN.
|
String |
getPlaybackKeyPairFingerprint()
(experimental) Key-pair identifier.
|
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 PlaybackKeyPair(software.amazon.jsii.JsiiObjectRef objRef)
protected PlaybackKeyPair(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public PlaybackKeyPair(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
PlaybackKeyPairProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public String getPlaybackKeyPairArn()
For example: arn:aws:ivs:us-west-2:693991300569:playback-key/f99cde61-c2b0-4df3-8941-ca7d38acca1a
getPlaybackKeyPairArn in interface IPlaybackKeyPair@Stability(value=Experimental) @NotNull public String getPlaybackKeyPairFingerprint()
For example: 98:0d:1a:a0:19:96:1e:ea:0a:0a:2c:9a:42:19:2b:e7
Copyright © 2021. All rights reserved.