interface LogConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaPackage.Mixins.CfnPackagingGroupPropsMixin.LogConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediapackage/mixins#CfnPackagingGroupPropsMixin_LogConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediapackage.mixins.CfnPackagingGroupPropsMixin.LogConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_mediapackage.mixins.CfnPackagingGroupPropsMixin.LogConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediapackage » mixins » CfnPackagingGroupPropsMixin » LogConfigurationProperty |
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 { mixins as mediapackage_mixins } from '@aws-cdk/mixins-preview/aws-mediapackage';
const logConfigurationProperty: mediapackage_mixins.CfnPackagingGroupPropsMixin.LogConfigurationProperty = {
logGroupName: 'logGroupName',
};
Properties
| Name | Type | Description |
|---|---|---|
| log | string | Sets a custom Amazon CloudWatch log group name for egress logs. |
logGroupName?
Type:
string
(optional)
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.

.NET
Go
Java
Python
TypeScript