aws-cdk-lib.aws_imagebuilder.CfnInfrastructureConfiguration.S3LogsProperty

interface S3LogsProperty

LanguageType name
.NETAmazon.CDK.AWS.ImageBuilder.CfnInfrastructureConfiguration.S3LogsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#CfnInfrastructureConfiguration_S3LogsProperty
Javasoftware.amazon.awscdk.services.imagebuilder.CfnInfrastructureConfiguration.S3LogsProperty
Pythonaws_cdk.aws_imagebuilder.CfnInfrastructureConfiguration.S3LogsProperty
TypeScript aws-cdk-lib » aws_imagebuilder » CfnInfrastructureConfiguration » S3LogsProperty

Amazon S3 logging configuration.

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 s3LogsProperty: imagebuilder.CfnInfrastructureConfiguration.S3LogsProperty = {
  s3BucketName: 's3BucketName',
  s3KeyPrefix: 's3KeyPrefix',
};

Properties

NameTypeDescription
s3BucketName?stringThe S3 bucket in which to store the logs.
s3KeyPrefix?stringThe Amazon S3 path to the bucket where the logs are stored.

s3BucketName?

Type: string (optional)

The S3 bucket in which to store the logs.


s3KeyPrefix?

Type: string (optional)

The Amazon S3 path to the bucket where the logs are stored.