Interface CfnDataSource.VpcConnectionPropertiesProperty

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

@Stability(Stable) public static interface CfnDataSource.VpcConnectionPropertiesProperty extends software.amazon.jsii.JsiiSerializable
VPC connection properties.

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.quicksight.*;
 VpcConnectionPropertiesProperty vpcConnectionPropertiesProperty = VpcConnectionPropertiesProperty.builder()
         .vpcConnectionArn("vpcConnectionArn")
         .build();
 

See Also: