class CfnServiceAccessLogsOutputFormat
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.VpcLattice.Mixins.CfnServiceAccessLogsOutputFormat |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsvpclattice/mixins#CfnServiceAccessLogsOutputFormat |
Java | software.amazon.awscdk.mixins.preview.services.vpclattice.mixins.CfnServiceAccessLogsOutputFormat |
Python | aws_cdk.mixins_preview.aws_vpclattice.mixins.CfnServiceAccessLogsOutputFormat |
TypeScript | @aws-cdk/mixins-preview » aws_vpclattice » mixins » CfnServiceAccessLogsOutputFormat |
Output Format options for each destination of CfnServiceAccessLogs.
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 cfnServiceAccessLogsOutputFormat = new vpclattice_mixins.CfnServiceAccessLogsOutputFormat();
Initializer
new CfnServiceAccessLogsOutputFormat()

.NET
Go
Java
Python
TypeScript