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:StringExportFilter:ExportFilterFormat:StringGraphIdentifier:StringKmsKeyIdentifier:StringParquetType:StringRoleArn:StringTags:- Tag
Properties
Destination-
The Amazon S3 URI of the export task where data will be exported to.
Required: Yes
Type: String
Minimum:
1Maximum:
1024Update requires: Replacement
ExportFilterProperty description not available.
Required: No
Type: ExportFilter
Update requires: Replacement
Format-
The format of the export task.
Required: Yes
Type: String
Allowed values:
PARQUET | CSVUpdate requires: Replacement
GraphIdentifierProperty 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:
1Maximum:
1024Update requires: Replacement
ParquetType-
The parquet type of the export task.
Required: No
Type: String
Allowed values:
COLUMNARUpdate 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
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: Replacement
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
Status-
The current status of the export task.
TaskId-
The unique identifier of the export task.