

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::FraudDetector::EventType Label
<a name="aws-properties-frauddetector-eventtype-label"></a>

The label associated with the event type.

## Syntax
<a name="aws-properties-frauddetector-eventtype-label-syntax"></a>

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

### JSON
<a name="aws-properties-frauddetector-eventtype-label-syntax.json"></a>

```
{
  "[Arn](#cfn-frauddetector-eventtype-label-arn)" : String,
  "[CreatedTime](#cfn-frauddetector-eventtype-label-createdtime)" : String,
  "[Description](#cfn-frauddetector-eventtype-label-description)" : String,
  "[Inline](#cfn-frauddetector-eventtype-label-inline)" : Boolean,
  "[LastUpdatedTime](#cfn-frauddetector-eventtype-label-lastupdatedtime)" : String,
  "[Name](#cfn-frauddetector-eventtype-label-name)" : String,
  "[Tags](#cfn-frauddetector-eventtype-label-tags)" : [ Tag, ... ]
}
```

### YAML
<a name="aws-properties-frauddetector-eventtype-label-syntax.yaml"></a>

```
  [Arn](#cfn-frauddetector-eventtype-label-arn): String
  [CreatedTime](#cfn-frauddetector-eventtype-label-createdtime): String
  [Description](#cfn-frauddetector-eventtype-label-description): String
  [Inline](#cfn-frauddetector-eventtype-label-inline): Boolean
  [LastUpdatedTime](#cfn-frauddetector-eventtype-label-lastupdatedtime): String
  [Name](#cfn-frauddetector-eventtype-label-name): String
  [Tags](#cfn-frauddetector-eventtype-label-tags): 
    - Tag
```

## Properties
<a name="aws-properties-frauddetector-eventtype-label-properties"></a>

`Arn`  <a name="cfn-frauddetector-eventtype-label-arn"></a>
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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`CreatedTime`  <a name="cfn-frauddetector-eventtype-label-createdtime"></a>
Timestamp of when the event type was created.  
*Required*: No  
*Type*: String  
*Minimum*: `11`  
*Maximum*: `30`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Description`  <a name="cfn-frauddetector-eventtype-label-description"></a>
The label description.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Inline`  <a name="cfn-frauddetector-eventtype-label-inline"></a>
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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`LastUpdatedTime`  <a name="cfn-frauddetector-eventtype-label-lastupdatedtime"></a>
Timestamp of when the label was last updated.  
*Required*: No  
*Type*: String  
*Minimum*: `11`  
*Maximum*: `30`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-frauddetector-eventtype-label-name"></a>
The label name.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Tags`  <a name="cfn-frauddetector-eventtype-label-tags"></a>
An array of key-value pairs to apply to this resource.  
For more information, see [Tag](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).  
*Required*: No  
*Type*: Array of [Tag](aws-properties-frauddetector-eventtype-tag.md)  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)