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

.NET
Go
Java
Python
TypeScript