The method to handle blank nodes in the dataset. Currently, only
convertToIri is supported, meaning blank nodes are converted to unique IRIs at load time. Must be provided when format is
ntriples. For more information, see
Handling RDF values.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Amazon.PowerShell.Cmdlets.NEPTG.AmazonNeptuneGraphClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Indicates whether or not to enable deletion protection on the graph. The graph can’t be deleted when deletion protection is enabled. (true or false).
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
If set to true, the task halts when an import error is encountered. If set to false, the task skips the data that caused the error and continues if possible.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A name for the new Neptune Analytics graph to be created.The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens. Only lowercase letters are allowed.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Specifies a KMS key to use to encrypt data imported into the new graph.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-MaxProvisionedMemory <
Int32>
The maximum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 1024, or the approved upper limit for your account. If both the minimum and maximum values are specified, the final provisioned-memory will be chosen per the actual size of your imported data. If neither value is specified, 128 m-NCUs are used.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-MinProvisionedMemory <
Int32>
The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 16
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Neptune_PreserveDefaultVertexLabel <
Boolean>
Neptune Analytics supports label-less vertices and no labels are assigned unless one is explicitly provided. Neptune assigns default labels when none is explicitly provided. When importing the data into Neptune Analytics, the default vertex labels can be omitted by setting preserveDefaultVertexLabels to false. Note that if the vertex only has default labels, and has no other properties or edges, then the vertex will effectively not get imported into Neptune Analytics when preserveDefaultVertexLabels is set to false.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ImportOptions_Neptune_PreserveDefaultVertexLabels |
Neptune Analytics currently does not support user defined edge ids. The edge ids are not imported by default. They are imported if preserveEdgeIds is set to true, and ids are stored as properties on the relationships with the property name neptuneEdgeId.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ImportOptions_Neptune_PreserveEdgeIds |
-Neptune_S3ExportKmsKeyId <
String>
The KMS key to use to encrypt data in the S3 bucket where the graph data is exported
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ImportOptions_Neptune_S3ExportKmsKeyId |
-Neptune_S3ExportPath <
String>
The path to an S3 bucket from which to import data.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ImportOptions_Neptune_S3ExportPath |
The parquet type of the import task.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (true to enable, or false to disable).
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The number of replicas in other AZs to provision on the new graph after import. Default = 0, Min = 0, Max = 2.
Additional charges equivalent to the m-NCUs selected for the graph apply for each replica. Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The ARN of the IAM role that will allow access to the data that is to be imported.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.NeptuneGraph.Model.CreateGraphUsingImportTaskResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.CreateGraphUsingImportTaskResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Adds metadata tags to the new graph. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Tags |
-VectorSearchConfiguration_Dimension <
Int32>
The number of dimensions.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |