@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.956Z") @Stability(value=Stable) public interface CfnAnomalyMonitorProps extends software.amazon.jsii.JsiiSerializable
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 String |
getMonitorDimension()
The dimensions to evaluate.
|
String |
getMonitorName()
The name of the monitor.
|
default String |
getMonitorSpecification()
The array of `MonitorSpecification` in JSON array format.
|
String |
getMonitorType()
The possible type values.
|
default Object |
getResourceTags()
`AWS::CE::AnomalyMonitor.ResourceTags`.
|
@Stability(value=Stable) @NotNull String getMonitorName()
@Stability(value=Stable) @NotNull String getMonitorType()
@Stability(value=Stable) @Nullable default String getMonitorDimension()
@Stability(value=Stable) @Nullable default 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.
@Stability(value=Stable) @Nullable default Object getResourceTags()
@Stability(value=Stable) static CfnAnomalyMonitorProps.Builder builder()
CfnAnomalyMonitorProps.Builder of CfnAnomalyMonitorPropsCopyright © 2022. All rights reserved.