interface ImageLoggingConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ImageBuilder.CfnImage.ImageLoggingConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#CfnImage_ImageLoggingConfigurationProperty |
![]() | software.amazon.awscdk.services.imagebuilder.CfnImage.ImageLoggingConfigurationProperty |
![]() | aws_cdk.aws_imagebuilder.CfnImage.ImageLoggingConfigurationProperty |
![]() | aws-cdk-lib » aws_imagebuilder » CfnImage » ImageLoggingConfigurationProperty |
The logging configuration that's defined for the image.
Image Builder uses the defined settings to direct execution log output during image creation.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_imagebuilder as imagebuilder } from 'aws-cdk-lib';
const imageLoggingConfigurationProperty: imagebuilder.CfnImage.ImageLoggingConfigurationProperty = {
logGroupName: 'logGroupName',
};
Properties
Name | Type | Description |
---|---|---|
log | string | The log group name that Image Builder uses for image creation. |
logGroupName?
Type:
string
(optional)
The log group name that Image Builder uses for image creation.
If not specified, the log group name defaults to /aws/imagebuilder/image-name
.