Interface PlaybackKeyPairProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PlaybackKeyPairProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:18.442Z")
@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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forPlaybackKeyPairPropsstatic final classAn implementation forPlaybackKeyPairProps -
Method Summary
Modifier and TypeMethodDescriptionstatic PlaybackKeyPairProps.Builderbuilder()default String(experimental) An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource.(experimental) The public portion of a customer-generated key pair.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPublicKeyMaterial
(experimental) The public portion of a customer-generated key pair. -
getPlaybackKeyPairName
(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: Automatically generated name
-
builder
- Returns:
- a
PlaybackKeyPairProps.BuilderofPlaybackKeyPairProps
-