| Package | Description |
|---|---|
| software.amazon.awscdk.services.mediapackage |
AWS::MediaPackage Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.Builder |
CfnChannel.Builder.create(software.constructs.Construct scope,
String id) |
CfnChannel.Builder |
CfnChannel.Builder.description(String description)
Any descriptive information that you want to add to the channel for future identification purposes.
|
CfnChannel.Builder |
CfnChannel.Builder.egressAccessLogs(CfnChannel.LogConfigurationProperty egressAccessLogs)
Configures egress access logs.
|
CfnChannel.Builder |
CfnChannel.Builder.egressAccessLogs(IResolvable egressAccessLogs)
Configures egress access logs.
|
CfnChannel.Builder |
CfnChannel.Builder.id(String id)
Unique identifier that you assign to the channel.
|
CfnChannel.Builder |
CfnChannel.Builder.ingressAccessLogs(CfnChannel.LogConfigurationProperty ingressAccessLogs)
Configures ingress access logs.
|
CfnChannel.Builder |
CfnChannel.Builder.ingressAccessLogs(IResolvable ingressAccessLogs)
Configures ingress access logs.
|
CfnChannel.Builder |
CfnChannel.Builder.tags(List<? extends CfnTag> tags)
The tags to assign to the channel.
|
Copyright © 2022. All rights reserved.