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

OrganizationAuditLogExportSettings

    OrganizationAuditLogExportSettings is an organization’s current audit log export configuration.

    Properties

    • enabled boolean required
      Whether audit log export is currently active. May be paused automatically if the configured destination repeatedly fails to authenticate.
    • s3Config AuditLogsExportS3Config required
      The S3 configuration for exporting audit logs.
    • 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.
    • lastResult AuditLogExportResult required
      The result of the last audit log export attempt.
    • timestamp integer required
      The timestamp
    • message string required
      If the last result was successful, message will be “”. Any other value is a user-facing error message.