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