View a markdown version of this page

CloudWatch pipelines configuration for Box - Amazon CloudWatch
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CloudWatch pipelines configuration for Box

Collects enterprise events, user inventory, group inventory, group memberships, and group collaborations from Box using OAuth2 Client Credentials authentication.

Configure the Box source with the following parameters:

source: box: enterprise_id: "123456789" authentication: oauth2: client_id: "${{aws_secrets:my-box-secret:client_id}}" client_secret: "${{aws_secrets:my-box-secret:client_secret}}"
Parameters
enterprise_id (required)

The Box Enterprise ID (numeric). Found in the Box Admin Console under Account & Billing > Enterprise ID.

authentication.oauth2.client_id (required)

The OAuth2 Client ID from the Box Custom App. Stored in Amazon Secrets Manager.

authentication.oauth2.client_secret (required)

The OAuth2 Client Secret from the Box Custom App. Stored in Amazon Secrets Manager.

Note

The client_id and client_secret values are retrieved from Amazon Secrets Manager. These credentials can be found in the Box Developer Console under your Custom App's Configuration tab.