interface ServiceNetworkEndpointProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_odb.CfnOdbNetwork.ServiceNetworkEndpointProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsodb#CfnOdbNetwork_ServiceNetworkEndpointProperty |
![]() | software.amazon.awscdk.services.odb.CfnOdbNetwork.ServiceNetworkEndpointProperty |
![]() | aws_cdk.aws_odb.CfnOdbNetwork.ServiceNetworkEndpointProperty |
![]() | aws-cdk-lib » aws_odb » CfnOdbNetwork » ServiceNetworkEndpointProperty |
The configuration for a service network endpoint.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_odb as odb } from 'aws-cdk-lib';
const serviceNetworkEndpointProperty: odb.CfnOdbNetwork.ServiceNetworkEndpointProperty = {
vpcEndpointId: 'vpcEndpointId',
vpcEndpointType: 'vpcEndpointType',
};
Properties
Name | Type | Description |
---|---|---|
vpc | string | The identifier of the VPC endpoint. |
vpc | string | The type of the VPC endpoint. |
vpcEndpointId?
Type:
string
(optional)
The identifier of the VPC endpoint.
vpcEndpointType?
Type:
string
(optional)
The type of the VPC endpoint.
Valid Values: Interface | Gateway