AWS::FraudDetector::EventType Label - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::FraudDetector::EventType Label

The label associated with the event type.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Arn" : String, "CreatedTime" : String, "Description" : String, "Inline" : Boolean, "LastUpdatedTime" : String, "Name" : String, "Tags" : [ Tag, ... ] }

YAML

Arn: String CreatedTime: String Description: String Inline: Boolean LastUpdatedTime: String Name: String Tags: - Tag

Properties

Arn

The label ARN.

Required: No

Type: String

Pattern: ^arn\:aws[a-z-]{0,15}\:frauddetector\:[a-z0-9-]{3,20}\:[0-9]{12}\:[^\s]{2,128}$

Minimum: 1

Maximum: 256

Update requires: No interruption

CreatedTime

Timestamp of when the event type was created.

Required: No

Type: String

Minimum: 11

Maximum: 30

Update requires: No interruption

Description

The label description.

Required: No

Type: String

Minimum: 1

Maximum: 256

Update requires: No interruption

Inline

Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false, CloudFormation will associate the variables to your EventType but not execute any changes to the variables.

Required: No

Type: Boolean

Update requires: No interruption

LastUpdatedTime

Timestamp of when the label was last updated.

Required: No

Type: String

Minimum: 11

Maximum: 30

Update requires: No interruption

Name

The label name.

Required: No

Type: String

Update requires: No interruption

Tags

An array of key-value pairs to apply to this resource.

For more information, see Tag.

Required: No

Type: Array of Tag

Maximum: 200

Update requires: No interruption