You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::S3Target

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3Target as input to an Aws::Client method, you can use a vanilla Hash:

{
  path: "Path",
  exclusions: ["Path"],
  connection_name: "ConnectionName",
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#connection_nameString

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).

Returns:

  • (String)

    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).

#exclusionsArray<String>

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

Returns:

  • (Array<String>)

    A list of glob patterns used to exclude from the crawl.

#pathString

The path to the Amazon S3 target.

Returns:

  • (String)

    The path to the Amazon S3 target.