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();
 - 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSource.VpcConnectionPropertiesPropertystatic final classAn implementation forCfnDataSource.VpcConnectionPropertiesProperty
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()The Amazon Resource Name (ARN) for the VPC connection.Methods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getVpcConnectionArnThe Amazon Resource Name (ARN) for the VPC connection.
- 
builder
 
-