AWS::FraudDetector::EntityType - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::FraudDetector::EntityType

Manages an entity type. An entity represents who is performing the event. As part of a fraud prediction, you pass the entity ID to indicate the specific entity who performed the event. An entity type classifies the entity. Example classifications include customer, merchant, or account.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::FraudDetector::EntityType", "Properties" : { "Description" : String, "Name" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::FraudDetector::EntityType Properties: Description: String Name: String Tags: - Tag

Properties

Description

The entity type description.

Required: No

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

Name

The entity type name.

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

Required: Yes

Type: String

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

Minimum: 1

Maximum: 64

Update requires: Replacement

Tags

A key and value pair.

Required: No

Type: Array of Tag

Maximum: 200

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the primary identifier for the resource, which is the ARN.

Example: { "Ref": "arn:aws:frauddetector:us-west-2:123123123123:outcome/outcome_name"}

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

Arn

The entity type ARN.

CreatedTime

Timestamp of when entity type was created.

LastUpdatedTime

Timestamp of when entity type was last updated.

See also