Interface CfnDetector.ModelProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDetector.ModelProperty.Jsii$Proxy
Enclosing class:
CfnDetector

@Stability(Stable) public static interface CfnDetector.ModelProperty extends software.amazon.jsii.JsiiSerializable
The model.

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.frauddetector.*;
 ModelProperty modelProperty = ModelProperty.builder()
         .arn("arn")
         .build();
 

See Also: