AWS::KinesisFirehose::DeliveryStream SnowflakeVpcConfiguration - AWS CloudFormation

AWS::KinesisFirehose::DeliveryStream SnowflakeVpcConfiguration

Configure a Snowflake VPC

Syntax

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