@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:36.409Z") @Stability(value=Experimental) public interface StreamKeyProps 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.*;
Channel channel;
StreamKeyProps streamKeyProps = StreamKeyProps.builder()
.channel(channel)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
StreamKeyProps.Builder
A builder for
StreamKeyProps |
static class |
StreamKeyProps.Jsii$Proxy
An implementation for
StreamKeyProps |
| Modifier and Type | Method and Description |
|---|---|
static StreamKeyProps.Builder |
builder() |
IChannel |
getChannel()
(experimental) Channel ARN for the stream.
|
@Stability(value=Experimental) @NotNull IChannel getChannel()
@Stability(value=Experimental) static StreamKeyProps.Builder builder()
StreamKeyProps.Builder of StreamKeyPropsCopyright © 2022. All rights reserved.