Class PlaybackKeyPair

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.Resource
software.amazon.awscdk.services.ivs.PlaybackKeyPair
All Implemented Interfaces:
IConstruct, IDependable, IResource, IPlaybackKeyPair, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:58.063Z") @Stability(Experimental) public class PlaybackKeyPair extends Resource implements IPlaybackKeyPair
(experimental) A new IVS Playback Key Pair.

Example:

 PlaybackKeyPair keyPair = PlaybackKeyPair.Builder.create(this, "PlaybackKeyPair")
         .publicKeyMaterial(myPublicKeyPemString)
         .build();
 
  • Constructor Details

    • PlaybackKeyPair

      protected PlaybackKeyPair(software.amazon.jsii.JsiiObjectRef objRef)
    • PlaybackKeyPair

      protected PlaybackKeyPair(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • PlaybackKeyPair

      @Stability(Experimental) public PlaybackKeyPair(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull PlaybackKeyPairProps props)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      props - This parameter is required.
  • Method Details

    • getPlaybackKeyPairArn

      @Stability(Experimental) @NotNull public String getPlaybackKeyPairArn()
      (experimental) Key-pair ARN.

      For example: arn:aws:ivs:us-west-2:693991300569:playback-key/f99cde61-c2b0-4df3-8941-ca7d38acca1a

      Specified by:
      getPlaybackKeyPairArn in interface IPlaybackKeyPair
    • getPlaybackKeyPairFingerprint

      @Stability(Experimental) @NotNull public String getPlaybackKeyPairFingerprint()
      (experimental) Key-pair identifier.

      For example: 98:0d:1a:a0:19:96:1e:ea:0a:0a:2c:9a:42:19:2b:e7