

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::Detector Outcome
<a name="aws-properties-frauddetector-detector-outcome"></a>

The outcome.

## Syntax
<a name="aws-properties-frauddetector-detector-outcome-syntax"></a>

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

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

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

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

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

## Properties
<a name="aws-properties-frauddetector-detector-outcome-properties"></a>

`Arn`  <a name="cfn-frauddetector-detector-outcome-arn"></a>
The outcome 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-detector-outcome-createdtime"></a>
The timestamp when the outcome 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-detector-outcome-description"></a>
The outcome 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-detector-outcome-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::Detector` 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 detector 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-detector-outcome-lastupdatedtime"></a>
The timestamp when the outcome 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-detector-outcome-name"></a>
The outcome name.  
*Required*: No  
*Type*: String  
*Pattern*: `^[0-9a-z_-]+$`  
*Minimum*: `1`  
*Maximum*: `64`  
*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-detector-outcome-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-detector-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)