AWS::KinesisFirehose::DeliveryStream SnowflakeVpcConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::KinesisFirehose::DeliveryStream SnowflakeVpcConfiguration

Configure a Snowflake VPC

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "PrivateLinkVpceId" : String }

YAML

PrivateLinkVpceId: String

Properties

PrivateLinkVpceId

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

Required: Yes

Type: String

Pattern: ([a-zA-Z0-9\-\_]+\.){2,3}vpce\.[a-zA-Z0-9\-]*\.vpce-svc\-[a-zA-Z0-9\-]{17}$

Minimum: 47

Maximum: 255

Update requires: Replacement