Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. UpdateOrganizationAuditLogExportSettingsRequest

UpdateOrganizationAuditLogExportSettingsRequest

    UpdateOrganizationAuditLogExportSettingsRequest is the request type when making changes to an existing audit log export configuration.

    Properties

    • newEnabled boolean required
      Whether the audit log export is enabled.
    • newS3Configuration AuditLogsExportS3Config required
      The new S3 configuration for audit log export.
    • 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.