aws-cdk-lib.aws_frauddetector.CfnEntityTypeProps

interface CfnEntityTypeProps

LanguageType name
.NETAmazon.CDK.AWS.FraudDetector.CfnEntityTypeProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsfrauddetector#CfnEntityTypeProps
Javasoftware.amazon.awscdk.services.frauddetector.CfnEntityTypeProps
Pythonaws_cdk.aws_frauddetector.CfnEntityTypeProps
TypeScript aws-cdk-lib » aws_frauddetector » CfnEntityTypeProps

Properties for defining a CfnEntityType.

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 cfnEntityTypeProps: frauddetector.CfnEntityTypeProps = {
  name: 'name',

  // the properties below are optional
  description: 'description',
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
namestringThe entity type name.
description?stringThe entity type description.
tags?CfnTag[]A key and value pair.

name

Type: string

The entity type name.

Pattern: ^[0-9a-z_-]+$


description?

Type: string (optional)

The entity type description.


tags?

Type: CfnTag[] (optional)

A key and value pair.