Uses of Interface
software.amazon.awscdk.interfaces.logs.IDeliveryDestinationRef
Packages that use IDeliveryDestinationRef
Package
Description
Amazon CloudWatch Logs Construct Library
-
Uses of IDeliveryDestinationRef in software.amazon.awscdk.interfaces.logs
Subinterfaces of IDeliveryDestinationRef in software.amazon.awscdk.interfaces.logsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDeliveryDestinationRef.Classes in software.amazon.awscdk.interfaces.logs that implement IDeliveryDestinationRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDeliveryDestinationRef in software.amazon.awscdk.services.logs
Classes in software.amazon.awscdk.services.logs that implement IDeliveryDestinationRefModifier and TypeClassDescriptionclassThis structure contains information about one delivery destination in your account.Methods in software.amazon.awscdk.services.logs that return IDeliveryDestinationRefModifier and TypeMethodDescriptionstatic IDeliveryDestinationRefCfnDeliveryDestination.fromDeliveryDestinationArn(software.constructs.Construct scope, String id, String arn) Creates a new IDeliveryDestinationRef from an ARN.static IDeliveryDestinationRefCfnDeliveryDestination.fromDeliveryDestinationName(software.constructs.Construct scope, String id, String deliveryDestinationName) Creates a new IDeliveryDestinationRef from a deliveryDestinationName.