SessionLoggerState constructor

const SessionLoggerState({
  1. Input<Map<String, String>?>? additionalEncryptionContext,
  2. Input<List<String>?>? associatedPortalArns,
  3. Input<String?>? customerManagedKey,
  4. Input<String?>? displayName,
  5. Input<SessionLoggerEventFilter?>? eventFilter,
  6. Input<SessionLoggerLogConfiguration?>? logConfiguration,
  7. Input<String?>? region,
  8. Input<String?>? sessionLoggerArn,
  9. Input<Map<String, String>?>? tags,
  10. 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.

Implementation

const SessionLoggerState({
  this.additionalEncryptionContext,
  this.associatedPortalArns,
  this.customerManagedKey,
  this.displayName,
  this.eventFilter,
  this.logConfiguration,
  this.region,
  this.sessionLoggerArn,
  this.tags,
  this.tagsAll,
});