AWS::FraudDetector::Outcome
Creates or updates an outcome.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::FraudDetector::Outcome", "Properties" : { "Description" :
String
, "Name" :String
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::FraudDetector::Outcome Properties: Description:
String
Name:String
Tags:- Tag
Properties
Description
-
The outcome description.
Required: No
Type: String
Minimum:
1
Maximum:
128
Update requires: No interruption
Name
-
The outcome name.
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
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 ARN of the outcome.
CreatedTime
-
Timestamp of when outcome was created.
LastUpdatedTime
-
Timestamp of when outcome was last updated.
See also
-
PutOutcome in the Amazon Fraud Detector API Reference
-
Create an outcome in the Amazon Fraud Detector User Guide