Interface CfnDetectorPropsMixin.ModelProperty

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

@Stability(Stable) public static interface CfnDetectorPropsMixin.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.cfnpropertymixins.services.frauddetector.*;
 ModelProperty modelProperty = ModelProperty.builder()
         .arn("arn")
         .build();
 

See Also: