Class CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty
The configuration for a service network endpoint.
Inherited Members
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
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
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
Remarks
VpcEndpointType
The type of the VPC endpoint.
public string? VpcEndpointType { get; set; }