interface FirehoseConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Cognito.CfnLogDeliveryConfigurationPropsMixin.FirehoseConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscognito#CfnLogDeliveryConfigurationPropsMixin_FirehoseConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnLogDeliveryConfigurationPropsMixin.FirehoseConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_cognito.CfnLogDeliveryConfigurationPropsMixin.FirehoseConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cognito » 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 { aws_cognito as cognito } from '@aws-cdk/cfn-property-mixins';
const firehoseConfigurationProperty: cognito.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