1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AuditLogsExportS3Config

AuditLogsExportS3Config

    AuditLogsExportS3Config describes how a Pulumi organization’s audit log data can be exported to S3.

    Properties

    • s3BucketName string required
      Name of the S3 bucket to export audit logs to.
    • s3PathPrefix string optional
      Optional path prefix within the S3 bucket for exported log files.
    • iamRoleArn string required
      ARN of the IAM role that Pulumi will assume to write to the S3 bucket.