Uses of Enum
software.amazon.awscdk.services.applicationautoscaling.ServiceNamespace
Packages that use ServiceNamespace
Package
Description
AWS Auto Scaling Construct Library
Amazon ECS Construct Library
-
Uses of ServiceNamespace in software.amazon.awscdk.services.applicationautoscaling
Methods in software.amazon.awscdk.services.applicationautoscaling that return ServiceNamespaceModifier and TypeMethodDescriptionBaseScalableAttributeProps.getServiceNamespace()Service namespace of the scalable attribute.final ServiceNamespaceBaseScalableAttributeProps.Jsii$Proxy.getServiceNamespace()ScalableTargetProps.getServiceNamespace()The namespace of the AWS service that provides the resource or custom-resource for a resource provided by your own application or service.final ServiceNamespaceScalableTargetProps.Jsii$Proxy.getServiceNamespace()static ServiceNamespaceReturns the enum constant of this type with the specified name.static ServiceNamespace[]ServiceNamespace.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.applicationautoscaling with parameters of type ServiceNamespaceModifier and TypeMethodDescriptionBaseScalableAttributeProps.Builder.serviceNamespace(ServiceNamespace serviceNamespace) Sets the value ofBaseScalableAttributeProps.getServiceNamespace()ScalableTarget.Builder.serviceNamespace(ServiceNamespace serviceNamespace) The namespace of the AWS service that provides the resource or custom-resource for a resource provided by your own application or service.ScalableTargetProps.Builder.serviceNamespace(ServiceNamespace serviceNamespace) Sets the value ofScalableTargetProps.getServiceNamespace() -
Uses of ServiceNamespace in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return ServiceNamespaceModifier and TypeMethodDescriptionfinal ServiceNamespaceScalableTaskCountProps.Jsii$Proxy.getServiceNamespace()Methods in software.amazon.awscdk.services.ecs with parameters of type ServiceNamespaceModifier and TypeMethodDescriptionScalableTaskCount.Builder.serviceNamespace(ServiceNamespace serviceNamespace) Service namespace of the scalable attribute.ScalableTaskCountProps.Builder.serviceNamespace(ServiceNamespace serviceNamespace) Sets the value ofBaseScalableAttributeProps.getServiceNamespace()