Class: Aws::Firehose::Types::SnowflakeRoleConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::SnowflakeRoleConfiguration
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
Optionally configure a Snowflake role. Otherwise the default user role will be used.
Constant Summary collapse
- SENSITIVE =
[:snowflake_role]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Enable Snowflake role.
-
#snowflake_role ⇒ String
The Snowflake role you wish to configure.
Instance Attribute Details
#enabled ⇒ Boolean
Enable Snowflake role
5053 5054 5055 5056 5057 5058 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 5053 class SnowflakeRoleConfiguration < Struct.new( :enabled, :snowflake_role) SENSITIVE = [:snowflake_role] include Aws::Structure end |
#snowflake_role ⇒ String
The Snowflake role you wish to configure
5053 5054 5055 5056 5057 5058 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 5053 class SnowflakeRoleConfiguration < Struct.new( :enabled, :snowflake_role) SENSITIVE = [:snowflake_role] include Aws::Structure end |