SessionLoggerAssociationState constructor

const SessionLoggerAssociationState({
  1. Input<String?>? portalArn,
  2. Input<String?>? region,
  3. Input<String?>? sessionLoggerArn,
})

Creates a new SessionLoggerAssociationState. portalArn ARN of the web portal. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. sessionLoggerArn ARN of the session logger.

Implementation

const SessionLoggerAssociationState({
  this.portalArn,
  this.region,
  this.sessionLoggerArn,
});