

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

# AWS::NeptuneGraph::ExportTask ExportFilter
<a name="aws-properties-neptunegraph-exporttask-exportfilter"></a>

<a name="aws-properties-neptunegraph-exporttask-exportfilter-description"></a>The `ExportFilter` property type specifies Property description not available. for an [AWS::NeptuneGraph::ExportTask](aws-resource-neptunegraph-exporttask.md).

## Syntax
<a name="aws-properties-neptunegraph-exporttask-exportfilter-syntax"></a>

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

### JSON
<a name="aws-properties-neptunegraph-exporttask-exportfilter-syntax.json"></a>

```
{
  "[EdgeFilter](#cfn-neptunegraph-exporttask-exportfilter-edgefilter)" : {{{{{Key}}: {{Value}}, ...}}},
  "[VertexFilter](#cfn-neptunegraph-exporttask-exportfilter-vertexfilter)" : {{{{{Key}}: {{Value}}, ...}}}
}
```

### YAML
<a name="aws-properties-neptunegraph-exporttask-exportfilter-syntax.yaml"></a>

```
  [EdgeFilter](#cfn-neptunegraph-exporttask-exportfilter-edgefilter): {{
    {{Key}}: {{Value}}}}
  [VertexFilter](#cfn-neptunegraph-exporttask-exportfilter-vertexfilter): {{
    {{Key}}: {{Value}}}}
```

## Properties
<a name="aws-properties-neptunegraph-exporttask-exportfilter-properties"></a>

`EdgeFilter`  <a name="cfn-neptunegraph-exporttask-exportfilter-edgefilter"></a>
Property description not available.  
*Required*: No  
*Type*: Object of [ExportFilterElement](aws-properties-neptunegraph-exporttask-exportfilterelement.md)  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`VertexFilter`  <a name="cfn-neptunegraph-exporttask-exportfilter-vertexfilter"></a>
Property description not available.  
*Required*: No  
*Type*: Object of [ExportFilterElement](aws-properties-neptunegraph-exporttask-exportfilterelement.md)  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)