@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.196Z") @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")
.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()
`AWS::CE::AnomalyMonitor.MonitorDimension`.
|
String |
getMonitorName()
`AWS::CE::AnomalyMonitor.MonitorName`.
|
default String |
getMonitorSpecification()
`AWS::CE::AnomalyMonitor.MonitorSpecification`.
|
String |
getMonitorType()
`AWS::CE::AnomalyMonitor.MonitorType`.
|
@Stability(value=Stable) @Nullable default String getMonitorDimension()
@Stability(value=Stable) @NotNull String getMonitorName()
@Stability(value=Stable) @Nullable default String getMonitorSpecification()
@Stability(value=Stable) @NotNull String getMonitorType()
@Stability(value=Stable) static CfnAnomalyMonitorProps.Builder builder()
CfnAnomalyMonitorProps.Builder of CfnAnomalyMonitorPropsCopyright © 2021. All rights reserved.