PrivateGraphEndpointArgs

data class PrivateGraphEndpointArgs(val graphIdentifier: Output<String>? = null, val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<PrivateGraphEndpointArgs>

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

Constructors

Link copied to clipboard
constructor(graphIdentifier: Output<String>? = null, securityGroupIds: Output<List<String>>? = null, subnetIds: Output<List<String>>? = null, vpcId: Output<String>? = null)

Properties

Link copied to clipboard
val graphIdentifier: Output<String>? = null

The auto-generated Graph Id assigned by the service.

Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null

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>>? = null

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 vpcId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): PrivateGraphEndpointArgs