AWS::FraudDetector::Outcome
Creates or updates an outcome.
Syntax
To declare this entity in your Amazon 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:StringName:StringTags:- Tag
Properties
Description-
The outcome description.
Required: No
Type: String
Minimum:
1Maximum:
128Update requires: No interruption
Name-
The outcome name.
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
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.
See also
-
PutOutcome in the Amazon Fraud Detector API Reference
-
Create an outcome in the Amazon Fraud Detector User Guide