Interface PlaybackKeyPairProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PlaybackKeyPairProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-12-17T21:37:41.513Z")
@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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forPlaybackKeyPairProps
static final class
An implementation forPlaybackKeyPairProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic PlaybackKeyPairProps.Builder
builder()
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.Builder
ofPlaybackKeyPairProps
-