AWS::NeptuneGraph::GraphThe AWS::NeptuneGraph::Graph resource creates an Amazon NeptuneGraph Graph.
7 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ProvisionedMemory | integer | Required |
DeletionProtection | boolean | |
GraphName | string | Create-only |
PublicConnectivity | boolean | |
ReplicaCount | integer | Create-only |
Tags | Array<Tag> | |
VectorSearchConfiguration | VectorSearchConfiguration | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Endpoint | string | The connection endpoint for the graph. For example: `g-12a3bcdef4.us-east-1.neptune-graph.amazonaws.com` |
GraphArn | string | Graph resource ARN |
GraphId | string | The auto-generated id assigned by the service. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NeptuneGraph::Graph
Resources:
MyResource:
Type: AWS::NeptuneGraph::Graph
Properties:
ProvisionedMemory: 1
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iam:PassRoleneptune-graph:CreateGraphneptune-graph:GetGraphneptune-graph:ListTagsForResourceneptune-graph:TagResourcekms:DescribeKeykms:CreateGrantkms:Decryptneptune-graph:GetGraphneptune-graph:ListTagsForResourcekms:DescribeKeykms:CreateGrantkms:Decryptiam:PassRoleneptune-graph:GetGraphneptune-graph:ListTagsForResourceneptune-graph:TagResourceneptune-graph:UntagResourceneptune-graph:UpdateGraphkms:DescribeKeykms:CreateGrantneptune-graph:DeleteGraphneptune-graph:GetGraphneptune-graph:ListTagsForResourceneptune-graph:UntagResourcekms:DescribeKeykms:CreateGrantkms:Decryptneptune-graph:GetGraphneptune-graph:ListGraphsneptune-graph:ListTagsForResourcekms:DescribeKeykms:CreateGrantkms:DecryptOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterGraphIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
GraphNameReplicaCountVectorSearchConfiguration