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 which S3 buckets contain the objects that a classification job analyzes, and the scope of that analysis. The bucket specification can be static (bucketDefinitions) or dynamic (bucketCriteria). If it's static, the job analyzes objects in the same predefined set of buckets each time the job runs. If it's dynamic, the job analyzes objects in any buckets that match the specified criteria each time the job starts to run.

Inheritance Hierarchy

System.Object
  Amazon.Macie2.Model.S3JobDefinition

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

Syntax

C#
public class S3JobDefinition

The S3JobDefinition type exposes the following members

Constructors

NameDescription
Public Method S3JobDefinition()

Properties

NameTypeDescription
Public Property BucketCriteria Amazon.Macie2.Model.S3BucketCriteriaForJob

Gets and sets the property BucketCriteria.

The property- and tag-based conditions that determine which S3 buckets to include or exclude from the analysis. Each time the job runs, the job uses these criteria to determine which buckets contain objects to analyze. A job's definition can contain a bucketCriteria object or a bucketDefinitions array, not both.

Public Property BucketDefinitions System.Collections.Generic.List<Amazon.Macie2.Model.S3BucketDefinitionForJob>

Gets and sets the property BucketDefinitions.

An array of objects, one for each Amazon Web Services account that owns specific S3 buckets to analyze. Each object specifies the account ID for an account and one or more buckets to analyze for that account. A job's definition can contain a bucketDefinitions array or a bucketCriteria object, not both.

Public Property Scoping Amazon.Macie2.Model.Scoping

Gets and sets the property Scoping.

The property- and tag-based conditions that determine which S3 objects to include or exclude from the analysis. Each time the job runs, the job uses these criteria to determine which objects to analyze.

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