AWS.Tools.NeptuneGraph.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.NeptuneGraph</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.AddNEPTGResourceTagCmdlet"> <summary> Adds tags to the specified resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.AddNEPTGResourceTagCmdlet.ResourceArn"> <summary> <para> <para>ARN of the resource for which tags need to be added.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.AddNEPTGResourceTagCmdlet.Tag"> <summary> <para> <para>The tags to be assigned to the Neptune Analytics resource.</para><para>The tags are metadata that are specified as a list of key-value pairs:</para><para><b>Key</b> (string) – A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length. It can't be prefixed with <code>aws:</code> and can only contain the set of Unicode characters specified by this Java regular expression: <code>"^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$")</code>.</para><para><b>Value</b> (string) – A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. It can't be prefixed with <code>aws:</code> and can only contain the set of Unicode characters specified by this Java regular expression: <code>"^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$")</code>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.AddNEPTGResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.NeptuneGraph.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.AddNEPTGResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.AddNEPTGResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphCmdlet"> <summary> Gets information about a specified graph. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphCmdlet.GraphIdentifier"> <summary> <para> <para>The unique identifier of the Neptune Analytics graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphCmdlet.Select"> <summary> 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.GetGraphResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.GetGraphResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^GraphIdentifier' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphListCmdlet"> <summary> Lists available Neptune Analytics graphs. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphListCmdlet.MaxResult"> <summary> <para> <para>The total number of records to return in the command's output.</para><para>If the total number of records available is more than the value specified, <code>nextToken</code> is provided in the command's output. To resume pagination, provide the <code>nextToken</code> output value in the <code>nextToken</code> argument of a subsequent command. Do not use the <code>nextToken</code> response element directly outside of the Amazon CLI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphListCmdlet.NextToken"> <summary> <para> <para>Pagination token used to paginate output.</para><para>When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Graphs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.NeptuneGraph.Model.ListGraphsResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.ListGraphsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphSnapshotCmdlet"> <summary> Retrieves a specified graph snapshot. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphSnapshotCmdlet.SnapshotIdentifier"> <summary> <para> <para>The ID of the snapshot to retrieve.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphSnapshotCmdlet.Select"> <summary> 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.GetGraphSnapshotResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.GetGraphSnapshotResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphSnapshotCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SnapshotIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^SnapshotIdentifier' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphSnapshotListCmdlet"> <summary> Lists available snapshots of a specified Neptune Analytics graph. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphSnapshotListCmdlet.GraphIdentifier"> <summary> <para> <para>The unique identifier of the Neptune Analytics graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphSnapshotListCmdlet.MaxResult"> <summary> <para> <para>The total number of records to return in the command's output.</para><para>If the total number of records available is more than the value specified, <code>nextToken</code> is provided in the command's output. To resume pagination, provide the <code>nextToken</code> output value in the <code>nextToken</code> argument of a subsequent command. Do not use the <code>nextToken</code> response element directly outside of the Amazon CLI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphSnapshotListCmdlet.NextToken"> <summary> <para> <para>Pagination token used to paginate output.</para><para>When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphSnapshotListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'GraphSnapshots'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.NeptuneGraph.Model.ListGraphSnapshotsResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.ListGraphSnapshotsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGGraphSnapshotListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^GraphIdentifier' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGImportTaskCmdlet"> <summary> Retrieves a specified import task. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGImportTaskCmdlet.TaskIdentifier"> <summary> <para> <para>The unique identifier of the import task.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGImportTaskCmdlet.Select"> <summary> 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.GetImportTaskResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.GetImportTaskResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGImportTaskCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TaskIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^TaskIdentifier' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGImportTaskListCmdlet"> <summary> Lists import tasks. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGImportTaskListCmdlet.MaxResult"> <summary> <para> <para>The total number of records to return in the command's output.</para><para>If the total number of records available is more than the value specified, <code>nextToken</code> is provided in the command's output. To resume pagination, provide the <code>nextToken</code> output value in the <code>nextToken</code> argument of a subsequent command. Do not use the <code>nextToken</code> response element directly outside of the Amazon CLI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGImportTaskListCmdlet.NextToken"> <summary> <para> <para>Pagination token used to paginate output.</para><para>When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGImportTaskListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Tasks'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.NeptuneGraph.Model.ListImportTasksResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.ListImportTasksResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGPrivateGraphEndpointCmdlet"> <summary> Retrieves information about a specified private endpoint. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGPrivateGraphEndpointCmdlet.GraphIdentifier"> <summary> <para> <para>The unique identifier of the Neptune Analytics graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGPrivateGraphEndpointCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC where the private endpoint is located.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGPrivateGraphEndpointCmdlet.Select"> <summary> 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.GetPrivateGraphEndpointResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.GetPrivateGraphEndpointResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGPrivateGraphEndpointCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^GraphIdentifier' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGPrivateGraphEndpointListCmdlet"> <summary> Lists private endpoints for a specified Neptune Analytics graph. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGPrivateGraphEndpointListCmdlet.GraphIdentifier"> <summary> <para> <para>The unique identifier of the Neptune Analytics graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGPrivateGraphEndpointListCmdlet.MaxResult"> <summary> <para> <para>The total number of records to return in the command's output.</para><para>If the total number of records available is more than the value specified, <code>nextToken</code> is provided in the command's output. To resume pagination, provide the <code>nextToken</code> output value in the <code>nextToken</code> argument of a subsequent command. Do not use the <code>nextToken</code> response element directly outside of the Amazon CLI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGPrivateGraphEndpointListCmdlet.NextToken"> <summary> <para> <para>Pagination token used to paginate output.</para><para>When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGPrivateGraphEndpointListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'PrivateGraphEndpoints'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.NeptuneGraph.Model.ListPrivateGraphEndpointsResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.ListPrivateGraphEndpointsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGPrivateGraphEndpointListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^GraphIdentifier' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGResourceTagCmdlet"> <summary> Lists tags associated with a specified resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Tags'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.NeptuneGraph.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.ListTagsForResourceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.GetNEPTGResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphCmdlet"> <summary> Creates a new Neptune Analytics graph. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphCmdlet.DeletionProtection"> <summary> <para> <para>Indicates whether or not to enable deletion protection on the graph. The graph can’t be deleted when deletion protection is enabled. (<code>true</code> or <code>false</code>).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphCmdlet.VectorSearchConfiguration_Dimension"> <summary> <para> <para>The number of dimensions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphCmdlet.GraphName"> <summary> <para> <para>A name for the new Neptune Analytics graph to be created.</para><para>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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphCmdlet.KmsKeyIdentifier"> <summary> <para> <para>Specifies a KMS key to use to encrypt data in the new graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphCmdlet.ProvisionedMemory"> <summary> <para> <para>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 128</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphCmdlet.PublicConnectivity"> <summary> <para> <para>Specifies whether or not the graph can be reachable over the internet. All access to graphs IAM authenticated. (<code>true</code> to enable, or <code>false</code> to disable.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphCmdlet.ReplicaCount"> <summary> <para> <para>The number of replicas in other AZs. Min =0, Max = 2, Default =1</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphCmdlet.Tag"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphCmdlet.Select"> <summary> 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.CreateGraphResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.CreateGraphResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphSnapshotCmdlet"> <summary> Creates a snapshot of the specific graph. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphSnapshotCmdlet.GraphIdentifier"> <summary> <para> <para>The unique identifier of the Neptune Analytics graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphSnapshotCmdlet.SnapshotName"> <summary> <para> <para>The snapshot name. For example: <code>my-snapshot-1</code>.</para><para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphSnapshotCmdlet.Tag"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphSnapshotCmdlet.Select"> <summary> 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.CreateGraphSnapshotResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.CreateGraphSnapshotResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphSnapshotCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^GraphIdentifier' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphSnapshotCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet"> <summary> Creates a new Neptune Analytics graph and imports data into it, either from Amazon Simple Storage Service (S3) or from a Neptune database or a Neptune database snapshot. <para> The data can be loaded from files in S3 that in either the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html">Gremlin CSV format</a> or the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html">openCypher load format</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.DeletionProtection"> <summary> <para> <para>Indicates whether or not to enable deletion protection on the graph. The graph can’t be deleted when deletion protection is enabled. (<code>true</code> or <code>false</code>).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.VectorSearchConfiguration_Dimension"> <summary> <para> <para>The number of dimensions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.FailOnError"> <summary> <para> <para>If set to <code>true</code>, the task halts when an import error is encountered. If set to <code>false</code>, the task skips the data that caused the error and continues if possible.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.Format"> <summary> <para> <para>Specifies the format of S3 data to be imported. Valid values are <code>CSV</code>, which identifies the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html">Gremlin CSV format</a> or <code>OPENCYPHER</code>, which identies the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html">openCypher load format</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.GraphName"> <summary> <para> <para>A name for the new Neptune Analytics graph to be created.</para><para>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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.KmsKeyIdentifier"> <summary> <para> <para>Specifies a KMS key to use to encrypt data imported into the new graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.MaxProvisionedMemory"> <summary> <para> <para>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.</para><para> If both the minimum and maximum values are specified, the max of the <code>min-provisioned-memory</code> and <code>max-provisioned memory</code> is used to create the graph. If neither value is specified 128 m-NCUs are used.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.MinProvisionedMemory"> <summary> <para> <para>The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 128</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.Neptune_PreserveDefaultVertexLabel"> <summary> <para> <para>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 <i>preserveDefaultVertexLabels</i> 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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.Neptune_PreserveEdgeId"> <summary> <para> <para>Neptune Analytics currently does not support user defined edge ids. The edge ids are not imported by default. They are imported if <i>preserveEdgeIds</i> is set to true, and ids are stored as properties on the relationships with the property name neptuneEdgeId.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.PublicConnectivity"> <summary> <para> <para>Specifies whether or not the graph can be reachable over the internet. All access to graphs IAM authenticated. (<code>true</code> to enable, or <code>false</code> to disable.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.ReplicaCount"> <summary> <para> <para>The number of replicas in other AZs to provision on the new graph after import. Default = 0, Min = 0, Max = 2.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.RoleArn"> <summary> <para> <para>The ARN of the IAM role that will allow access to the data that is to be imported.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.Neptune_S3ExportKmsKeyId"> <summary> <para> <para>The KMS key to use to encrypt data in the S3 bucket where the graph data is exported</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.Neptune_S3ExportPath"> <summary> <para> <para>The path to an S3 bucket from which to import data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.Source"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.Tag"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.Select"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGGraphUsingImportTaskCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGPrivateGraphEndpointCmdlet"> <summary> Create a private graph endpoint to allow private access from to the graph from within a VPC. You can attach security groups to the private graph endpoint. VPC endpoint charges apply. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGPrivateGraphEndpointCmdlet.GraphIdentifier"> <summary> <para> <para>The unique identifier of the Neptune Analytics graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGPrivateGraphEndpointCmdlet.SubnetId"> <summary> <para> <para>Subnets in which private graph endpoint ENIs are created.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGPrivateGraphEndpointCmdlet.VpcId"> <summary> <para> <para> The VPC in which the private graph endpoint needs to be created.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGPrivateGraphEndpointCmdlet.VpcSecurityGroupId"> <summary> <para> <para>Security groups to be attached to the private graph endpoint..</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGPrivateGraphEndpointCmdlet.Select"> <summary> 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.CreatePrivateGraphEndpointResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.CreatePrivateGraphEndpointResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGPrivateGraphEndpointCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^GraphIdentifier' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.NewNEPTGPrivateGraphEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGGraphCmdlet"> <summary> Deletes the specified graph. Graphs cannot be deleted if delete-protection is enabled. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGGraphCmdlet.GraphIdentifier"> <summary> <para> <para>The unique identifier of the Neptune Analytics graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGGraphCmdlet.SkipSnapshot"> <summary> <para> <para>Determines whether a final graph snapshot is created before the graph is deleted. If <code>true</code> is specified, no graph snapshot is created. If <code>false</code> is specified, a graph snapshot is created before the graph is deleted.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGGraphCmdlet.Select"> <summary> 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.DeleteGraphResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.DeleteGraphResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGGraphCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^GraphIdentifier' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGGraphCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGGraphSnapshotCmdlet"> <summary> Deletes the specifed graph snapshot. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGGraphSnapshotCmdlet.SnapshotIdentifier"> <summary> <para> <para>ID of the graph snapshot to be deleted.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGGraphSnapshotCmdlet.Select"> <summary> 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.DeleteGraphSnapshotResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.DeleteGraphSnapshotResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGGraphSnapshotCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SnapshotIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^SnapshotIdentifier' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGGraphSnapshotCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGPrivateGraphEndpointCmdlet"> <summary> Deletes a private graph endpoint. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGPrivateGraphEndpointCmdlet.GraphIdentifier"> <summary> <para> <para>The unique identifier of the Neptune Analytics graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGPrivateGraphEndpointCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC where the private endpoint is located.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGPrivateGraphEndpointCmdlet.Select"> <summary> 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.DeletePrivateGraphEndpointResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.DeletePrivateGraphEndpointResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGPrivateGraphEndpointCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^GraphIdentifier' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGPrivateGraphEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGResourceTagCmdlet"> <summary> Removes the specified tags from the specified resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGResourceTagCmdlet.ResourceArn"> <summary> <para> <para>ARN of the resource whose tag needs to be removed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGResourceTagCmdlet.TagKey"> <summary> <para> <para>Tag keys for the tags to be removed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.NeptuneGraph.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RemoveNEPTGResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.ResetNEPTGGraphCmdlet"> <summary> Empties the data from a specified Neptune Analytics graph. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.ResetNEPTGGraphCmdlet.GraphIdentifier"> <summary> <para> <para>ID of the graph to reset.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.ResetNEPTGGraphCmdlet.SkipSnapshot"> <summary> <para> <para>Determines whether a final graph snapshot is created before the graph data is deleted. If set to <code>true</code>, no graph snapshot is created. If set to <code>false</code>, a graph snapshot is created before the data is deleted.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.ResetNEPTGGraphCmdlet.Select"> <summary> 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.ResetGraphResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.ResetGraphResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.ResetNEPTGGraphCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^GraphIdentifier' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.ResetNEPTGGraphCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.RestoreNEPTGGraphFromSnapshotCmdlet"> <summary> Restores a graph from a snapshot. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RestoreNEPTGGraphFromSnapshotCmdlet.DeletionProtection"> <summary> <para> <para>A value that indicates whether the graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RestoreNEPTGGraphFromSnapshotCmdlet.GraphName"> <summary> <para> <para>A name for the new Neptune Analytics graph to be created from the snapshot.</para><para>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. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RestoreNEPTGGraphFromSnapshotCmdlet.ProvisionedMemory"> <summary> <para> <para>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 128</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RestoreNEPTGGraphFromSnapshotCmdlet.PublicConnectivity"> <summary> <para> <para>Specifies whether or not the graph can be reachable over the internet. All access to graphs IAM authenticated. (<code>true</code> to enable, or <code>false</code> to disable).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RestoreNEPTGGraphFromSnapshotCmdlet.ReplicaCount"> <summary> <para> <para>The number of replicas in other AZs. Min =0, Max = 2, Default =1</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RestoreNEPTGGraphFromSnapshotCmdlet.SnapshotIdentifier"> <summary> <para> <para>The ID of the snapshot in question.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RestoreNEPTGGraphFromSnapshotCmdlet.Tag"> <summary> <para> <para>Adds metadata tags to the snapshot. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RestoreNEPTGGraphFromSnapshotCmdlet.Select"> <summary> 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.RestoreGraphFromSnapshotResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.RestoreGraphFromSnapshotResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RestoreNEPTGGraphFromSnapshotCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SnapshotIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^SnapshotIdentifier' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.RestoreNEPTGGraphFromSnapshotCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.StopNEPTGImportTaskCmdlet"> <summary> Deletes the specified import task </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.StopNEPTGImportTaskCmdlet.TaskIdentifier"> <summary> <para> <para>The unique identifier of the import task.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.StopNEPTGImportTaskCmdlet.Select"> <summary> 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.CancelImportTaskResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.CancelImportTaskResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.StopNEPTGImportTaskCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TaskIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^TaskIdentifier' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.StopNEPTGImportTaskCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.NEPTG.UpdateNEPTGGraphCmdlet"> <summary> Updates the configuration of a specified Neptune Analytics graph </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.UpdateNEPTGGraphCmdlet.DeletionProtection"> <summary> <para> <para>A value that indicates whether the graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.UpdateNEPTGGraphCmdlet.GraphIdentifier"> <summary> <para> <para>The unique identifier of the Neptune Analytics graph.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.UpdateNEPTGGraphCmdlet.ProvisionedMemory"> <summary> <para> <para>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 128</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.UpdateNEPTGGraphCmdlet.PublicConnectivity"> <summary> <para> <para>Specifies whether or not the graph can be reachable over the internet. All access to graphs IAM authenticated. (<code>true</code> to enable, or <code>false</code> to disable.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.UpdateNEPTGGraphCmdlet.Select"> <summary> 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.UpdateGraphResponse). Specifying the name of a property of type Amazon.NeptuneGraph.Model.UpdateGraphResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.UpdateNEPTGGraphCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GraphIdentifier parameter. The -PassThru parameter is deprecated, use -Select '^GraphIdentifier' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.NEPTG.UpdateNEPTGGraphCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |