1. Packages
  2. AWS Native
  3. API Docs
  4. workspacesweb
  5. getUserSettings

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.108.3 published on Wednesday, Jun 12, 2024 by Pulumi

aws-native.workspacesweb.getUserSettings

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.108.3 published on Wednesday, Jun 12, 2024 by Pulumi

    Definition of AWS::WorkSpacesWeb::UserSettings Resource Type

    Using getUserSettings

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getUserSettings(args: GetUserSettingsArgs, opts?: InvokeOptions): Promise<GetUserSettingsResult>
    function getUserSettingsOutput(args: GetUserSettingsOutputArgs, opts?: InvokeOptions): Output<GetUserSettingsResult>
    def get_user_settings(user_settings_arn: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetUserSettingsResult
    def get_user_settings_output(user_settings_arn: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetUserSettingsResult]
    func LookupUserSettings(ctx *Context, args *LookupUserSettingsArgs, opts ...InvokeOption) (*LookupUserSettingsResult, error)
    func LookupUserSettingsOutput(ctx *Context, args *LookupUserSettingsOutputArgs, opts ...InvokeOption) LookupUserSettingsResultOutput

    > Note: This function is named LookupUserSettings in the Go SDK.

    public static class GetUserSettings 
    {
        public static Task<GetUserSettingsResult> InvokeAsync(GetUserSettingsArgs args, InvokeOptions? opts = null)
        public static Output<GetUserSettingsResult> Invoke(GetUserSettingsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetUserSettingsResult> getUserSettings(GetUserSettingsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:workspacesweb:getUserSettings
      arguments:
        # arguments dictionary

    The following arguments are supported:

    UserSettingsArn string
    The ARN of the user settings.
    UserSettingsArn string
    The ARN of the user settings.
    userSettingsArn String
    The ARN of the user settings.
    userSettingsArn string
    The ARN of the user settings.
    user_settings_arn str
    The ARN of the user settings.
    userSettingsArn String
    The ARN of the user settings.

    getUserSettings Result

    The following output properties are available:

    AssociatedPortalArns List<string>
    A list of web portal ARNs that this user settings resource is associated with.
    CookieSynchronizationConfiguration Pulumi.AwsNative.WorkSpacesWeb.Outputs.UserSettingsCookieSynchronizationConfiguration
    The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
    CopyAllowed Pulumi.AwsNative.WorkSpacesWeb.UserSettingsEnabledType
    Specifies whether the user can copy text from the streaming session to the local device.
    DisconnectTimeoutInMinutes double
    The amount of time that a streaming session remains active after users disconnect.
    DownloadAllowed Pulumi.AwsNative.WorkSpacesWeb.UserSettingsEnabledType
    Specifies whether the user can download files from the streaming session to the local device.
    IdleDisconnectTimeoutInMinutes double
    The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
    PasteAllowed Pulumi.AwsNative.WorkSpacesWeb.UserSettingsEnabledType
    Specifies whether the user can paste text from the local device to the streaming session.
    PrintAllowed Pulumi.AwsNative.WorkSpacesWeb.UserSettingsEnabledType
    Specifies whether the user can print to the local device.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags to add to the user settings resource. A tag is a key-value pair.
    UploadAllowed Pulumi.AwsNative.WorkSpacesWeb.UserSettingsEnabledType
    Specifies whether the user can upload files from the local device to the streaming session.
    UserSettingsArn string
    The ARN of the user settings.
    AssociatedPortalArns []string
    A list of web portal ARNs that this user settings resource is associated with.
    CookieSynchronizationConfiguration UserSettingsCookieSynchronizationConfiguration
    The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
    CopyAllowed UserSettingsEnabledType
    Specifies whether the user can copy text from the streaming session to the local device.
    DisconnectTimeoutInMinutes float64
    The amount of time that a streaming session remains active after users disconnect.
    DownloadAllowed UserSettingsEnabledType
    Specifies whether the user can download files from the streaming session to the local device.
    IdleDisconnectTimeoutInMinutes float64
    The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
    PasteAllowed UserSettingsEnabledType
    Specifies whether the user can paste text from the local device to the streaming session.
    PrintAllowed UserSettingsEnabledType
    Specifies whether the user can print to the local device.
    Tags Tag
    The tags to add to the user settings resource. A tag is a key-value pair.
    UploadAllowed UserSettingsEnabledType
    Specifies whether the user can upload files from the local device to the streaming session.
    UserSettingsArn string
    The ARN of the user settings.
    associatedPortalArns List<String>
    A list of web portal ARNs that this user settings resource is associated with.
    cookieSynchronizationConfiguration UserSettingsCookieSynchronizationConfiguration
    The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
    copyAllowed UserSettingsEnabledType
    Specifies whether the user can copy text from the streaming session to the local device.
    disconnectTimeoutInMinutes Double
    The amount of time that a streaming session remains active after users disconnect.
    downloadAllowed UserSettingsEnabledType
    Specifies whether the user can download files from the streaming session to the local device.
    idleDisconnectTimeoutInMinutes Double
    The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
    pasteAllowed UserSettingsEnabledType
    Specifies whether the user can paste text from the local device to the streaming session.
    printAllowed UserSettingsEnabledType
    Specifies whether the user can print to the local device.
    tags List<Tag>
    The tags to add to the user settings resource. A tag is a key-value pair.
    uploadAllowed UserSettingsEnabledType
    Specifies whether the user can upload files from the local device to the streaming session.
    userSettingsArn String
    The ARN of the user settings.
    associatedPortalArns string[]
    A list of web portal ARNs that this user settings resource is associated with.
    cookieSynchronizationConfiguration UserSettingsCookieSynchronizationConfiguration
    The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
    copyAllowed UserSettingsEnabledType
    Specifies whether the user can copy text from the streaming session to the local device.
    disconnectTimeoutInMinutes number
    The amount of time that a streaming session remains active after users disconnect.
    downloadAllowed UserSettingsEnabledType
    Specifies whether the user can download files from the streaming session to the local device.
    idleDisconnectTimeoutInMinutes number
    The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
    pasteAllowed UserSettingsEnabledType
    Specifies whether the user can paste text from the local device to the streaming session.
    printAllowed UserSettingsEnabledType
    Specifies whether the user can print to the local device.
    tags Tag[]
    The tags to add to the user settings resource. A tag is a key-value pair.
    uploadAllowed UserSettingsEnabledType
    Specifies whether the user can upload files from the local device to the streaming session.
    userSettingsArn string
    The ARN of the user settings.
    associated_portal_arns Sequence[str]
    A list of web portal ARNs that this user settings resource is associated with.
    cookie_synchronization_configuration UserSettingsCookieSynchronizationConfiguration
    The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
    copy_allowed UserSettingsEnabledType
    Specifies whether the user can copy text from the streaming session to the local device.
    disconnect_timeout_in_minutes float
    The amount of time that a streaming session remains active after users disconnect.
    download_allowed UserSettingsEnabledType
    Specifies whether the user can download files from the streaming session to the local device.
    idle_disconnect_timeout_in_minutes float
    The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
    paste_allowed UserSettingsEnabledType
    Specifies whether the user can paste text from the local device to the streaming session.
    print_allowed UserSettingsEnabledType
    Specifies whether the user can print to the local device.
    tags Sequence[root_Tag]
    The tags to add to the user settings resource. A tag is a key-value pair.
    upload_allowed UserSettingsEnabledType
    Specifies whether the user can upload files from the local device to the streaming session.
    user_settings_arn str
    The ARN of the user settings.
    associatedPortalArns List<String>
    A list of web portal ARNs that this user settings resource is associated with.
    cookieSynchronizationConfiguration Property Map
    The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
    copyAllowed "Disabled" | "Enabled"
    Specifies whether the user can copy text from the streaming session to the local device.
    disconnectTimeoutInMinutes Number
    The amount of time that a streaming session remains active after users disconnect.
    downloadAllowed "Disabled" | "Enabled"
    Specifies whether the user can download files from the streaming session to the local device.
    idleDisconnectTimeoutInMinutes Number
    The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
    pasteAllowed "Disabled" | "Enabled"
    Specifies whether the user can paste text from the local device to the streaming session.
    printAllowed "Disabled" | "Enabled"
    Specifies whether the user can print to the local device.
    tags List<Property Map>
    The tags to add to the user settings resource. A tag is a key-value pair.
    uploadAllowed "Disabled" | "Enabled"
    Specifies whether the user can upload files from the local device to the streaming session.
    userSettingsArn String
    The ARN of the user settings.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    UserSettingsCookieSpecification

    Domain string
    The domain of the cookie.
    Name string
    The name of the cookie.
    Path string
    The path of the cookie.
    Domain string
    The domain of the cookie.
    Name string
    The name of the cookie.
    Path string
    The path of the cookie.
    domain String
    The domain of the cookie.
    name String
    The name of the cookie.
    path String
    The path of the cookie.
    domain string
    The domain of the cookie.
    name string
    The name of the cookie.
    path string
    The path of the cookie.
    domain str
    The domain of the cookie.
    name str
    The name of the cookie.
    path str
    The path of the cookie.
    domain String
    The domain of the cookie.
    name String
    The name of the cookie.
    path String
    The path of the cookie.

    UserSettingsCookieSynchronizationConfiguration

    Allowlist List<Pulumi.AwsNative.WorkSpacesWeb.Inputs.UserSettingsCookieSpecification>
    The list of cookie specifications that are allowed to be synchronized to the remote browser.
    Blocklist List<Pulumi.AwsNative.WorkSpacesWeb.Inputs.UserSettingsCookieSpecification>
    The list of cookie specifications that are blocked from being synchronized to the remote browser.
    Allowlist []UserSettingsCookieSpecification
    The list of cookie specifications that are allowed to be synchronized to the remote browser.
    Blocklist []UserSettingsCookieSpecification
    The list of cookie specifications that are blocked from being synchronized to the remote browser.
    allowlist List<UserSettingsCookieSpecification>
    The list of cookie specifications that are allowed to be synchronized to the remote browser.
    blocklist List<UserSettingsCookieSpecification>
    The list of cookie specifications that are blocked from being synchronized to the remote browser.
    allowlist UserSettingsCookieSpecification[]
    The list of cookie specifications that are allowed to be synchronized to the remote browser.
    blocklist UserSettingsCookieSpecification[]
    The list of cookie specifications that are blocked from being synchronized to the remote browser.
    allowlist Sequence[UserSettingsCookieSpecification]
    The list of cookie specifications that are allowed to be synchronized to the remote browser.
    blocklist Sequence[UserSettingsCookieSpecification]
    The list of cookie specifications that are blocked from being synchronized to the remote browser.
    allowlist List<Property Map>
    The list of cookie specifications that are allowed to be synchronized to the remote browser.
    blocklist List<Property Map>
    The list of cookie specifications that are blocked from being synchronized to the remote browser.

    UserSettingsEnabledType

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.108.3 published on Wednesday, Jun 12, 2024 by Pulumi