SessionLoggerArgs class

The set of arguments for SessionLogger. The set of arguments for SessionLogger.

Constructors

SessionLoggerArgs({Input<Map<String, String>?>? additionalEncryptionContext, Input<String?>? customerManagedKey, Input<String?>? displayName, required Input<SessionLoggerEventFilter> eventFilter, required Input<SessionLoggerLogConfiguration> logConfiguration, Input<String?>? region, Input<Map<String, String>?>? tags})
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.
const
SessionLoggerArgs.fromMap(Map<String, dynamic> map)
factory

Properties

additionalEncryptionContext → Input<Map<String, String>?>?
Map of additional encryption context key-value pairs.
final
customerManagedKey → Input<String?>?
ARN of the customer managed KMS key used to encrypt sensitive information.
final
displayName → Input<String?>?
Human-readable display name for the session logger resource. Forces replacement if changed.
final
eventFilter → Input<SessionLoggerEventFilter>
Event filter that determines which events are logged. See Event Filter below.
final
hashCode int
The hash code for this object.
no setterinherited
logConfiguration → Input<SessionLoggerLogConfiguration>
Configuration block for specifying where logs are delivered. See Log Configuration below.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags → Input<Map<String, String>?>?
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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited