@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:36.398Z") @Stability(value=Stable) public interface CfnPlaybackKeyPairProps extends software.amazon.jsii.JsiiSerializable
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 String |
getName()
Playback-key-pair name.
|
String |
getPublicKeyMaterial()
The public portion of a customer-generated key pair.
|
default List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) @NotNull String getPublicKeyMaterial()
@Stability(value=Stable) @Nullable default String getName()
The value does not need to be unique.
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
For more information, see Tag .
@Stability(value=Stable) static CfnPlaybackKeyPairProps.Builder builder()
CfnPlaybackKeyPairProps.Builder of CfnPlaybackKeyPairPropsCopyright © 2022. All rights reserved.