AWS::FraudDetector::EntityType - AWS CloudFormation

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 AWS 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

Update requires: Replacement

Tags

A key and value pair.

Required: No

Type: List of Tag

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns 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 Reffunction, see Ref.

Fn::GetAtt

The Fn::GetAttintrinsic 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::GetAttintrinsic 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