class CfnBucketS3ServerAccessLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.S3.Mixins.CfnBucketS3ServerAccessLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awss3/mixins#CfnBucketS3ServerAccessLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.s3.mixins.CfnBucketS3ServerAccessLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_s3.mixins.CfnBucketS3ServerAccessLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_s3 » mixins » CfnBucketS3ServerAccessLogsOutputFormat |
Output Format options for each destination of CfnBucketS3ServerAccessLogs.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as s3_mixins } from '@aws-cdk/mixins-preview/aws-s3';
const cfnBucketS3ServerAccessLogsOutputFormat = new s3_mixins.CfnBucketS3ServerAccessLogsOutputFormat();
Initializer
new CfnBucketS3ServerAccessLogsOutputFormat()

.NET
Go
Java
Python
TypeScript