interface EntityTypeReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.FraudDetector.EntityTypeReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsfrauddetector#EntityTypeReference |
Java | software.amazon.awscdk.services.frauddetector.EntityTypeReference |
Python | aws_cdk.aws_frauddetector.EntityTypeReference |
TypeScript | aws-cdk-lib » aws_frauddetector » EntityTypeReference |
A reference to a EntityType resource.
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-lib';
const entityTypeReference: frauddetector.EntityTypeReference = {
entityTypeArn: 'entityTypeArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| entity | string | The Arn of the EntityType resource. |
entityTypeArn
Type:
string
The Arn of the EntityType resource.

.NET
Go
Java
Python
TypeScript