Class: Aws::Firehose::Types::SnowflakeVpcConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb

Overview

Configure a Snowflake VPC

Constant Summary collapse

SENSITIVE =
[:private_link_vpce_id]

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (String)


4400
4401
4402
4403
4404
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4400

class SnowflakeVpcConfiguration < Struct.new(
  :private_link_vpce_id)
  SENSITIVE = [:private_link_vpce_id]
  include Aws::Structure
end