Uses of Interface
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnServicePropsMixin.ServiceConnectConfigurationProperty
Packages that use CfnServicePropsMixin.ServiceConnectConfigurationProperty
-
Uses of CfnServicePropsMixin.ServiceConnectConfigurationProperty in software.amazon.awscdk.cfnpropertymixins.services.ecs
Classes in software.amazon.awscdk.cfnpropertymixins.services.ecs that implement CfnServicePropsMixin.ServiceConnectConfigurationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnServicePropsMixin.ServiceConnectConfigurationPropertyMethods in software.amazon.awscdk.cfnpropertymixins.services.ecs that return CfnServicePropsMixin.ServiceConnectConfigurationPropertyModifier and TypeMethodDescriptionCfnServicePropsMixin.ServiceConnectConfigurationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.cfnpropertymixins.services.ecs with parameters of type CfnServicePropsMixin.ServiceConnectConfigurationPropertyModifier and TypeMethodDescriptionCfnServiceMixinProps.Builder.serviceConnectConfiguration(CfnServicePropsMixin.ServiceConnectConfigurationProperty serviceConnectConfiguration) Sets the value ofCfnServiceMixinProps.getServiceConnectConfiguration()CfnServicePropsMixin.Builder.serviceConnectConfiguration(CfnServicePropsMixin.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.