@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-17T17:31:10.493Z")
public interface PlaybackKeyPairProps
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 java.lang.String |
getName()
(experimental) An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource.
|
java.lang.String |
getPublicKeyMaterial()
(experimental) The public portion of a customer-generated key pair.
|
java.lang.String getPublicKeyMaterial()
default java.lang.String getName()
The value does not need to be unique.
Default: None
static PlaybackKeyPairProps.Builder builder()
PlaybackKeyPairProps.Builder
of PlaybackKeyPairProps