interface CfnProfileRoute53ProfilesResolverQueryLogsFirehoseProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Route53Profiles.Mixins.CfnProfileRoute53ProfilesResolverQueryLogsFirehoseProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsroute53profiles/mixins#CfnProfileRoute53ProfilesResolverQueryLogsFirehoseProps |
Java | software.amazon.awscdk.mixins.preview.services.route53profiles.mixins.CfnProfileRoute53ProfilesResolverQueryLogsFirehoseProps |
Python | aws_cdk.mixins_preview.aws_route53profiles.mixins.CfnProfileRoute53ProfilesResolverQueryLogsFirehoseProps |
TypeScript | @aws-cdk/mixins-preview » aws_route53profiles » mixins » CfnProfileRoute53ProfilesResolverQueryLogsFirehoseProps |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as route53profiles_mixins } from '@aws-cdk/mixins-preview/aws-route53profiles';
const cfnProfileRoute53ProfilesResolverQueryLogsFirehoseProps: route53profiles_mixins.CfnProfileRoute53ProfilesResolverQueryLogsFirehoseProps = {
outputFormat: route53profiles_mixins.CfnProfileRoute53ProfilesResolverQueryLogsOutputFormat.Firehose.JSON,
};
Properties
| Name | Type | Description |
|---|---|---|
| output | Firehose | Format for log output, options are json,plain,raw. |
outputFormat?
Type:
Firehose
(optional)
Format for log output, options are json,plain,raw.

.NET
Go
Java
Python
TypeScript