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

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.workspacesweb.getBrowserSettings

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    Definition of AWS::WorkSpacesWeb::BrowserSettings Resource Type

    Using getBrowserSettings

    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 getBrowserSettings(args: GetBrowserSettingsArgs, opts?: InvokeOptions): Promise<GetBrowserSettingsResult>
    function getBrowserSettingsOutput(args: GetBrowserSettingsOutputArgs, opts?: InvokeOptions): Output<GetBrowserSettingsResult>
    def get_browser_settings(browser_settings_arn: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetBrowserSettingsResult
    def get_browser_settings_output(browser_settings_arn: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetBrowserSettingsResult]
    func LookupBrowserSettings(ctx *Context, args *LookupBrowserSettingsArgs, opts ...InvokeOption) (*LookupBrowserSettingsResult, error)
    func LookupBrowserSettingsOutput(ctx *Context, args *LookupBrowserSettingsOutputArgs, opts ...InvokeOption) LookupBrowserSettingsResultOutput

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

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

    The following arguments are supported:

    BrowserSettingsArn string
    The ARN of the browser settings.
    BrowserSettingsArn string
    The ARN of the browser settings.
    browserSettingsArn String
    The ARN of the browser settings.
    browserSettingsArn string
    The ARN of the browser settings.
    browser_settings_arn str
    The ARN of the browser settings.
    browserSettingsArn String
    The ARN of the browser settings.

    getBrowserSettings Result

    The following output properties are available:

    AssociatedPortalArns List<string>
    A list of web portal ARNs that the browser settings resource is associated with.
    BrowserPolicy string
    A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
    BrowserSettingsArn string
    The ARN of the browser settings.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags to add to the browser settings resource. A tag is a key-value pair.
    AssociatedPortalArns []string
    A list of web portal ARNs that the browser settings resource is associated with.
    BrowserPolicy string
    A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
    BrowserSettingsArn string
    The ARN of the browser settings.
    Tags Tag
    The tags to add to the browser settings resource. A tag is a key-value pair.
    associatedPortalArns List<String>
    A list of web portal ARNs that the browser settings resource is associated with.
    browserPolicy String
    A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
    browserSettingsArn String
    The ARN of the browser settings.
    tags List<Tag>
    The tags to add to the browser settings resource. A tag is a key-value pair.
    associatedPortalArns string[]
    A list of web portal ARNs that the browser settings resource is associated with.
    browserPolicy string
    A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
    browserSettingsArn string
    The ARN of the browser settings.
    tags Tag[]
    The tags to add to the browser settings resource. A tag is a key-value pair.
    associated_portal_arns Sequence[str]
    A list of web portal ARNs that the browser settings resource is associated with.
    browser_policy str
    A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
    browser_settings_arn str
    The ARN of the browser settings.
    tags Sequence[root_Tag]
    The tags to add to the browser settings resource. A tag is a key-value pair.
    associatedPortalArns List<String>
    A list of web portal ARNs that the browser settings resource is associated with.
    browserPolicy String
    A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
    browserSettingsArn String
    The ARN of the browser settings.
    tags List<Property Map>
    The tags to add to the browser settings resource. A tag is a key-value pair.

    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

    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.112.0 published on Wednesday, Jul 24, 2024 by Pulumi