Interface CfnPackagingGroupPropsMixin.LogConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPackagingGroupPropsMixin.LogConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnPackagingGroupPropsMixin
@Stability(Stable)
public static interface CfnPackagingGroupPropsMixin.LogConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Sets a custom Amazon CloudWatch log group name for egress logs.
If a log group name isn't specified, the default name is used: /aws/MediaPackage/EgressAccessLogs.
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 forCfnPackagingGroupPropsMixin.LogConfigurationPropertystatic final classAn implementation forCfnPackagingGroupPropsMixin.LogConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogGroupName
Sets a custom Amazon CloudWatch log group name for egress logs.If a log group name isn't specified, the default name is used: /aws/MediaPackage/EgressAccessLogs.
- See Also:
-
builder
-