interface CfnServiceAccessLogsLogGroupProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.VpcLattice.Mixins.CfnServiceAccessLogsLogGroupProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsvpclattice/mixins#CfnServiceAccessLogsLogGroupProps |
Java | software.amazon.awscdk.mixins.preview.services.vpclattice.mixins.CfnServiceAccessLogsLogGroupProps |
Python | aws_cdk.mixins_preview.aws_vpclattice.mixins.CfnServiceAccessLogsLogGroupProps |
TypeScript | @aws-cdk/mixins-preview » aws_vpclattice » mixins » CfnServiceAccessLogsLogGroupProps |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as vpclattice_mixins } from '@aws-cdk/mixins-preview/aws-vpclattice';
const cfnServiceAccessLogsLogGroupProps: vpclattice_mixins.CfnServiceAccessLogsLogGroupProps = {
outputFormat: vpclattice_mixins.CfnServiceAccessLogsOutputFormat.LogGroup.PLAIN,
};
Properties
| Name | Type | Description |
|---|---|---|
| output | Log | Format for log output, options are plain,json. |
outputFormat?
Type:
Log
(optional)
Format for log output, options are plain,json.

.NET
Go
Java
Python
TypeScript