AWS::KinesisFirehose::DeliveryStream SnowflakeVpcConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::KinesisFirehose::DeliveryStream SnowflakeVpcConfiguration

Configure a Snowflake VPC

Syntax

To declare this entity in your Amazon 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