SessionLoggerAssociationState class

Input properties used for looking up and filtering SessionLoggerAssociation resources.

Constructors

SessionLoggerAssociationState({Input<String?>? portalArn, Input<String?>? region, 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.
const
SessionLoggerAssociationState.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
portalArn → Input<String?>?
ARN of the web portal.
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

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