interface ModelProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.FraudDetector.CfnDetector.ModelProperty |
Java | software.amazon.awscdk.services.frauddetector.CfnDetector.ModelProperty |
Python | aws_cdk.aws_frauddetector.CfnDetector.ModelProperty |
TypeScript | @aws-cdk/aws-frauddetector » CfnDetector » ModelProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as frauddetector from '@aws-cdk/aws-frauddetector';
const modelProperty: frauddetector.CfnDetector.ModelProperty = {
arn: 'arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | CfnDetector.ModelProperty.Arn. |
arn?
Type:
string
(optional)
CfnDetector.ModelProperty.Arn.

.NET
Java
Python
TypeScript