Uses of Interface
software.amazon.awscdk.interfaces.amazonmq.IConfigurationRef
Packages that use IConfigurationRef
Package
Description
Amazon MQ Construct Library
-
Uses of IConfigurationRef in software.amazon.awscdk.interfaces.amazonmq
Subinterfaces of IConfigurationRef in software.amazon.awscdk.interfaces.amazonmqModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIConfigurationRef.Classes in software.amazon.awscdk.interfaces.amazonmq that implement IConfigurationRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IConfigurationRef in software.amazon.awscdk.services.amazonmq
Classes in software.amazon.awscdk.services.amazonmq that implement IConfigurationRefModifier and TypeClassDescriptionclassCreates a new configuration for the specified configuration name.Methods in software.amazon.awscdk.services.amazonmq that return IConfigurationRefModifier and TypeMethodDescriptionstatic IConfigurationRefCfnConfiguration.fromConfigurationArn(software.constructs.Construct scope, String id, String arn) Creates a new IConfigurationRef from an ARN.static IConfigurationRefCfnConfiguration.fromConfigurationId(software.constructs.Construct scope, String id, String configurationId) Creates a new IConfigurationRef from a configurationId.