Skip to content

Get Classification Scope

macie2_get_classification_scope R Documentation

Retrieves the classification scope settings for an account

Description

Retrieves the classification scope settings for an account.

Usage

macie2_get_classification_scope(id)

Arguments

id

[required] The unique identifier for the Amazon Macie resource that the request applies to.

Value

A list with the following syntax:

list(
  id = "string",
  name = "string",
  s3 = list(
    excludes = list(
      bucketNames = list(
        "string"
      )
    )
  )
)

Request syntax

svc$get_classification_scope(
  id = "string"
)