AWSFirehoseSnowflakeVpcConfiguration
Objective-C
@interface AWSFirehoseSnowflakeVpcConfiguration
Swift
class AWSFirehoseSnowflakeVpcConfiguration
Configure a Snowflake VPC
Required parameters: [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
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable privateLinkVpceId;
Swift
var privateLinkVpceId: String? { get set }