AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A table that has been configured for use in a collaboration.

Inheritance Hierarchy

System.Object
  Amazon.CleanRooms.Model.ConfiguredTable

Namespace: Amazon.CleanRooms.Model
Assembly: AWSSDK.CleanRooms.dll
Version: 3.x.y.z

Syntax

C#
public class ConfiguredTable

The ConfiguredTable type exposes the following members

Constructors

NameDescription
Public Method ConfiguredTable()

Properties

NameTypeDescription
Public Property AllowedColumns System.Collections.Generic.List<System.String>

Gets and sets the property AllowedColumns.

The columns within the underlying Glue table that can be utilized within collaborations.

Public Property AnalysisMethod Amazon.CleanRooms.AnalysisMethod

Gets and sets the property AnalysisMethod.

The analysis method for the configured table. The only valid value is currently `DIRECT_QUERY`.

Public Property AnalysisRuleTypes System.Collections.Generic.List<System.String>

Gets and sets the property AnalysisRuleTypes.

The types of analysis rules associated with this configured table. Currently, only one analysis rule may be associated with a configured table.

Public Property Arn System.String

Gets and sets the property Arn.

The unique ARN for the configured table.

Public Property CreateTime System.DateTime

Gets and sets the property CreateTime.

The time the configured table was created.

Public Property Description System.String

Gets and sets the property Description.

A description for the configured table.

Public Property Id System.String

Gets and sets the property Id.

The unique ID for the configured table.

Public Property Name System.String

Gets and sets the property Name.

A name for the configured table.

Public Property TableReference Amazon.CleanRooms.Model.TableReference

Gets and sets the property TableReference.

The table that this configured table represents.

Public Property UpdateTime System.DateTime

Gets and sets the property UpdateTime.

The time the configured table was last updated

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5