AWS::FraudDetector::VariableA resource schema for a Variable in Amazon Fraud Detector.
7 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DataSource | string | Required |
DataType | string | Required |
DefaultValue | string | Required |
Name | string | RequiredCreate-only |
Description | string | |
Tags | Array<Tag> | |
VariableType | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the variable. |
CreatedTime | string | The time when the variable was created. |
LastUpdatedTime | string | The time when the variable was last updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::FraudDetector::Variable
Resources:
MyResource:
Type: AWS::FraudDetector::Variable
Properties:
DataType: "STRING"
DataSource: "EVENT"
DefaultValue: "value"
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
frauddetector:GetVariablesfrauddetector:CreateVariablefrauddetector:ListTagsForResourcefrauddetector:TagResourcefrauddetector:GetVariablesfrauddetector:ListTagsForResourcefrauddetector:GetVariablesfrauddetector:UpdateVariablefrauddetector:ListTagsForResourcefrauddetector:TagResourcefrauddetector:UntagResourcefrauddetector:GetVariablesfrauddetector:DeleteVariablefrauddetector:GetVariablesfrauddetector:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name