SessionLoggerArgs constructor
Creates a new SessionLoggerArgs.
additionalEncryptionContext Map of additional encryption context key-value pairs.
customerManagedKey ARN of the customer managed KMS key used to encrypt sensitive information.
displayName Human-readable display name for the session logger resource. Forces replacement if changed.
eventFilter Event filter that determines which events are logged. See Event Filter below.
logConfiguration Configuration block for specifying where logs are delivered. See Log Configuration below.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
tags Map of tags to assign 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 SessionLoggerArgs({
this.additionalEncryptionContext,
this.customerManagedKey,
this.displayName,
required this.eventFilter,
required this.logConfiguration,
this.region,
this.tags,
});