@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.265Z") @Stability(value=Stable) public interface CfnDetectorProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDetectorProps.Builder
A builder for
CfnDetectorProps |
static class |
CfnDetectorProps.Jsii$Proxy
An implementation for
CfnDetectorProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDetectorProps.Builder |
builder() |
default String |
getDescription()
`AWS::FraudDetector::Detector.Description`.
|
String |
getDetectorId()
`AWS::FraudDetector::Detector.DetectorId`.
|
default String |
getDetectorVersionStatus()
`AWS::FraudDetector::Detector.DetectorVersionStatus`.
|
Object |
getEventType()
`AWS::FraudDetector::Detector.EventType`.
|
default String |
getRuleExecutionMode()
`AWS::FraudDetector::Detector.RuleExecutionMode`.
|
Object |
getRules()
`AWS::FraudDetector::Detector.Rules`.
|
default List<CfnTag> |
getTags()
`AWS::FraudDetector::Detector.Tags`.
|
@Stability(value=Stable) @NotNull String getDetectorId()
@Stability(value=Stable) @NotNull Object getEventType()
@Stability(value=Stable) @NotNull Object getRules()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getDetectorVersionStatus()
@Stability(value=Stable) @Nullable default String getRuleExecutionMode()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnDetectorProps.Builder builder()
CfnDetectorProps.Builder of CfnDetectorPropsCopyright © 2021. All rights reserved.