interface FirehoseConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Cognito.Mixins.CfnLogDeliveryConfigurationPropsMixin.FirehoseConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscognito/mixins#CfnLogDeliveryConfigurationPropsMixin_FirehoseConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.cognito.mixins.CfnLogDeliveryConfigurationPropsMixin.FirehoseConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_cognito.mixins.CfnLogDeliveryConfigurationPropsMixin.FirehoseConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_cognito » mixins » CfnLogDeliveryConfigurationPropsMixin » FirehoseConfigurationProperty |
Configuration for the Amazon Data Firehose stream destination of user activity log export with threat protection.
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 firehoseConfigurationProperty: cognito_mixins.CfnLogDeliveryConfigurationPropsMixin.FirehoseConfigurationProperty = {
streamArn: 'streamArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| stream | string | The ARN of an Amazon Data Firehose stream that's the destination for threat protection log export. |
streamArn?
Type:
string
(optional)
The ARN of an Amazon Data Firehose stream that's the destination for threat protection log export.

.NET
Go
Java
Python
TypeScript