UserSettingsState class
Input properties used for looking up and filtering UserSettings resources.
Constructors
-
UserSettingsState({Input<
Map< ? additionalEncryptionContext, Input<String, String> ?>List< ? associatedPortalArns, Input<String> ?>UserSettingsCookieSynchronizationConfiguration?> ? cookieSynchronizationConfiguration, Input<String?> ? copyAllowed, Input<String?> ? customerManagedKey, Input<String?> ? deepLinkAllowed, Input<int?> ? disconnectTimeoutInMinutes, Input<String?> ? downloadAllowed, Input<int?> ? idleDisconnectTimeoutInMinutes, Input<String?> ? pasteAllowed, Input<String?> ? printAllowed, Input<String?> ? region, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>UserSettingsToolbarConfiguration?> ? toolbarConfiguration, Input<String?> ? uploadAllowed, Input<String?> ? userSettingsArn}) -
Creates a new UserSettingsState.
additionalEncryptionContextAdditional encryption context for the user settings.associatedPortalArnsList of web portal ARNs to associate with the user settings.cookieSynchronizationConfigurationConfiguration that specifies which cookies should be synchronized from the end user's local browser to the remote browser. Detailed below.copyAllowedSpecifies whether the user can copy text from the streaming session to the local device. Valid values areEnabledorDisabled.customerManagedKeyARN of the customer managed KMS key.deepLinkAllowedSpecifies whether the user can use deep links that open automatically when connecting to a session. Valid values areEnabledorDisabled.disconnectTimeoutInMinutesAmount of time that a streaming session remains active after users disconnect. Value must be between 1 and 600 minutes.downloadAllowedSpecifies whether the user can download files from the streaming session to the local device. Valid values areEnabledorDisabled.idleDisconnectTimeoutInMinutesAmount of time that users can be idle before they are disconnected from their streaming session. Value must be between 0 and 60 minutes.pasteAllowedSpecifies whether the user can paste text from the local device to the streaming session. Valid values areEnabledorDisabled.printAllowedSpecifies whether the user can print to the local device. Valid values areEnabledorDisabled.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.tagsMap of tags assigned to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllMap of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.toolbarConfigurationConfiguration of the toolbar. Detailed below.uploadAllowedSpecifies whether the user can upload files from the local device to the streaming session. Valid values areEnabledorDisabled.userSettingsArnARN of the user settings resource.const -
UserSettingsState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
additionalEncryptionContext
→ Input<
Map< ?String, String> ?> -
Additional encryption context for the user settings.
final
-
associatedPortalArns
→ Input<
List< ?String> ?> -
List of web portal ARNs to associate with the user settings.
final
-
Configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser. Detailed below.
final
-
copyAllowed
→ Input<
String?> ? -
Specifies whether the user can copy text from the streaming session to the local device. Valid values are
EnabledorDisabled.final -
customerManagedKey
→ Input<
String?> ? -
ARN of the customer managed KMS key.
final
-
deepLinkAllowed
→ Input<
String?> ? -
Specifies whether the user can use deep links that open automatically when connecting to a session. Valid values are
EnabledorDisabled.final -
disconnectTimeoutInMinutes
→ Input<
int?> ? -
Amount of time that a streaming session remains active after users disconnect. Value must be between 1 and 600 minutes.
final
-
downloadAllowed
→ Input<
String?> ? -
Specifies whether the user can download files from the streaming session to the local device. Valid values are
EnabledorDisabled.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
idleDisconnectTimeoutInMinutes
→ Input<
int?> ? -
Amount of time that users can be idle before they are disconnected from their streaming session. Value must be between 0 and 60 minutes.
final
-
pasteAllowed
→ Input<
String?> ? -
Specifies whether the user can paste text from the local device to the streaming session. Valid values are
EnabledorDisabled.final -
printAllowed
→ Input<
String?> ? -
Specifies whether the user can print to the local device. Valid values are
EnabledorDisabled.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
-
Map of tags assigned to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
Map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.final -
toolbarConfiguration
→ Input<
UserSettingsToolbarConfiguration?> ? -
Configuration of the toolbar. Detailed below.
final
-
uploadAllowed
→ Input<
String?> ? -
Specifies whether the user can upload files from the local device to the streaming session. Valid values are
EnabledorDisabled.final -
userSettingsArn
→ Input<
String?> ? -
ARN of the user settings resource.
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