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();
-
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
getName()
(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. -
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
- Returns:
- a
PlaybackKeyPairProps.Builder
ofPlaybackKeyPairProps
-