AWS Fundamentals Logo
AWS Fundamentals
AWS::FraudDetector::List

FraudDetector List

A resource schema for a List in Amazon Fraud Detector.

Properties

5 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Description
string
Elements
Array<string>
Tags
Array<Tag>
VariableType
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe list ARN.
CreatedTimestringThe time when the list was created.
LastUpdatedTimestringThe time when the list was last updated.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

frauddetector:CreateListfrauddetector:GetListElementsfrauddetector:GetListsMetadatafrauddetector:ListTagsForResourcefrauddetector:TagResourcefrauddetector:UpdateList

read

frauddetector:GetListElementsfrauddetector:GetListsMetadatafrauddetector:ListTagsForResource

update

frauddetector:GetListElementsfrauddetector:GetListsMetadatafrauddetector:ListTagsForResourcefrauddetector:UntagResourcefrauddetector:UpdateListfrauddetector:TagResource

delete

frauddetector:DeleteListfrauddetector:GetListsMetadata

list

frauddetector:GetListElementsfrauddetector:GetListsMetadatafrauddetector:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceFraudDetector
Properties8
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links