@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:55.286Z")
public interface CfnPlaybackKeyPairProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ivs.*; CfnPlaybackKeyPairProps cfnPlaybackKeyPairProps = CfnPlaybackKeyPairProps.builder() .publicKeyMaterial("publicKeyMaterial") // the properties below are optional .name("name") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnPlaybackKeyPairProps.Builder
A builder for
CfnPlaybackKeyPairProps |
static class |
CfnPlaybackKeyPairProps.Jsii$Proxy
An implementation for
CfnPlaybackKeyPairProps |
Modifier and Type | Method and Description |
---|---|
static CfnPlaybackKeyPairProps.Builder |
builder() |
default java.lang.String |
getName()
Playback-key-pair name.
|
java.lang.String |
getPublicKeyMaterial()
The public portion of a customer-generated key pair.
|
default java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String getPublicKeyMaterial()
default java.lang.String getName()
The value does not need to be unique.
default java.util.List<CfnTag> getTags()
For more information, see Tag .
static CfnPlaybackKeyPairProps.Builder builder()
CfnPlaybackKeyPairProps.Builder
of CfnPlaybackKeyPairProps