@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-17T17:31:11.313Z")
public interface CfnChannelProps
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.mediapackage.*; CfnChannelProps cfnChannelProps = CfnChannelProps.builder() .id("id") // the properties below are optional .description("description") .egressAccessLogs(LogConfigurationProperty.builder() .logGroupName("logGroupName") .build()) .ingressAccessLogs(LogConfigurationProperty.builder() .logGroupName("logGroupName") .build()) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
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 java.lang.String |
getDescription()
Any descriptive information that you want to add to the channel for future identification purposes.
|
default java.lang.Object |
getEgressAccessLogs()
Configures egress access logs.
|
java.lang.String |
getId()
Unique identifier that you assign to the channel.
|
default java.lang.Object |
getIngressAccessLogs()
Configures ingress access logs.
|
default java.util.List<CfnTag> |
getTags()
The tags to assign to the channel.
|
java.lang.String getId()
default java.lang.String getDescription()
default java.lang.Object getEgressAccessLogs()
default java.lang.Object getIngressAccessLogs()
default java.util.List<CfnTag> getTags()
static CfnChannelProps.Builder builder()
CfnChannelProps.Builder
of CfnChannelProps