@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.494Z") @Stability(value=Stable) public interface CfnDetectorModelProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDetectorModelProps.Builder
A builder for
CfnDetectorModelProps |
static class |
CfnDetectorModelProps.Jsii$Proxy
An implementation for
CfnDetectorModelProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDetectorModelProps.Builder |
builder() |
Object |
getDetectorModelDefinition()
`AWS::IoTEvents::DetectorModel.DetectorModelDefinition`.
|
default String |
getDetectorModelDescription()
`AWS::IoTEvents::DetectorModel.DetectorModelDescription`.
|
default String |
getDetectorModelName()
`AWS::IoTEvents::DetectorModel.DetectorModelName`.
|
default String |
getEvaluationMethod()
`AWS::IoTEvents::DetectorModel.EvaluationMethod`.
|
default String |
getKey()
`AWS::IoTEvents::DetectorModel.Key`.
|
String |
getRoleArn()
`AWS::IoTEvents::DetectorModel.RoleArn`.
|
default List<CfnTag> |
getTags()
`AWS::IoTEvents::DetectorModel.Tags`.
|
@Stability(value=Stable) @NotNull Object getDetectorModelDefinition()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @Nullable default String getDetectorModelDescription()
@Stability(value=Stable) @Nullable default String getDetectorModelName()
@Stability(value=Stable) @Nullable default String getEvaluationMethod()
@Stability(value=Stable) @Nullable default String getKey()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnDetectorModelProps.Builder builder()
CfnDetectorModelProps.Builder of CfnDetectorModelPropsCopyright © 2021. All rights reserved.