Class: Aws::CleanRooms::Types::CreateIntermediateTableInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

A description of the intermediate table.

Returns:

  • (String)


4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4369

class CreateIntermediateTableInput < Struct.new(
  :membership_identifier,
  :name,
  :description,
  :population_analysis_configuration,
  :kms_key_arn,
  :retention_in_days,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_arn ⇒ String

The Amazon Resource Name (ARN) of the customer-managed KMS key used to encrypt the intermediate table data.

Returns:

  • (String)


4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4369

class CreateIntermediateTableInput < Struct.new(
  :membership_identifier,
  :name,
  :description,
  :population_analysis_configuration,
  :kms_key_arn,
  :retention_in_days,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifier ⇒ String

The unique identifier of the membership where the intermediate table is created.

Returns:

  • (String)


4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4369

class CreateIntermediateTableInput < Struct.new(
  :membership_identifier,
  :name,
  :description,
  :population_analysis_configuration,
  :kms_key_arn,
  :retention_in_days,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The display name for the intermediate table.

Returns:

  • (String)


4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4369

class CreateIntermediateTableInput < Struct.new(
  :membership_identifier,
  :name,
  :description,
  :population_analysis_configuration,
  :kms_key_arn,
  :retention_in_days,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#population_analysis_configuration ⇒ Types::PopulationAnalysisConfiguration

The configuration that defines the analysis used to populate the intermediate table.



4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4369

class CreateIntermediateTableInput < Struct.new(
  :membership_identifier,
  :name,
  :description,
  :population_analysis_configuration,
  :kms_key_arn,
  :retention_in_days,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#retention_in_days ⇒ Integer

The number of days to retain populated data versions.

Returns:

  • (Integer)


4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4369

class CreateIntermediateTableInput < Struct.new(
  :membership_identifier,
  :name,
  :description,
  :population_analysis_configuration,
  :kms_key_arn,
  :retention_in_days,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Hash<String,String>

An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

Returns:

  • (Hash<String,String>)


4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4369

class CreateIntermediateTableInput < Struct.new(
  :membership_identifier,
  :name,
  :description,
  :population_analysis_configuration,
  :kms_key_arn,
  :retention_in_days,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end