Class: Aws::QuickSight::Types::AssetBundleImportJobDataSourceOverrideParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobDataSourceOverrideParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The override parameters for a single data source that is being imported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credentials ⇒ Types::AssetBundleImportJobDataSourceCredentials
An optional structure that provides the credentials to be used to create the imported data source.
-
#data_source_id ⇒ String
The ID of the data source to apply overrides to.
-
#data_source_parameters ⇒ Types::DataSourceParameters
The parameters that Amazon QuickSight uses to connect to your underlying data source.
-
#name ⇒ String
A new name for the data source.
-
#ssl_properties ⇒ Types::SslProperties
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying data source.
-
#vpc_connection_properties ⇒ Types::VpcConnectionProperties
VPC connection properties.
Instance Attribute Details
#credentials ⇒ Types::AssetBundleImportJobDataSourceCredentials
An optional structure that provides the credentials to be used to create the imported data source.
1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1634 class AssetBundleImportJobDataSourceOverrideParameters < Struct.new( :data_source_id, :name, :data_source_parameters, :vpc_connection_properties, :ssl_properties, :credentials) SENSITIVE = [] include Aws::Structure end |
#data_source_id ⇒ String
The ID of the data source to apply overrides to.
1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1634 class AssetBundleImportJobDataSourceOverrideParameters < Struct.new( :data_source_id, :name, :data_source_parameters, :vpc_connection_properties, :ssl_properties, :credentials) SENSITIVE = [] include Aws::Structure end |
#data_source_parameters ⇒ Types::DataSourceParameters
The parameters that Amazon QuickSight uses to connect to your underlying data source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1634 class AssetBundleImportJobDataSourceOverrideParameters < Struct.new( :data_source_id, :name, :data_source_parameters, :vpc_connection_properties, :ssl_properties, :credentials) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A new name for the data source.
1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1634 class AssetBundleImportJobDataSourceOverrideParameters < Struct.new( :data_source_id, :name, :data_source_parameters, :vpc_connection_properties, :ssl_properties, :credentials) SENSITIVE = [] include Aws::Structure end |
#ssl_properties ⇒ Types::SslProperties
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying data source.
1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1634 class AssetBundleImportJobDataSourceOverrideParameters < Struct.new( :data_source_id, :name, :data_source_parameters, :vpc_connection_properties, :ssl_properties, :credentials) SENSITIVE = [] include Aws::Structure end |
#vpc_connection_properties ⇒ Types::VpcConnectionProperties
VPC connection properties.
1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1634 class AssetBundleImportJobDataSourceOverrideParameters < Struct.new( :data_source_id, :name, :data_source_parameters, :vpc_connection_properties, :ssl_properties, :credentials) SENSITIVE = [] include Aws::Structure end |