PrivateGraphEndpoint

class PrivateGraphEndpoint : KotlinCustomResource

The AWS::NeptuneGraph::PrivateGraphEndpoint resource creates an Amazon NeptuneGraph PrivateGraphEndpoint.

Properties

Link copied to clipboard
val graphIdentifier: Output<String>

The auto-generated Graph Id assigned by the service.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

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-0a12bc34567de8f90, the generated PrivateGraphEndpointIdentifier will be g-12a3bcdef4_vpc-0a12bc34567de8f90

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The security group Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.

Link copied to clipboard
val subnetIds: Output<List<String>>?

The subnet Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcEndpointId: Output<String>

VPC endpoint that provides a private connection between the Graph and specified VPC.

Link copied to clipboard
val vpcId: Output<String>

The VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.