@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.115Z") @Stability(value=Stable) public interface CfnStreamKeyProps 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.*;
CfnStreamKeyProps cfnStreamKeyProps = CfnStreamKeyProps.builder()
.channelArn("channelArn")
// the properties below are optional
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStreamKeyProps.Builder
A builder for
CfnStreamKeyProps |
static class |
CfnStreamKeyProps.Jsii$Proxy
An implementation for
CfnStreamKeyProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnStreamKeyProps.Builder |
builder() |
String |
getChannelArn()
Channel ARN for the stream.
|
default List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) @NotNull String getChannelArn()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
For more information, see Tag .
@Stability(value=Stable) static CfnStreamKeyProps.Builder builder()
CfnStreamKeyProps.Builder of CfnStreamKeyPropsCopyright © 2022. All rights reserved.