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.

Specifies a data store in Amazon Simple Storage Service (Amazon S3).

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.S3Target

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

Syntax

C#
public class S3Target

The S3Target type exposes the following members

Constructors

NameDescription
Public Method S3Target()

Properties

NameTypeDescription
Public Property ConnectionName System.String

Gets and sets the property ConnectionName.

The name of a connection which allows a job or crawler to access data in Amazon S3 within an Amazon Virtual Private Cloud environment (Amazon VPC).

Public Property DlqEventQueueArn System.String

Gets and sets the property DlqEventQueueArn.

A valid Amazon dead-letter SQS ARN. For example, arn:aws:sqs:region:account:deadLetterQueue.

Public Property EventQueueArn System.String

Gets and sets the property EventQueueArn.

A valid Amazon SQS ARN. For example, arn:aws:sqs:region:account:sqs.

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

Gets and sets the property Exclusions.

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

Public Property Path System.String

Gets and sets the property Path.

The path to the Amazon S3 target.

Public Property SampleSize System.Int32

Gets and sets the property SampleSize.

Sets the number of files in each leaf folder to be crawled when crawling sample files in a dataset. If not set, all the files are crawled. A valid value is an integer between 1 and 249.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5