Class: Aws::CleanRoomsML::Types::AudienceGenerationJobDataSource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanroomsml/types.rb

Overview

Defines the Amazon S3 bucket where the seed audience for the generating audience is stored.

Constant Summary collapse

SENSITIVE =
[:sql_parameters]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::S3ConfigMap

Defines the Amazon S3 bucket where the seed audience for the generating audience is stored. A valid data source is a JSON line file in the following format:

‘“111111”`

‘“222222”`

‘…`

Returns:



127
128
129
130
131
132
133
134
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 127

class AudienceGenerationJobDataSource < Struct.new(
  :data_source,
  :role_arn,
  :sql_parameters,
  :sql_compute_configuration)
  SENSITIVE = [:sql_parameters]
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role that can read the Amazon S3 bucket where the seed audience is stored.

Returns:

  • (String)


127
128
129
130
131
132
133
134
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 127

class AudienceGenerationJobDataSource < Struct.new(
  :data_source,
  :role_arn,
  :sql_parameters,
  :sql_compute_configuration)
  SENSITIVE = [:sql_parameters]
  include Aws::Structure
end

#sql_compute_configurationTypes::ComputeConfiguration

Provides configuration information for the instances that will perform the compute work.



127
128
129
130
131
132
133
134
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 127

class AudienceGenerationJobDataSource < Struct.new(
  :data_source,
  :role_arn,
  :sql_parameters,
  :sql_compute_configuration)
  SENSITIVE = [:sql_parameters]
  include Aws::Structure
end

#sql_parametersTypes::ProtectedQuerySQLParameters

The protected SQL query parameters.



127
128
129
130
131
132
133
134
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 127

class AudienceGenerationJobDataSource < Struct.new(
  :data_source,
  :role_arn,
  :sql_parameters,
  :sql_compute_configuration)
  SENSITIVE = [:sql_parameters]
  include Aws::Structure
end