Class CfnBrowserSettings
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.workspacesweb.CfnBrowserSettings
- All Implemented Interfaces:
IInspectable
,ITaggableV2
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.109.0 (build c221850)",
date="2025-03-26T23:01:14.935Z")
@Stability(Stable)
public class CfnBrowserSettings
extends CfnResource
implements IInspectable, ITaggableV2
This resource specifies browser settings that can be associated with a web portal.
Once associated with a web portal, browser settings control how the browser will behave once a user starts a streaming session for the web portal.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.workspacesweb.*; CfnBrowserSettings cfnBrowserSettings = CfnBrowserSettings.Builder.create(this, "MyCfnBrowserSettings") .additionalEncryptionContext(Map.of( "additionalEncryptionContextKey", "additionalEncryptionContext")) .browserPolicy("browserPolicy") .customerManagedKey("customerManagedKey") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CfnBrowserSettings
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnBrowserSettings
(software.amazon.jsii.JsiiObjectRef objRef) CfnBrowserSettings
(software.constructs.Construct scope, String id) CfnBrowserSettings
(software.constructs.Construct scope, String id, CfnBrowserSettingsProps props) -
Method Summary
Modifier and TypeMethodDescriptionAdditional encryption context of the browser settings.A list of web portal ARNs that the browser settings resource is associated with.The ARN of the browser settings.A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.Tag Manager which manages the tags for this resource.The custom managed key of the browser settings.getTags()
The tags to add to the browser settings resource.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
Additional encryption context of the browser settings.void
Additional encryption context of the browser settings.void
setBrowserPolicy
(String value) A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.void
setCustomerManagedKey
(String value) The custom managed key of the browser settings.void
The tags to add to the browser settings resource.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnBrowserSettings
protected CfnBrowserSettings(software.amazon.jsii.JsiiObjectRef objRef) -
CfnBrowserSettings
protected CfnBrowserSettings(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnBrowserSettings
@Stability(Stable) public CfnBrowserSettings(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnBrowserSettingsProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties.
-
CfnBrowserSettings
@Stability(Stable) public CfnBrowserSettings(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrAssociatedPortalArns
A list of web portal ARNs that the browser settings resource is associated with. -
getAttrBrowserSettingsArn
The ARN of the browser settings. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getAdditionalEncryptionContext
Additional encryption context of the browser settings. -
setAdditionalEncryptionContext
Additional encryption context of the browser settings. -
setAdditionalEncryptionContext
Additional encryption context of the browser settings. -
getBrowserPolicy
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions. -
setBrowserPolicy
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions. -
getCustomerManagedKey
The custom managed key of the browser settings. -
setCustomerManagedKey
The custom managed key of the browser settings. -
getTags
The tags to add to the browser settings resource. -
setTags
The tags to add to the browser settings resource.
-