We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 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.9.0 published on Monday, Nov 18, 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:
- Browser
Settings stringArn - The ARN of the browser settings.
- Browser
Settings stringArn - The ARN of the browser settings.
- browser
Settings StringArn - The ARN of the browser settings.
- browser
Settings stringArn - The ARN of the browser settings.
- browser_
settings_ strarn - The ARN of the browser settings.
- browser
Settings StringArn - The ARN of the browser settings.
getBrowserSettings Result
The following output properties are available:
- Associated
Portal List<string>Arns - A list of web portal ARNs that the browser settings resource is associated with.
- Browser
Policy string - A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
- Browser
Settings stringArn - The ARN of the browser settings.
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags to add to the browser settings resource. A tag is a key-value pair.
- Associated
Portal []stringArns - A list of web portal ARNs that the browser settings resource is associated with.
- Browser
Policy string - A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
- Browser
Settings stringArn - The ARN of the browser settings.
- Tag
- The tags to add to the browser settings resource. A tag is a key-value pair.
- associated
Portal List<String>Arns - A list of web portal ARNs that the browser settings resource is associated with.
- browser
Policy String - A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
- browser
Settings StringArn - The ARN of the browser settings.
- List<Tag>
- The tags to add to the browser settings resource. A tag is a key-value pair.
- associated
Portal string[]Arns - A list of web portal ARNs that the browser settings resource is associated with.
- browser
Policy string - A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
- browser
Settings stringArn - The ARN of the browser settings.
- Tag[]
- The tags to add to the browser settings resource. A tag is a key-value pair.
- associated_
portal_ Sequence[str]arns - 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_ strarn - The ARN of the browser settings.
- Sequence[root_Tag]
- The tags to add to the browser settings resource. A tag is a key-value pair.
- associated
Portal List<String>Arns - A list of web portal ARNs that the browser settings resource is associated with.
- browser
Policy String - A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
- browser
Settings StringArn - The ARN of the browser settings.
- List<Property Map>
- The tags to add to the browser settings resource. A tag is a key-value pair.
Supporting Types
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.9.0 published on Monday, Nov 18, 2024 by Pulumi