Uses of Interface
software.amazon.awscdk.services.ecs.CfnService.ServiceConnectConfigurationProperty
-
Uses of CfnService.ServiceConnectConfigurationProperty in software.amazon.awscdk.services.ecs
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnService.ServiceConnectConfigurationProperty
Modifier and TypeMethodDescriptionCfnService.ServiceConnectConfigurationProperty.Builder.build()
Builds the configured instance.Modifier 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()
void
CfnService.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.