@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:21.822Z") @Stability(value=Experimental) public interface PlaybackKeyPairProps extends software.amazon.jsii.JsiiSerializable
| 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 © 2021. All rights reserved.