@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:27:49.844Z")
public interface CfnAnomalyMonitorProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ce.*; CfnAnomalyMonitorProps cfnAnomalyMonitorProps = CfnAnomalyMonitorProps.builder() .monitorName("monitorName") .monitorType("monitorType") // the properties below are optional .monitorDimension("monitorDimension") .monitorSpecification("monitorSpecification") .resourceTags(List.of(ResourceTagProperty.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAnomalyMonitorProps.Builder
A builder for
CfnAnomalyMonitorProps |
static class |
CfnAnomalyMonitorProps.Jsii$Proxy
An implementation for
CfnAnomalyMonitorProps |
Modifier and Type | Method and Description |
---|---|
static CfnAnomalyMonitorProps.Builder |
builder() |
default java.lang.String |
getMonitorDimension()
The dimensions to evaluate.
|
java.lang.String |
getMonitorName()
The name of the monitor.
|
default java.lang.String |
getMonitorSpecification()
The array of `MonitorSpecification` in JSON array format.
|
java.lang.String |
getMonitorType()
The possible type values.
|
default java.lang.Object |
getResourceTags()
`AWS::CE::AnomalyMonitor.ResourceTags`.
|
java.lang.String getMonitorName()
java.lang.String getMonitorType()
default java.lang.String getMonitorDimension()
default java.lang.String getMonitorSpecification()
For instance, you can use MonitorSpecification
to specify a tag, Cost Category, or linked account for your custom anomaly monitor. For further information, see the Examples section of this page.
default java.lang.Object getResourceTags()
static CfnAnomalyMonitorProps.Builder builder()
CfnAnomalyMonitorProps.Builder
of CfnAnomalyMonitorProps