aws-cdk-lib.aws_imagebuilder.CfnInfrastructureConfiguration.LoggingProperty

interface LoggingProperty

LanguageType name
.NETAmazon.CDK.AWS.ImageBuilder.CfnInfrastructureConfiguration.LoggingProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#CfnInfrastructureConfiguration_LoggingProperty
Javasoftware.amazon.awscdk.services.imagebuilder.CfnInfrastructureConfiguration.LoggingProperty
Pythonaws_cdk.aws_imagebuilder.CfnInfrastructureConfiguration.LoggingProperty
TypeScript 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

NameTypeDescription
s3Logs?IResolvable | S3LogsPropertyThe Amazon S3 logging configuration.

s3Logs?

Type: IResolvable | S3LogsProperty (optional)

The Amazon S3 logging configuration.