Uses of Interface
software.amazon.awscdk.interfaces.greengrass.ILoggerDefinitionRef
Packages that use ILoggerDefinitionRef
Package
Description
AWS IoT Greengrass Construct Library
-
Uses of ILoggerDefinitionRef in software.amazon.awscdk.interfaces.greengrass
Subinterfaces of ILoggerDefinitionRef in software.amazon.awscdk.interfaces.greengrassModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forILoggerDefinitionRef.Classes in software.amazon.awscdk.interfaces.greengrass that implement ILoggerDefinitionRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ILoggerDefinitionRef in software.amazon.awscdk.services.greengrass
Classes in software.amazon.awscdk.services.greengrass that implement ILoggerDefinitionRefModifier and TypeClassDescriptionclassTheAWS::Greengrass::LoggerDefinitionresource represents a logger definition for AWS IoT Greengrass .Methods in software.amazon.awscdk.services.greengrass that return ILoggerDefinitionRefModifier and TypeMethodDescriptionstatic ILoggerDefinitionRefCfnLoggerDefinition.fromLoggerDefinitionArn(software.constructs.Construct scope, String id, String arn) Creates a new ILoggerDefinitionRef from an ARN.static ILoggerDefinitionRefCfnLoggerDefinition.fromLoggerDefinitionId(software.constructs.Construct scope, String id, String loggerDefinitionId) Creates a new ILoggerDefinitionRef from a loggerDefinitionId.