OrganizationAuditLogExportSettings
OrganizationAuditLogExportSettings is an organization’s current audit log export configuration.
Properties
enabledboolean requiredWhether audit log export is currently active. May be paused automatically if the configured destination repeatedly fails to authenticate.- The S3 configuration for exporting audit logs.
- ↳
s3BucketNamestring requiredName of the S3 bucket to export audit logs to. - ↳
s3PathPrefixstring optionalOptional path prefix within the S3 bucket for exported log files. - ↳
iamRoleArnstring requiredARN of the IAM role that Pulumi will assume to write to the S3 bucket. - The result of the last audit log export attempt.
- ↳
timestampinteger requiredThe timestamp - ↳
messagestring requiredIf the last result was successful, message will be “”. Any other value is a user-facing error message.