

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).

# Amazon Neptune Analytics
<a name="AWS_NeptuneGraph"></a>

**Resource types**
+ [AWS::NeptuneGraph::Graph](aws-resource-neptunegraph-graph.md)
+ [AWS::NeptuneGraph::GraphSnapshot](aws-resource-neptunegraph-graphsnapshot.md)
+ [AWS::NeptuneGraph::PrivateGraphEndpoint](aws-resource-neptunegraph-privategraphendpoint.md)

# AWS::NeptuneGraph::Graph
<a name="aws-resource-neptunegraph-graph"></a>

The `AWS::NeptuneGraph::Graph` resource creates an Amazon Neptune Analytics graph. Amazon Neptune Analytics is a memory-optimized graph database engine for analytics. For more information, see [Amazon Neptune Analytics](https://docs.aws.amazon.com/neptune-analytics/latest/userguide/what-is-neptune-analytics.html).

You can use `AWS::NeptuneGraph::Graph.DeletionProtection` to help guard against unintended deletion of your graph.

## Syntax
<a name="aws-resource-neptunegraph-graph-syntax"></a>

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

### JSON
<a name="aws-resource-neptunegraph-graph-syntax.json"></a>

```
{
  "Type" : "AWS::NeptuneGraph::Graph",
  "Properties" : {
      "[DeletionProtection](#cfn-neptunegraph-graph-deletionprotection)" : Boolean,
      "[GraphName](#cfn-neptunegraph-graph-graphname)" : String,
      "[KmsKeyIdentifier](#cfn-neptunegraph-graph-kmskeyidentifier)" : String,
      "[ProvisionedMemory](#cfn-neptunegraph-graph-provisionedmemory)" : Integer,
      "[PublicConnectivity](#cfn-neptunegraph-graph-publicconnectivity)" : Boolean,
      "[ReplicaCount](#cfn-neptunegraph-graph-replicacount)" : Integer,
      "[Tags](#cfn-neptunegraph-graph-tags)" : [ Tag, ... ],
      "[VectorSearchConfiguration](#cfn-neptunegraph-graph-vectorsearchconfiguration)" : VectorSearchConfiguration
    }
}
```

### YAML
<a name="aws-resource-neptunegraph-graph-syntax.yaml"></a>

```
Type: AWS::NeptuneGraph::Graph
Properties:
  [DeletionProtection](#cfn-neptunegraph-graph-deletionprotection): Boolean
  [GraphName](#cfn-neptunegraph-graph-graphname): String
  [KmsKeyIdentifier](#cfn-neptunegraph-graph-kmskeyidentifier): String
  [ProvisionedMemory](#cfn-neptunegraph-graph-provisionedmemory): Integer
  [PublicConnectivity](#cfn-neptunegraph-graph-publicconnectivity): Boolean
  [ReplicaCount](#cfn-neptunegraph-graph-replicacount): Integer
  [Tags](#cfn-neptunegraph-graph-tags): 
    - Tag
  [VectorSearchConfiguration](#cfn-neptunegraph-graph-vectorsearchconfiguration): 
    VectorSearchConfiguration
```

## Properties
<a name="aws-resource-neptunegraph-graph-properties"></a>

`DeletionProtection`  <a name="cfn-neptunegraph-graph-deletionprotection"></a>
A value that indicates whether the graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GraphName`  <a name="cfn-neptunegraph-graph-graphname"></a>
The graph name. For example: `my-graph-1`.  
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.  
If you don't specify a graph name, a unique graph name is generated for you using the prefix `graph-for`, followed by a combination of `Stack Name` and a `UUID`.  
*Required*: No  
*Type*: String  
*Pattern*: `^[a-zA-z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$`  
*Minimum*: `1`  
*Maximum*: `63`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`KmsKeyIdentifier`  <a name="cfn-neptunegraph-graph-kmskeyidentifier"></a>
The ARN of the KMS key used to encrypt data in the graph.  
If not specified, the graph is encrypted with an AWS managed key.  
You cannot change the KMS key after the graph is created.
*Required*: No  
*Type*: String  
*Pattern*: `arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}`  
*Minimum*: `1`  
*Maximum*: `1024`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`ProvisionedMemory`  <a name="cfn-neptunegraph-graph-provisionedmemory"></a>
The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.  
Min = 16  
*Required*: Yes  
*Type*: Integer  
*Update requires*: [Some interruptions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt)

`PublicConnectivity`  <a name="cfn-neptunegraph-graph-publicconnectivity"></a>
Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated.  
When the graph is publicly available, its domain name system (DNS) endpoint resolves to the public IP address from the internet. When the graph isn't publicly available, you need to create a `PrivateGraphEndpoint` in a given VPC to ensure the DNS name resolves to a private IP address that is reachable from the VPC.  
Default: If not specified, the default value is false.  
If enabling public connectivity for the first time, there will be a delay while it is enabled.
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ReplicaCount`  <a name="cfn-neptunegraph-graph-replicacount"></a>
The number of replicas in other AZs.  
Default: If not specified, the default value is 1.  
*Required*: No  
*Type*: Integer  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Tags`  <a name="cfn-neptunegraph-graph-tags"></a>
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.  
*Required*: No  
*Type*: Array of [Tag](aws-properties-neptunegraph-graph-tag.md)  
*Maximum*: `50`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VectorSearchConfiguration`  <a name="cfn-neptunegraph-graph-vectorsearchconfiguration"></a>
Specifies the number of dimensions for vector embeddings that will be loaded into the graph. The value is specified as `dimension=`value. Max = 65,535  
*Required*: No  
*Type*: [VectorSearchConfiguration](aws-properties-neptunegraph-graph-vectorsearchconfiguration.md)  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

## Return values
<a name="aws-resource-neptunegraph-graph-return-values"></a>

### Ref
<a name="aws-resource-neptunegraph-graph-return-values-ref"></a>

When you pass the logical ID of this resource to the intrinsic `Ref` function, `Ref` returns the GraphId.

For more information about using the `Ref` function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html).

### Fn::GetAtt
<a name="aws-resource-neptunegraph-graph-return-values-fn--getatt"></a>

The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the `Fn::GetAtt` intrinsic function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html).

#### 
<a name="aws-resource-neptunegraph-graph-return-values-fn--getatt-fn--getatt"></a>

`Endpoint`  <a name="Endpoint-fn::getatt"></a>
The connection endpoint for the graph. For example: `g-12a3bcdef4.us-east-1.neptune-graph.amazonaws.com`

`GraphArn`  <a name="GraphArn-fn::getatt"></a>
The ARN of the graph. For example: `arn:aws:neptune-graph:us-east-1:111122223333:graph/g-12a3bcdef4`

`GraphId`  <a name="GraphId-fn::getatt"></a>
The ID of the graph. For example: `g-12a3bcdef4`

# AWS::NeptuneGraph::Graph Tag
<a name="aws-properties-neptunegraph-graph-tag"></a>

A key-value pair to associate with the Neptune Analytics graph.

## Syntax
<a name="aws-properties-neptunegraph-graph-tag-syntax"></a>

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

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

```
{
  "[Key](#cfn-neptunegraph-graph-tag-key)" : String,
  "[Value](#cfn-neptunegraph-graph-tag-value)" : String
}
```

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

```
  [Key](#cfn-neptunegraph-graph-tag-key): String
  [Value](#cfn-neptunegraph-graph-tag-value): String
```

## Properties
<a name="aws-properties-neptunegraph-graph-tag-properties"></a>

`Key`  <a name="cfn-neptunegraph-graph-tag-key"></a>
**Key** (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 `AWS:` and can only contain the set of Unicode characters specified by this Java regular expression: `"^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$")`.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-neptunegraph-graph-tag-value"></a>
**Value** (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 `AWS:` and can only contain the set of Unicode characters specified by this Java regular expression: `"^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$")`.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::NeptuneGraph::Graph VectorSearchConfiguration
<a name="aws-properties-neptunegraph-graph-vectorsearchconfiguration"></a>

The vector-search configuration for the graph, which specifies the vector dimension to use in the vector index, if any.

## Syntax
<a name="aws-properties-neptunegraph-graph-vectorsearchconfiguration-syntax"></a>

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

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

```
{
  "[VectorSearchDimension](#cfn-neptunegraph-graph-vectorsearchconfiguration-vectorsearchdimension)" : Integer
}
```

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

```
  [VectorSearchDimension](#cfn-neptunegraph-graph-vectorsearchconfiguration-vectorsearchdimension): Integer
```

## Properties
<a name="aws-properties-neptunegraph-graph-vectorsearchconfiguration-properties"></a>

`VectorSearchDimension`  <a name="cfn-neptunegraph-graph-vectorsearchconfiguration-vectorsearchdimension"></a>
The number of dimensions.  
*Required*: Yes  
*Type*: Integer  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

# AWS::NeptuneGraph::GraphSnapshot
<a name="aws-resource-neptunegraph-graphsnapshot"></a>

<a name="aws-resource-neptunegraph-graphsnapshot-description"></a>The `AWS::NeptuneGraph::GraphSnapshot` resource Property description not available. for NeptuneGraph.

## Syntax
<a name="aws-resource-neptunegraph-graphsnapshot-syntax"></a>

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

### JSON
<a name="aws-resource-neptunegraph-graphsnapshot-syntax.json"></a>

```
{
  "Type" : "AWS::NeptuneGraph::GraphSnapshot",
  "Properties" : {
      "[GraphIdentifier](#cfn-neptunegraph-graphsnapshot-graphidentifier)" : String,
      "[SnapshotName](#cfn-neptunegraph-graphsnapshot-snapshotname)" : String,
      "[Tags](#cfn-neptunegraph-graphsnapshot-tags)" : [ Tag, ... ]
    }
}
```

### YAML
<a name="aws-resource-neptunegraph-graphsnapshot-syntax.yaml"></a>

```
Type: AWS::NeptuneGraph::GraphSnapshot
Properties:
  [GraphIdentifier](#cfn-neptunegraph-graphsnapshot-graphidentifier): String
  [SnapshotName](#cfn-neptunegraph-graphsnapshot-snapshotname): String
  [Tags](#cfn-neptunegraph-graphsnapshot-tags): 
    - Tag
```

## Properties
<a name="aws-resource-neptunegraph-graphsnapshot-properties"></a>

`GraphIdentifier`  <a name="cfn-neptunegraph-graphsnapshot-graphidentifier"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Pattern*: `^g-[a-z0-9]{10}$`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`SnapshotName`  <a name="cfn-neptunegraph-graphsnapshot-snapshotname"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^(?!gs-)[a-z][a-z0-9]*(-[a-z0-9]+)*$`  
*Minimum*: `1`  
*Maximum*: `63`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Tags`  <a name="cfn-neptunegraph-graphsnapshot-tags"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [Tag](aws-properties-neptunegraph-graphsnapshot-tag.md)  
*Maximum*: `50`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

## Return values
<a name="aws-resource-neptunegraph-graphsnapshot-return-values"></a>

### Ref
<a name="aws-resource-neptunegraph-graphsnapshot-return-values-ref"></a>

### Fn::GetAtt
<a name="aws-resource-neptunegraph-graphsnapshot-return-values-fn--getatt"></a>

#### 
<a name="aws-resource-neptunegraph-graphsnapshot-return-values-fn--getatt-fn--getatt"></a>

`Arn`  <a name="Arn-fn::getatt"></a>
The ARN of the graph snapshot.

`Id`  <a name="Id-fn::getatt"></a>
The unique identifier of the graph snapshot.

`KmsKeyIdentifier`  <a name="KmsKeyIdentifier-fn::getatt"></a>
The ID of the KMS key used to encrypt and decrypt the snapshot.

`SnapshotCreateTime`  <a name="SnapshotCreateTime-fn::getatt"></a>
The time when the snapshot was created.

`Status`  <a name="Status-fn::getatt"></a>
The status of the graph snapshot.

# AWS::NeptuneGraph::GraphSnapshot Tag
<a name="aws-properties-neptunegraph-graphsnapshot-tag"></a>

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

## Syntax
<a name="aws-properties-neptunegraph-graphsnapshot-tag-syntax"></a>

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

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

```
{
  "[Key](#cfn-neptunegraph-graphsnapshot-tag-key)" : String,
  "[Value](#cfn-neptunegraph-graphsnapshot-tag-value)" : String
}
```

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

```
  [Key](#cfn-neptunegraph-graphsnapshot-tag-key): String
  [Value](#cfn-neptunegraph-graphsnapshot-tag-value): String
```

## Properties
<a name="aws-properties-neptunegraph-graphsnapshot-tag-properties"></a>

`Key`  <a name="cfn-neptunegraph-graphsnapshot-tag-key"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-neptunegraph-graphsnapshot-tag-value"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

# AWS::NeptuneGraph::PrivateGraphEndpoint
<a name="aws-resource-neptunegraph-privategraphendpoint"></a>

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.

**Note**  
VPC endpoint charges apply.

## Syntax
<a name="aws-resource-neptunegraph-privategraphendpoint-syntax"></a>

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

### JSON
<a name="aws-resource-neptunegraph-privategraphendpoint-syntax.json"></a>

```
{
  "Type" : "AWS::NeptuneGraph::PrivateGraphEndpoint",
  "Properties" : {
      "[GraphIdentifier](#cfn-neptunegraph-privategraphendpoint-graphidentifier)" : String,
      "[SecurityGroupIds](#cfn-neptunegraph-privategraphendpoint-securitygroupids)" : [ String, ... ],
      "[SubnetIds](#cfn-neptunegraph-privategraphendpoint-subnetids)" : [ String, ... ],
      "[VpcId](#cfn-neptunegraph-privategraphendpoint-vpcid)" : String
    }
}
```

### YAML
<a name="aws-resource-neptunegraph-privategraphendpoint-syntax.yaml"></a>

```
Type: AWS::NeptuneGraph::PrivateGraphEndpoint
Properties:
  [GraphIdentifier](#cfn-neptunegraph-privategraphendpoint-graphidentifier): String
  [SecurityGroupIds](#cfn-neptunegraph-privategraphendpoint-securitygroupids): 
    - String
  [SubnetIds](#cfn-neptunegraph-privategraphendpoint-subnetids): 
    - String
  [VpcId](#cfn-neptunegraph-privategraphendpoint-vpcid): String
```

## Properties
<a name="aws-resource-neptunegraph-privategraphendpoint-properties"></a>

`GraphIdentifier`  <a name="cfn-neptunegraph-privategraphendpoint-graphidentifier"></a>
The unique identifier of the Neptune Analytics graph.  
*Required*: Yes  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`SecurityGroupIds`  <a name="cfn-neptunegraph-privategraphendpoint-securitygroupids"></a>
Security groups to be attached to the private graph endpoint..  
*Required*: No  
*Type*: Array of String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`SubnetIds`  <a name="cfn-neptunegraph-privategraphendpoint-subnetids"></a>
Subnets in which private graph endpoint ENIs are created.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`VpcId`  <a name="cfn-neptunegraph-privategraphendpoint-vpcid"></a>
 The VPC in which the private graph endpoint needs to be created.  
*Required*: Yes  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

## Return values
<a name="aws-resource-neptunegraph-privategraphendpoint-return-values"></a>

### Ref
<a name="aws-resource-neptunegraph-privategraphendpoint-return-values-ref"></a>

When you pass the logical ID of this resource to the intrinsic `Ref` function, `Ref` returns the PrivateGraphEndpointIdentifier.

For more information about using the `Ref` function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html).

### Fn::GetAtt
<a name="aws-resource-neptunegraph-privategraphendpoint-return-values-fn--getatt"></a>

The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the `Fn::GetAtt` intrinsic function, see [https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html).

#### 
<a name="aws-resource-neptunegraph-privategraphendpoint-return-values-fn--getatt-fn--getatt"></a>

`PrivateGraphEndpointIdentifier`  <a name="PrivateGraphEndpointIdentifier-fn::getatt"></a>
PrivateGraphEndpoint resource identifier generated by concatenating the associated GraphIdentifier and VpcId with an underscore separator. For example, if GraphIdentifier is `g-12a3bcdef4` and VpcId is `vpc-111122223333aabbc`, the generated PrivateGraphEndpointIdentifier will be `g-12a3bcdef4_vpc-111122223333aabbc`.

`VpcEndpointId`  <a name="VpcEndpointId-fn::getatt"></a>
VPC endpoint that provides a private connection between the Graph and specified VPC. For example: `vpce-aabbaabbaabbaabba`.