Class CfnPrivateGraphEndpointMixinProps
Properties for CfnPrivateGraphEndpointPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.NeptuneGraph.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPrivateGraphEndpointMixinProps : ICfnPrivateGraphEndpointMixinProps
Syntax (vb)
Public Class CfnPrivateGraphEndpointMixinProps Implements ICfnPrivateGraphEndpointMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.NeptuneGraph.Mixins;
var cfnPrivateGraphEndpointMixinProps = new CfnPrivateGraphEndpointMixinProps {
GraphIdentifier = "graphIdentifier",
SecurityGroupIds = new [] { "securityGroupIds" },
SubnetIds = new [] { "subnetIds" },
VpcId = "vpcId"
};
Synopsis
Constructors
| CfnPrivateGraphEndpointMixinProps() | Properties for CfnPrivateGraphEndpointPropsMixin. |
Properties
| GraphIdentifier | The unique identifier of the Neptune Analytics graph. |
| SecurityGroupIds | Security groups to be attached to the private graph endpoint.. |
| SubnetIds | Subnets in which private graph endpoint ENIs are created. |
| VpcId | The VPC in which the private graph endpoint needs to be created. |
Constructors
CfnPrivateGraphEndpointMixinProps()
Properties for CfnPrivateGraphEndpointPropsMixin.
public CfnPrivateGraphEndpointMixinProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.NeptuneGraph.Mixins;
var cfnPrivateGraphEndpointMixinProps = new CfnPrivateGraphEndpointMixinProps {
GraphIdentifier = "graphIdentifier",
SecurityGroupIds = new [] { "securityGroupIds" },
SubnetIds = new [] { "subnetIds" },
VpcId = "vpcId"
};
Properties
GraphIdentifier
The unique identifier of the Neptune Analytics graph.
public string? GraphIdentifier { get; set; }
Property Value
Remarks
SecurityGroupIds
Security groups to be attached to the private graph endpoint..
public string[]? SecurityGroupIds { get; set; }
Property Value
string[]
Remarks
SubnetIds
Subnets in which private graph endpoint ENIs are created.
public string[]? SubnetIds { get; set; }
Property Value
string[]
Remarks
VpcId
The VPC in which the private graph endpoint needs to be created.
public string? VpcId { get; set; }