Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ce.CfnAnomalyMonitorPropsMixin.Builder
Packages that use CfnAnomalyMonitorPropsMixin.Builder
-
Uses of CfnAnomalyMonitorPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ce
Methods in software.amazon.awscdk.cfnpropertymixins.services.ce that return CfnAnomalyMonitorPropsMixin.BuilderModifier and TypeMethodDescriptionCfnAnomalyMonitorPropsMixin.Builder.create()CfnAnomalyMonitorPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAnomalyMonitorPropsMixin.Builder.monitorDimension(String monitorDimension) For customer managed monitors, do not specify this field.CfnAnomalyMonitorPropsMixin.Builder.monitorName(String monitorName) The name of the monitor.CfnAnomalyMonitorPropsMixin.Builder.monitorSpecification(String monitorSpecification) The array ofMonitorSpecificationin JSON array format.CfnAnomalyMonitorPropsMixin.Builder.monitorType(String monitorType) The type of the monitor.CfnAnomalyMonitorPropsMixin.Builder.resourceTags(List<? extends CfnAnomalyMonitorPropsMixin.ResourceTagProperty> resourceTags) Tags to assign to monitor.