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 Amazon 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:StringElements:- StringName:StringTags:- TagVariableType:String
Properties
Description-
The description of the list.
Required: No
Type: String
Minimum:
1Maximum:
128Update requires: No interruption
Elements-
The elements in the list.
Required: No
Type: List of String
Update requires: No interruption
Name-
The name of the list.
Required: Yes
Type: String
Minimum:
1Maximum:
64Pattern:
^[0-9a-z_]+$Update requires: Replacement
Tags-
An array of key-value pairs to apply to this resource.
For more information, see Tag.
Required: No
Type: List of Tag
Update requires: No interruption
VariableType-
The variable type of the list. For more information, see Variable types
Required: No
Type: String
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.