cloudtrail_start_query: Starts a CloudTrail Lake query

View source: R/cloudtrail_operations.R

cloudtrail_start_queryR Documentation

Starts a CloudTrail Lake query

Description

Starts a CloudTrail Lake query. Use the QueryStatement parameter to provide your SQL query, enclosed in single quotation marks. Use the optional DeliveryS3Uri parameter to deliver the query results to an S3 bucket.

See https://www.paws-r-sdk.com/docs/cloudtrail_start_query/ for full documentation.

Usage

cloudtrail_start_query(
  QueryStatement = NULL,
  DeliveryS3Uri = NULL,
  QueryAlias = NULL,
  QueryParameters = NULL
)

Arguments

QueryStatement

The SQL code of your query.

DeliveryS3Uri

The URI for the S3 bucket where CloudTrail delivers the query results.

QueryAlias

The alias that identifies a query template.

QueryParameters

The query parameters for the specified QueryAlias.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.