interface FirehoseLogDestinationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Pipes.CfnPipePropsMixin.FirehoseLogDestinationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awspipes#CfnPipePropsMixin_FirehoseLogDestinationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.FirehoseLogDestinationProperty |
Python | aws_cdk.cfn_property_mixins.aws_pipes.CfnPipePropsMixin.FirehoseLogDestinationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_pipes » CfnPipePropsMixin » FirehoseLogDestinationProperty |
Represents the Amazon Data Firehose logging configuration settings for the pipe.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pipes as pipes } from '@aws-cdk/cfn-property-mixins';
const firehoseLogDestinationProperty: pipes.CfnPipePropsMixin.FirehoseLogDestinationProperty = {
deliveryStreamArn: 'deliveryStreamArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| delivery | string | The Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records. |
deliveryStreamArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records.

.NET
Go
Java
Python
TypeScript