AWS::FraudDetector::ListA resource schema for a List in Amazon Fraud Detector.
5 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Description | string | |
Elements | Array<string> | |
Tags | Array<Tag> | |
VariableType | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The list ARN. |
CreatedTime | string | The time when the list was created. |
LastUpdatedTime | string | The time when the list was last updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::FraudDetector::List
Resources:
MyResource:
Type: AWS::FraudDetector::List
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
frauddetector:CreateListfrauddetector:GetListElementsfrauddetector:GetListsMetadatafrauddetector:ListTagsForResourcefrauddetector:TagResourcefrauddetector:UpdateListfrauddetector:GetListElementsfrauddetector:GetListsMetadatafrauddetector:ListTagsForResourcefrauddetector:GetListElementsfrauddetector:GetListsMetadatafrauddetector:ListTagsForResourcefrauddetector:UntagResourcefrauddetector:UpdateListfrauddetector:TagResourcefrauddetector:DeleteListfrauddetector:GetListsMetadatafrauddetector:GetListElementsfrauddetector:GetListsMetadatafrauddetector: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