UserAccessLoggingSettingsArgs constructor
const
UserAccessLoggingSettingsArgs({})
Creates a new UserAccessLoggingSettingsArgs.
kinesisStreamArn ARN of the Kinesis stream.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
tags Map of tags assigned to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
Implementation
const UserAccessLoggingSettingsArgs({
required this.kinesisStreamArn,
this.region,
this.tags,
});