Interface CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty.Jsii$Proxy
- Enclosing class:
CfnOdbNetworkPropsMixin
@Stability(Stable)
public static interface CfnOdbNetworkPropsMixin.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.cfnpropertymixins.services.odb.*;
ServiceNetworkEndpointProperty serviceNetworkEndpointProperty = ServiceNetworkEndpointProperty.builder()
.vpcEndpointId("vpcEndpointId")
.vpcEndpointType("vpcEndpointType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOdbNetworkPropsMixin.ServiceNetworkEndpointPropertystatic final classAn implementation forCfnOdbNetworkPropsMixin.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.- See Also:
-
builder
-