Uses of Interface
software.amazon.awscdk.interfaces.logs.IDeliverySourceRef
Packages that use IDeliverySourceRef
Package
Description
Amazon CloudWatch Logs Construct Library
-
Uses of IDeliverySourceRef in software.amazon.awscdk.interfaces.logs
Subinterfaces of IDeliverySourceRef in software.amazon.awscdk.interfaces.logsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDeliverySourceRef.Classes in software.amazon.awscdk.interfaces.logs that implement IDeliverySourceRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDeliverySourceRef in software.amazon.awscdk.mixins.preview.services.logs
Methods in software.amazon.awscdk.mixins.preview.services.logs that return IDeliverySourceRefModifier and TypeMethodDescriptionILogsDeliveryConfig.getDeliverySource()(experimental) The logs delivery source.default IDeliverySourceRefILogsDeliveryConfig.Jsii$Default.getDeliverySource()(experimental) The logs delivery source.final IDeliverySourceRefILogsDeliveryConfig.Jsii$Proxy.getDeliverySource()(experimental) The logs delivery source.Methods in software.amazon.awscdk.mixins.preview.services.logs with parameters of type IDeliverySourceRefModifier and TypeMethodDescriptionFirehoseLogsDelivery.bind(software.constructs.IConstruct scope, IDeliverySourceRef deliverySource, String _sourceResourceArn) (experimental) Binds the Firehose destination to a delivery source and creates a delivery connection between them.ILogsDelivery.bind(software.constructs.IConstruct scope, IDeliverySourceRef deliverySource, String sourceResourceArn) (experimental) Binds the destination to a delivery source and creates a delivery connection between the source and destination.default ILogsDeliveryConfigILogsDelivery.Jsii$Default.bind(software.constructs.IConstruct scope, IDeliverySourceRef deliverySource, String sourceResourceArn) (experimental) Binds the destination to a delivery source and creates a delivery connection between the source and destination.final ILogsDeliveryConfigILogsDelivery.Jsii$Proxy.bind(software.constructs.IConstruct scope, IDeliverySourceRef deliverySource, String sourceResourceArn) (experimental) Binds the destination to a delivery source and creates a delivery connection between the source and destination.LogGroupLogsDelivery.bind(software.constructs.IConstruct scope, IDeliverySourceRef deliverySource, String _sourceResourceArn) (experimental) Binds the log group destination to a delivery source and creates a delivery connection between them.S3LogsDelivery.bind(software.constructs.IConstruct scope, IDeliverySourceRef deliverySource, String _sourceResourceArn) (experimental) Binds the S3 destination to a delivery source and creates a delivery connection between them.XRayLogsDelivery.bind(software.constructs.IConstruct scope, IDeliverySourceRef deliverySource, String sourceResourceArn) (experimental) Binds the X-Ray destination to a delivery source and creates a delivery connection between them. -
Uses of IDeliverySourceRef in software.amazon.awscdk.services.logs
Classes in software.amazon.awscdk.services.logs that implement IDeliverySourceRefModifier and TypeClassDescriptionclassCreates or updates one delivery source in your account.Methods in software.amazon.awscdk.services.logs that return IDeliverySourceRefModifier and TypeMethodDescriptionstatic IDeliverySourceRefCfnDeliverySource.fromDeliverySourceArn(software.constructs.Construct scope, String id, String arn) Creates a new IDeliverySourceRef from an ARN.static IDeliverySourceRefCfnDeliverySource.fromDeliverySourceName(software.constructs.Construct scope, String id, String deliverySourceName) Creates a new IDeliverySourceRef from a deliverySourceName.Methods in software.amazon.awscdk.services.logs with parameters of type IDeliverySourceRefModifier and TypeMethodDescriptionstatic StringCfnDeliverySource.arnForDeliverySource(IDeliverySourceRef resource)