@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.118Z") @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 Object |
getAssociatedModels()
`AWS::FraudDetector::Detector.AssociatedModels`.
|
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 Object getAssociatedModels()
@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 CfnDetectorProps
Copyright © 2021. All rights reserved.