Uses of Interface
software.amazon.awscdk.interfaces.servicediscovery.IServiceRef
Packages that use IServiceRef
Package
Description
Amazon ECS Service Discovery Construct Library
-
Uses of IServiceRef in software.amazon.awscdk.interfaces.servicediscovery
Subinterfaces of IServiceRef in software.amazon.awscdk.interfaces.servicediscoveryModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIServiceRef.Classes in software.amazon.awscdk.interfaces.servicediscovery that implement IServiceRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IServiceRef in software.amazon.awscdk.services.servicediscovery
Classes in software.amazon.awscdk.services.servicediscovery that implement IServiceRefModifier and TypeClassDescriptionclassA complex type that contains information about the specified service.Methods in software.amazon.awscdk.services.servicediscovery that return IServiceRefModifier and TypeMethodDescriptionstatic IServiceRefCfnService.fromServiceArn(software.constructs.Construct scope, String id, String arn) Creates a new IServiceRef from an ARN.static IServiceRefCfnService.fromServiceId(software.constructs.Construct scope, String id, String serviceId) Creates a new IServiceRef from a serviceId.