SessionLoggerState class

Input properties used for looking up and filtering SessionLogger resources.

Constructors

SessionLoggerState({Input<Map<String, String>?>? additionalEncryptionContext, Input<List<String>?>? associatedPortalArns, Input<String?>? customerManagedKey, Input<String?>? displayName, Input<SessionLoggerEventFilter?>? eventFilter, Input<SessionLoggerLogConfiguration?>? logConfiguration, Input<String?>? region, Input<String?>? sessionLoggerArn, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll})
Creates a new SessionLoggerState. additionalEncryptionContext Map of additional encryption context key-value pairs. associatedPortalArns List of ARNs of the web portals associated with the session logger. 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. sessionLoggerArn ARN of the session logger. 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. tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
const
SessionLoggerState.fromMap(Map<String, dynamic> map)
factory

Properties

additionalEncryptionContext → Input<Map<String, String>?>?
Map of additional encryption context key-value pairs.
final
associatedPortalArns → Input<List<String>?>?
List of ARNs of the web portals associated with the session logger.
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
sessionLoggerArn → Input<String?>?
ARN of the session logger.
final
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
tagsAll → Input<Map<String, String>?>?
Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
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