Show / Hide Table of Contents

Class CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty

The configuration for a service network endpoint.

Inheritance
object
CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty
Implements
CfnOdbNetworkPropsMixin.IServiceNetworkEndpointProperty
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.ODB.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty : CfnOdbNetworkPropsMixin.IServiceNetworkEndpointProperty
Syntax (vb)
Public Class CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty Implements CfnOdbNetworkPropsMixin.IServiceNetworkEndpointProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-servicenetworkendpoint.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.ODB.Mixins;

             var serviceNetworkEndpointProperty = new ServiceNetworkEndpointProperty {
                 VpcEndpointId = "vpcEndpointId",
                 VpcEndpointType = "vpcEndpointType"
             };

Synopsis

Constructors

ServiceNetworkEndpointProperty()

The configuration for a service network endpoint.

Properties

VpcEndpointId

The identifier of the VPC endpoint.

VpcEndpointType

The type of the VPC endpoint.

Constructors

ServiceNetworkEndpointProperty()

The configuration for a service network endpoint.

public ServiceNetworkEndpointProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-servicenetworkendpoint.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.ODB.Mixins;

             var serviceNetworkEndpointProperty = new ServiceNetworkEndpointProperty {
                 VpcEndpointId = "vpcEndpointId",
                 VpcEndpointType = "vpcEndpointType"
             };

Properties

VpcEndpointId

The identifier of the VPC endpoint.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-servicenetworkendpoint.html#cfn-odb-odbnetwork-servicenetworkendpoint-vpcendpointid

VpcEndpointType

The type of the VPC endpoint.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-servicenetworkendpoint.html#cfn-odb-odbnetwork-servicenetworkendpoint-vpcendpointtype

Implements

CfnOdbNetworkPropsMixin.IServiceNetworkEndpointProperty
Back to top Generated by DocFX