@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:23.362Z") @Stability(value=Stable) public interface CfnStreamProps 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.kinesisvideo.*;
CfnStreamProps cfnStreamProps = CfnStreamProps.builder()
.dataRetentionInHours(123)
.deviceName("deviceName")
.kmsKeyId("kmsKeyId")
.mediaType("mediaType")
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStreamProps.Builder
A builder for
CfnStreamProps |
static class |
CfnStreamProps.Jsii$Proxy
An implementation for
CfnStreamProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnStreamProps.Builder |
builder() |
default Number |
getDataRetentionInHours()
`AWS::KinesisVideo::Stream.DataRetentionInHours`.
|
default String |
getDeviceName()
`AWS::KinesisVideo::Stream.DeviceName`.
|
default String |
getKmsKeyId()
`AWS::KinesisVideo::Stream.KmsKeyId`.
|
default String |
getMediaType()
`AWS::KinesisVideo::Stream.MediaType`.
|
default String |
getName()
`AWS::KinesisVideo::Stream.Name`.
|
default List<CfnTag> |
getTags()
`AWS::KinesisVideo::Stream.Tags`.
|
@Stability(value=Stable) @Nullable default Number getDataRetentionInHours()
@Stability(value=Stable) @Nullable default String getDeviceName()
@Stability(value=Stable) @Nullable default String getKmsKeyId()
@Stability(value=Stable) @Nullable default String getMediaType()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnStreamProps.Builder builder()
CfnStreamProps.Builder of CfnStreamPropsCopyright © 2022. All rights reserved.