interface ILogsDelivery
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Logs.ILogsDelivery |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awslogs#ILogsDelivery |
Java | software.amazon.awscdk.mixins.preview.services.logs.ILogsDelivery |
Python | aws_cdk.mixins_preview.aws_logs.ILogsDelivery |
TypeScript (source) | @aws-cdk/mixins-preview ยป aws_logs ยป ILogsDelivery |
Implemented by
Firehose, Log, S3, XRay
Represents the delivery of vended logs to a destination.
Methods
| Name | Description |
|---|---|
| bind(scope, logType, sourceResourceArn) | Binds the log delivery to a source resource and creates a delivery connection between the source and destination. |
bind(scope, logType, sourceResourceArn)
public bind(scope: IConstruct, logType: string, sourceResourceArn: string): ILogsDeliveryConfig
Parameters
- scope
IConstructโ - The construct scope. - logType
stringโ - The type of logs that the delivery source will produce. - sourceResourceArn
stringโ - The Arn of the source resource.
Returns
Binds the log delivery to a source resource and creates a delivery connection between the source and destination.

.NET
Go
Java
Python
TypeScript (