

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::SES::VdmAttributes GuardianAttributes
<a name="aws-properties-ses-vdmattributes-guardianattributes"></a>

An object containing additional settings for your VDM configuration as applicable to the Guardian.

## Syntax
<a name="aws-properties-ses-vdmattributes-guardianattributes-syntax"></a>

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

### JSON
<a name="aws-properties-ses-vdmattributes-guardianattributes-syntax.json"></a>

```
{
  "[OptimizedSharedDelivery](#cfn-ses-vdmattributes-guardianattributes-optimizedshareddelivery)" : String
}
```

### YAML
<a name="aws-properties-ses-vdmattributes-guardianattributes-syntax.yaml"></a>

```
  [OptimizedSharedDelivery](#cfn-ses-vdmattributes-guardianattributes-optimizedshareddelivery): String
```

## Properties
<a name="aws-properties-ses-vdmattributes-guardianattributes-properties"></a>

`OptimizedSharedDelivery`  <a name="cfn-ses-vdmattributes-guardianattributes-optimizedshareddelivery"></a>
Specifies the status of your VDM optimized shared delivery. Can be one of the following:  
+ `ENABLED` – Amazon SES enables optimized shared delivery for your account.
+ `DISABLED` – Amazon SES disables optimized shared delivery for your account.
*Required*: No  
*Type*: String  
*Pattern*: `ENABLED|DISABLED`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)