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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDetector.ModelPropertystatic final classAn implementation forCfnDetector.ModelProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The ARN of the model.- See Also:
-
builder
- Returns:
- a
CfnDetector.ModelProperty.BuilderofCfnDetector.ModelProperty
-