@Stability(value=Stable)
public static interface CfnDataSource.VpcConnectionPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.VpcConnectionPropertiesProperty.Builder
A builder for
CfnDataSource.VpcConnectionPropertiesProperty |
static class |
CfnDataSource.VpcConnectionPropertiesProperty.Jsii$Proxy
An implementation for
CfnDataSource.VpcConnectionPropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.VpcConnectionPropertiesProperty.Builder |
builder() |
String |
getVpcConnectionArn()
The Amazon Resource Name (ARN) for the VPC connection.
|
@Stability(value=Stable) @NotNull String getVpcConnectionArn()
@Stability(value=Stable) static CfnDataSource.VpcConnectionPropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.