Class: Aws::Firehose::Types::SnowflakeRoleConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enabledBoolean

Enable Snowflake role

Returns:

  • (Boolean)


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_roleString

The Snowflake role you wish to configure

Returns:

  • (String)


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