AWS::FraudDetector::List
Creates a list.
List is a set of input data for a variable in your event dataset. You use the input data in a rule that's associated with your detector. For more information, see Lists.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::FraudDetector::List", "Properties" : { "Description" :
String
, "Elements" :[ String, ... ]
, "Name" :String
, "Tags" :[ Tag, ... ]
, "VariableType" :String
} }
YAML
Type: AWS::FraudDetector::List Properties: Description:
String
Elements:- String
Name:String
Tags:- Tag
VariableType:String
Properties
Description
-
The description of the list.
Required: No
Type: String
Minimum:
1
Maximum:
128
Update requires: No interruption
Elements
-
The elements in the list.
Required: No
Type: Array of String
Minimum:
0
Maximum:
100000
Update requires: No interruption
Name
-
The name of the list.
Required: Yes
Type: String
Pattern:
^[0-9a-z_]+$
Minimum:
1
Maximum:
64
Update requires: Replacement
-
An array of key-value pairs to apply to this resource.
For more information, see Tag.
Required: No
Type: Array of Tag
Maximum:
200
Update requires: No interruption
VariableType
-
The variable type of the list. For more information, see Variable types
Required: No
Type: String
Pattern:
^[A-Z_]{1,64}$
Minimum:
1
Maximum:
64
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 event type ARN.
CreatedTime
-
Timestamp of when the list was created.
LastUpdatedTime
-
Timestamp of when list was last updated.