@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.675Z") @Stability(value=Stable) public interface CfnChannelProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannelProps.Builder
A builder for
CfnChannelProps |
static class |
CfnChannelProps.Jsii$Proxy
An implementation for
CfnChannelProps |
Modifier and Type | Method and Description |
---|---|
static CfnChannelProps.Builder |
builder() |
default String |
getDescription()
`AWS::MediaPackage::Channel.Description`.
|
default Object |
getEgressAccessLogs()
`AWS::MediaPackage::Channel.EgressAccessLogs`.
|
String |
getId()
`AWS::MediaPackage::Channel.Id`.
|
default Object |
getIngressAccessLogs()
`AWS::MediaPackage::Channel.IngressAccessLogs`.
|
default List<CfnTag> |
getTags()
`AWS::MediaPackage::Channel.Tags`.
|
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getEgressAccessLogs()
@Stability(value=Stable) @Nullable default Object getIngressAccessLogs()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnChannelProps.Builder builder()
CfnChannelProps.Builder
of CfnChannelProps
Copyright © 2021. All rights reserved.