Interface CfnOdbNetwork.ServiceNetworkEndpointProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOdbNetwork.ServiceNetworkEndpointProperty.Jsii$Proxy
- Enclosing class:
CfnOdbNetwork
@Stability(Stable)
public static interface CfnOdbNetwork.ServiceNetworkEndpointProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.odb.*;
ServiceNetworkEndpointProperty serviceNetworkEndpointProperty = ServiceNetworkEndpointProperty.builder()
.vpcEndpointId("vpcEndpointId")
.vpcEndpointType("vpcEndpointType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOdbNetwork.ServiceNetworkEndpointPropertystatic final classAn implementation forCfnOdbNetwork.ServiceNetworkEndpointProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVpcEndpointId
The identifier of the VPC endpoint.- See Also:
-
getVpcEndpointType
The type of the VPC endpoint.Valid Values:
Interface | Gateway- See Also:
-
builder
-