interface S3LogsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ImageBuilder.CfnInfrastructureConfiguration.S3LogsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#CfnInfrastructureConfiguration_S3LogsProperty |
![]() | software.amazon.awscdk.services.imagebuilder.CfnInfrastructureConfiguration.S3LogsProperty |
![]() | aws_cdk.aws_imagebuilder.CfnInfrastructureConfiguration.S3LogsProperty |
![]() | 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
Name | Type | Description |
---|---|---|
s3 | string | The S3 bucket in which to store the logs. |
s3 | string | The 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.