interface LoggingProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ImageBuilder.CfnInfrastructureConfiguration.LoggingProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#CfnInfrastructureConfiguration_LoggingProperty |
![]() | software.amazon.awscdk.services.imagebuilder.CfnInfrastructureConfiguration.LoggingProperty |
![]() | aws_cdk.aws_imagebuilder.CfnInfrastructureConfiguration.LoggingProperty |
![]() | aws-cdk-lib » aws_imagebuilder » CfnInfrastructureConfiguration » LoggingProperty |
Logging configuration defines where Image Builder uploads your logs.
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 loggingProperty: imagebuilder.CfnInfrastructureConfiguration.LoggingProperty = {
s3Logs: {
s3BucketName: 's3BucketName',
s3KeyPrefix: 's3KeyPrefix',
},
};
Properties
Name | Type | Description |
---|---|---|
s3 | IResolvable | S3 | The Amazon S3 logging configuration. |
s3Logs?
Type:
IResolvable
|
S3
(optional)
The Amazon S3 logging configuration.