Interface CfnChannelPropsMixin.LogConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPropsMixin.LogConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnChannelPropsMixin
@Stability(Stable)
public static interface CfnChannelPropsMixin.LogConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The access log configuration parameters for your channel.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.mediapackage.*;
LogConfigurationProperty logConfigurationProperty = LogConfigurationProperty.builder()
.logGroupName("logGroupName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPropsMixin.LogConfigurationPropertystatic final classAn implementation forCfnChannelPropsMixin.LogConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogGroupName
Sets a custom Amazon CloudWatch log group name.- See Also:
-
builder
-