AWSFirehoseSnowflakeRoleConfiguration
Objective-C
@interface AWSFirehoseSnowflakeRoleConfiguration
Swift
class AWSFirehoseSnowflakeRoleConfiguration
Optionally configure a Snowflake role. Otherwise the default user role will be used.
-
Enable Snowflake role
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enabled;Swift
var enabled: NSNumber? { get set } -
The Snowflake role you wish to configure
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable snowflakeRole;Swift
var snowflakeRole: String? { get set }
View on GitHub
Install in Dash
AWSFirehoseSnowflakeRoleConfiguration Class Reference