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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.workspacesweb.getBrowserSettings

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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>
Copy
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]
Copy
func LookupBrowserSettings(ctx *Context, args *LookupBrowserSettingsArgs, opts ...InvokeOption) (*LookupBrowserSettingsResult, error)
func LookupBrowserSettingsOutput(ctx *Context, args *LookupBrowserSettingsOutputArgs, opts ...InvokeOption) LookupBrowserSettingsResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetBrowserSettingsResult> getBrowserSettings(GetBrowserSettingsArgs args, InvokeOptions options)
public static Output<GetBrowserSettingsResult> getBrowserSettings(GetBrowserSettingsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:workspacesweb:getBrowserSettings
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

BrowserSettingsArn This property is required. string
The ARN of the browser settings.
BrowserSettingsArn This property is required. string
The ARN of the browser settings.
browserSettingsArn This property is required. String
The ARN of the browser settings.
browserSettingsArn This property is required. string
The ARN of the browser settings.
browser_settings_arn This property is required. str
The ARN of the browser settings.
browserSettingsArn This property is required. 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 This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi