View a markdown version of this page

AWS::NeptuneGraph::ExportTask - AWS CloudFormation

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.

AWS::NeptuneGraph::ExportTask

The AWS::NeptuneGraph::ExportTask resource Property description not available. for NeptuneGraph.

Syntax

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

JSON

{ "Type" : "AWS::NeptuneGraph::ExportTask", "Properties" : { "Destination" : String, "ExportFilter" : ExportFilter, "Format" : String, "GraphIdentifier" : String, "KmsKeyIdentifier" : String, "ParquetType" : String, "RoleArn" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::NeptuneGraph::ExportTask Properties: Destination: String ExportFilter: ExportFilter Format: String GraphIdentifier: String KmsKeyIdentifier: String ParquetType: String RoleArn: String Tags: - Tag

Properties

Destination

The Amazon S3 URI of the export task where data will be exported to.

Required: Yes

Type: String

Minimum: 1

Maximum: 1024

Update requires: Replacement

ExportFilter

Property description not available.

Required: No

Type: ExportFilter

Update requires: Replacement

Format

The format of the export task.

Required: Yes

Type: String

Allowed values: PARQUET | CSV

Update requires: Replacement

GraphIdentifier

Property description not available.

Required: Yes

Type: String

Pattern: ^g-[a-z0-9]{10}$

Update requires: Replacement

KmsKeyIdentifier

The KMS key identifier of the export task.

Required: Yes

Type: String

Minimum: 1

Maximum: 1024

Update requires: Replacement

ParquetType

The parquet type of the export task.

Required: No

Type: String

Allowed values: COLUMNAR

Update requires: Replacement

RoleArn

The ARN of the IAM role that will allow the data to be exported to the destination.

Required: Yes

Type: String

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 50

Update requires: Replacement

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

Status

The current status of the export task.

TaskId

The unique identifier of the export task.