Interface CfnDeliveryStream.DatabaseSourceVPCConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDeliveryStream.DatabaseSourceVPCConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDeliveryStream

@Stability(Stable) public static interface CfnDeliveryStream.DatabaseSourceVPCConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The structure for details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.

Amazon Data Firehose is in preview release and is subject to change.

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.kinesisfirehose.*;
 DatabaseSourceVPCConfigurationProperty databaseSourceVPCConfigurationProperty = DatabaseSourceVPCConfigurationProperty.builder()
         .vpcEndpointServiceName("vpcEndpointServiceName")
         .build();
 

See Also: