GetPrivateGraphEndpointResult

data class GetPrivateGraphEndpointResult(val privateGraphEndpointIdentifier: String? = null, val vpcEndpointId: String? = null)

Constructors

Link copied to clipboard
constructor(privateGraphEndpointIdentifier: String? = null, vpcEndpointId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

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