Uses of Interface
software.amazon.awscdk.mixins.preview.services.logs.ILogsDeliveryConfig
Packages that use ILogsDeliveryConfig
-
Uses of ILogsDeliveryConfig in software.amazon.awscdk.mixins.preview.services.logs
Subinterfaces of ILogsDeliveryConfig in software.amazon.awscdk.mixins.preview.services.logsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forILogsDeliveryConfig.Classes in software.amazon.awscdk.mixins.preview.services.logs that implement ILogsDeliveryConfigModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.mixins.preview.services.logs that return ILogsDeliveryConfigModifier and TypeMethodDescriptionFirehoseLogsDelivery.bind(software.constructs.IConstruct scope, String logType, String sourceResourceArn) (experimental) Binds Firehose Delivery Stream to a source resource for the purposes of log delivery and creates a delivery source, a delivery destination, and a connection between them.(experimental) Binds the log delivery to a source resource and creates a delivery connection between the source and destination.default ILogsDeliveryConfigILogsDelivery.Jsii$Default.bind(software.constructs.IConstruct scope, String logType, String sourceResourceArn) (experimental) Binds the log delivery to a source resource and creates a delivery connection between the source and destination.final ILogsDeliveryConfigILogsDelivery.Jsii$Proxy.bind(software.constructs.IConstruct scope, String logType, String sourceResourceArn) (experimental) Binds the log delivery to a source resource and creates a delivery connection between the source and destination.LogGroupLogsDelivery.bind(software.constructs.IConstruct scope, String logType, String sourceResourceArn) (experimental) Binds Log Group to a source resource for the purposes of log delivery and creates a delivery source, a delivery destination, and a connection between them.(experimental) Binds S3 Bucket to a source resource for the purposes of log delivery and creates a delivery source, a delivery destination, and a connection between them.XRayLogsDelivery.bind(software.constructs.IConstruct scope, String logType, String sourceResourceArn) (experimental) Binds X-Ray Destination to a source resource for the purposes of log delivery and creates a delivery source, a delivery destination, and a connection between them.