Uses of Interface
software.amazon.awscdk.services.mediapackage.CfnChannel.LogConfigurationProperty
Package
Description
AWS::MediaPackage Construct Library
-
Uses of CfnChannel.LogConfigurationProperty in software.amazon.awscdk.services.mediapackage
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnChannel.LogConfigurationProperty
Modifier and TypeMethodDescriptionCfnChannel.LogConfigurationProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnChannel.Builder.egressAccessLogs
(CfnChannel.LogConfigurationProperty egressAccessLogs) Configures egress access logs.CfnChannelProps.Builder.egressAccessLogs
(CfnChannel.LogConfigurationProperty egressAccessLogs) Sets the value ofCfnChannelProps.getEgressAccessLogs()
CfnChannel.Builder.ingressAccessLogs
(CfnChannel.LogConfigurationProperty ingressAccessLogs) Configures ingress access logs.CfnChannelProps.Builder.ingressAccessLogs
(CfnChannel.LogConfigurationProperty ingressAccessLogs) Sets the value ofCfnChannelProps.getIngressAccessLogs()
void
CfnChannel.setEgressAccessLogs
(CfnChannel.LogConfigurationProperty value) Configures egress access logs.void
CfnChannel.setIngressAccessLogs
(CfnChannel.LogConfigurationProperty value) Configures ingress access logs.