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

.NET
Go
Java
Python
TypeScript