Interface CfnDataSourcePropsMixin.VpcConnectionPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSourcePropsMixin.VpcConnectionPropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnDataSourcePropsMixin
@Stability(Stable)
public static interface CfnDataSourcePropsMixin.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.cfnpropertymixins.services.quicksight.*;
VpcConnectionPropertiesProperty vpcConnectionPropertiesProperty = VpcConnectionPropertiesProperty.builder()
.vpcConnectionArn("vpcConnectionArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSourcePropsMixin.VpcConnectionPropertiesPropertystatic final classAn implementation forCfnDataSourcePropsMixin.VpcConnectionPropertiesProperty -
Method Summary
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
-