@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:36.408Z") @Stability(value=Experimental) public interface PlaybackKeyPairProps extends software.amazon.jsii.JsiiSerializable
Example:
PlaybackKeyPair keyPair = PlaybackKeyPair.Builder.create(this, "PlaybackKeyPair")
.publicKeyMaterial(myPublicKeyPemString)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
PlaybackKeyPairProps.Builder
A builder for
PlaybackKeyPairProps |
static class |
PlaybackKeyPairProps.Jsii$Proxy
An implementation for
PlaybackKeyPairProps |
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
String |
getPublicKeyMaterial()
(experimental) The public portion of a customer-generated key pair.
|
@Stability(value=Experimental) @NotNull String getPublicKeyMaterial()
@Stability(value=Experimental) @Nullable default String getName()
The value does not need to be unique.
Default: None
@Stability(value=Experimental) static PlaybackKeyPairProps.Builder builder()
PlaybackKeyPairProps.Builder of PlaybackKeyPairPropsCopyright © 2022. All rights reserved.