Interface PlaybackKeyPairProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
PlaybackKeyPairProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:58.064Z") @Stability(Experimental) public interface PlaybackKeyPairProps extends software.amazon.jsii.JsiiSerializable
(experimental) Properties for creating a new Playback Key Pair.

Example:

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

    • getPublicKeyMaterial

      @Stability(Experimental) @NotNull String getPublicKeyMaterial()
      (experimental) The public portion of a customer-generated key pair.
    • getName

      @Stability(Experimental) @Nullable default String getName()
      (experimental) An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource.

      The value does not need to be unique.

      Default: None

    • builder

      @Stability(Experimental) static PlaybackKeyPairProps.Builder builder()
      Returns:
      a PlaybackKeyPairProps.Builder of PlaybackKeyPairProps