AWS::FraudDetector::OutcomeCreates or updates an outcome.
import { CfnOutcome } from 'aws-cdk-lib/aws-frauddetector';Or use the module namespace:
import * as frauddetector from 'aws-cdk-lib/aws-frauddetector';
// frauddetector.CfnOutcomeConfiguration passed to the constructor as CfnOutcomeProps.
nameRequiredstringThe outcome name.
descriptionOptionalstringThe outcome description.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-frauddetectorAWS::FraudDetector::Outcome