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.

Represents all of the attributes of a DataBrew project.

Inheritance Hierarchy

System.Object
  Amazon.GlueDataBrew.Model.Project

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

Syntax

C#
public class Project

The Project type exposes the following members

Constructors

NameDescription
Public Method Project()

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

The ID of the Amazon Web Services account that owns the project.

Public Property CreateDate System.DateTime

Gets and sets the property CreateDate.

The date and time that the project was created.

Public Property CreatedBy System.String

Gets and sets the property CreatedBy.

The Amazon Resource Name (ARN) of the user who crated the project.

Public Property DatasetName System.String

Gets and sets the property DatasetName.

The dataset that the project is to act upon.

Public Property LastModifiedBy System.String

Gets and sets the property LastModifiedBy.

The Amazon Resource Name (ARN) of the user who last modified the project.

Public Property LastModifiedDate System.DateTime

Gets and sets the property LastModifiedDate.

The last modification date and time for the project.

Public Property Name System.String

Gets and sets the property Name.

The unique name of a project.

Public Property OpenDate System.DateTime

Gets and sets the property OpenDate.

The date and time when the project was opened.

Public Property OpenedBy System.String

Gets and sets the property OpenedBy.

The Amazon Resource Name (ARN) of the user that opened the project for use.

Public Property RecipeName System.String

Gets and sets the property RecipeName.

The name of a recipe that will be developed during a project session.

Public Property ResourceArn System.String

Gets and sets the property ResourceArn.

The Amazon Resource Name (ARN) for the project.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of the role that will be assumed for this project.

Public Property Sample Amazon.GlueDataBrew.Model.Sample

Gets and sets the property Sample.

The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

Metadata tags that have been applied to the project.

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