Uses of Interface
software.amazon.awscdk.services.ecs.CfnService.ServiceConnectConfigurationProperty
Packages that use CfnService.ServiceConnectConfigurationProperty
-
Uses of CfnService.ServiceConnectConfigurationProperty in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement CfnService.ServiceConnectConfigurationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnService.ServiceConnectConfigurationPropertyMethods in software.amazon.awscdk.services.ecs that return CfnService.ServiceConnectConfigurationPropertyModifier and TypeMethodDescriptionCfnService.ServiceConnectConfigurationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ecs with parameters of type CfnService.ServiceConnectConfigurationPropertyModifier and TypeMethodDescriptionCfnService.Builder.serviceConnectConfiguration(CfnService.ServiceConnectConfigurationProperty serviceConnectConfiguration) The configuration for this service to discover and connect to services, and be discovered by, and connected from, other services within a namespace.CfnServiceProps.Builder.serviceConnectConfiguration(CfnService.ServiceConnectConfigurationProperty serviceConnectConfiguration) Sets the value ofCfnServiceProps.getServiceConnectConfiguration()voidCfnService.setServiceConnectConfiguration(CfnService.ServiceConnectConfigurationProperty value) The configuration for this service to discover and connect to services, and be discovered by, and connected from, other services within a namespace.