Uses of Enum
software.amazon.awscdk.services.ecs.InstanceMonitoring
Packages that use InstanceMonitoring
-
Uses of InstanceMonitoring in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return InstanceMonitoringModifier and TypeMethodDescriptiondefault InstanceMonitoringManagedInstancesCapacityProviderProps.getMonitoring()The CloudWatch monitoring configuration for the EC2 instances.final InstanceMonitoringManagedInstancesCapacityProviderProps.Jsii$Proxy.getMonitoring()static InstanceMonitoringReturns the enum constant of this type with the specified name.static InstanceMonitoring[]InstanceMonitoring.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ecs with parameters of type InstanceMonitoringModifier and TypeMethodDescriptionManagedInstancesCapacityProvider.Builder.monitoring(InstanceMonitoring monitoring) The CloudWatch monitoring configuration for the EC2 instances.ManagedInstancesCapacityProviderProps.Builder.monitoring(InstanceMonitoring monitoring) Sets the value ofManagedInstancesCapacityProviderProps.getMonitoring()