interface FirehoseConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cognito.CfnLogDeliveryConfiguration.FirehoseConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#CfnLogDeliveryConfiguration_FirehoseConfigurationProperty |
![]() | software.amazon.awscdk.services.cognito.CfnLogDeliveryConfiguration.FirehoseConfigurationProperty |
![]() | aws_cdk.aws_cognito.CfnLogDeliveryConfiguration.FirehoseConfigurationProperty |
![]() | aws-cdk-lib » aws_cognito » CfnLogDeliveryConfiguration » 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-lib';
const firehoseConfigurationProperty: cognito.CfnLogDeliveryConfiguration.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.