Uses of Interface
software.amazon.awscdk.services.logs.IDeliveryDestinationRef
Packages that use IDeliveryDestinationRef
-
Uses of IDeliveryDestinationRef in software.amazon.awscdk.services.logs
Subinterfaces of IDeliveryDestinationRef in software.amazon.awscdk.services.logsModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIDeliveryDestinationRef
.Classes in software.amazon.awscdk.services.logs that implement IDeliveryDestinationRefModifier and TypeClassDescriptionclass
This structure contains information about one delivery destination in your account.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.logs that return IDeliveryDestinationRefModifier and TypeMethodDescriptionstatic IDeliveryDestinationRef
CfnDeliveryDestination.fromDeliveryDestinationArn
(software.constructs.Construct scope, String id, String arn) Creates a new IDeliveryDestinationRef from an ARN.static IDeliveryDestinationRef
CfnDeliveryDestination.fromDeliveryDestinationName
(software.constructs.Construct scope, String id, String deliveryDestinationName) Creates a new IDeliveryDestinationRef from a deliveryDestinationName.