Uses of Interface
software.amazon.awscdk.interfaces.logs.IDestinationRef
Packages that use IDestinationRef
Package
Description
Amazon CloudWatch Logs Construct Library
-
Uses of IDestinationRef in software.amazon.awscdk.interfaces.logs
Subinterfaces of IDestinationRef in software.amazon.awscdk.interfaces.logsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDestinationRef.Classes in software.amazon.awscdk.interfaces.logs that implement IDestinationRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDestinationRef in software.amazon.awscdk.services.logs
Classes in software.amazon.awscdk.services.logs that implement IDestinationRefModifier and TypeClassDescriptionclassThe AWS::Logs::Destination resource specifies a CloudWatch Logs destination.Methods in software.amazon.awscdk.services.logs that return IDestinationRefModifier and TypeMethodDescriptionstatic IDestinationRefCfnDestination.fromDestinationArn(software.constructs.Construct scope, String id, String arn) Creates a new IDestinationRef from an ARN.static IDestinationRefCfnDestination.fromDestinationName(software.constructs.Construct scope, String id, String destinationName) Creates a new IDestinationRef from a destinationName.