interface ModelProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.FraudDetector.CfnDetectorPropsMixin.ModelProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsfrauddetector#CfnDetectorPropsMixin_ModelProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.frauddetector.CfnDetectorPropsMixin.ModelProperty |
Python | aws_cdk.cfn_property_mixins.aws_frauddetector.CfnDetectorPropsMixin.ModelProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_frauddetector » CfnDetectorPropsMixin » ModelProperty |
The model.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_frauddetector as frauddetector } from '@aws-cdk/cfn-property-mixins';
const modelProperty: frauddetector.CfnDetectorPropsMixin.ModelProperty = {
arn: 'arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | The ARN of the model. |
arn?
Type:
string
(optional)
The ARN of the model.

.NET
Go
Java
Python
TypeScript