interface FirehoseLogDestinationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Pipes.CfnPipe.FirehoseLogDestinationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awspipes#CfnPipe_FirehoseLogDestinationProperty |
Java | software.amazon.awscdk.services.pipes.CfnPipe.FirehoseLogDestinationProperty |
Python | aws_cdk.aws_pipes.CfnPipe.FirehoseLogDestinationProperty |
TypeScript | aws-cdk-lib » aws_pipes » CfnPipe » 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-lib';
const firehoseLogDestinationProperty: pipes.CfnPipe.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.