interface EntityTypeReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.FraudDetector.EntityTypeReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsfrauddetector#EntityTypeReference |
Java | software.amazon.awscdk.interfaces.frauddetector.EntityTypeReference |
Python | aws_cdk.interfaces.aws_frauddetector.EntityTypeReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_frauddetector } from 'aws-cdk-lib/interfaces';
const entityTypeReference: interfaces_aws_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