Uses of Interface
software.amazon.awscdk.interfaces.servicediscovery.IServiceRef
Packages that use IServiceRef
Package
Description
AWS APIGatewayv2 Integrations
Amazon ECS Service Discovery Construct Library
-
Uses of IServiceRef in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type IServiceRefModifier and TypeMethodDescriptionHttpServiceDiscoveryIntegration.Builder.create(String id, IServiceRef service) Constructors in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type IServiceRefModifierConstructorDescriptionHttpServiceDiscoveryIntegration(String id, IServiceRef service) HttpServiceDiscoveryIntegration(String id, IServiceRef service, HttpServiceDiscoveryIntegrationProps props) -
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
Subinterfaces of IServiceRef in software.amazon.awscdk.services.servicediscoveryModifier and TypeInterfaceDescriptioninterfacestatic interfaceInternal default implementation forIService.Classes in software.amazon.awscdk.services.servicediscovery that implement IServiceRefModifier and TypeClassDescriptionclassA complex type that contains information about the specified service.static final classA proxy class which represents a concrete javascript instance of this type.classDefine a CloudMap 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.Methods in software.amazon.awscdk.services.servicediscovery with parameters of type IServiceRef