@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.941Z") @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()
`AWS::IVS::PlaybackKeyPair.Name`.
|
String |
getPublicKeyMaterial()
`AWS::IVS::PlaybackKeyPair.PublicKeyMaterial`.
|
default List<CfnTag> |
getTags()
`AWS::IVS::PlaybackKeyPair.Tags`.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @NotNull String getPublicKeyMaterial()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnPlaybackKeyPairProps.Builder builder()
CfnPlaybackKeyPairProps.Builder of CfnPlaybackKeyPairPropsCopyright © 2021. All rights reserved.