Show / Hide Table of Contents

Class CfnPrivateGraphEndpointMixinProps

Properties for CfnPrivateGraphEndpointPropsMixin.

Inheritance
object
CfnPrivateGraphEndpointMixinProps
Implements
ICfnPrivateGraphEndpointMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-privategraphendpoint.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-privategraphendpoint.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-privategraphendpoint.html#cfn-neptunegraph-privategraphendpoint-graphidentifier

SecurityGroupIds

Security groups to be attached to the private graph endpoint..

public string[]? SecurityGroupIds { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-privategraphendpoint.html#cfn-neptunegraph-privategraphendpoint-securitygroupids

SubnetIds

Subnets in which private graph endpoint ENIs are created.

public string[]? SubnetIds { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-privategraphendpoint.html#cfn-neptunegraph-privategraphendpoint-subnetids

VpcId

The VPC in which the private graph endpoint needs to be created.

public string? VpcId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptunegraph-privategraphendpoint.html#cfn-neptunegraph-privategraphendpoint-vpcid

Implements

ICfnPrivateGraphEndpointMixinProps
Back to top Generated by DocFX