Interface CfnDeliveryStreamPropsMixin.SnowflakeVpcConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDeliveryStreamPropsMixin.SnowflakeVpcConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDeliveryStreamPropsMixin
@Stability(Stable)
public static interface CfnDeliveryStreamPropsMixin.SnowflakeVpcConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configure a Snowflake VPC.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.kinesisfirehose.mixins.*;
SnowflakeVpcConfigurationProperty snowflakeVpcConfigurationProperty = SnowflakeVpcConfigurationProperty.builder()
.privateLinkVpceId("privateLinkVpceId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDeliveryStreamPropsMixin.SnowflakeVpcConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPrivateLinkVpceId
The VPCE ID for Firehose to privately connect with Snowflake.The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see Amazon PrivateLink & Snowflake
- See Also:
-
builder
@Stability(Stable) static CfnDeliveryStreamPropsMixin.SnowflakeVpcConfigurationProperty.Builder builder()
-