SessionLoggerAssociationState constructor
const
SessionLoggerAssociationState({})
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,
});