Class CfnBrowserSettingsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.workspacesweb.CfnBrowserSettingsProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBrowserSettingsProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBrowserSettingsProps
@Stability(Stable)
@Internal
public static final class CfnBrowserSettingsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBrowserSettingsProps
An implementation for
CfnBrowserSettingsProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.workspacesweb.CfnBrowserSettingsProps
CfnBrowserSettingsProps.Builder, CfnBrowserSettingsProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBrowserSettingsProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectAdditional encryption context of the browser settings.final StringA JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.final StringThe custom managed key of the browser settings.getTags()The tags to add to the browser settings resource.final ObjectThe policy that specifies which URLs end users are allowed to access or which URLs or domain categories they are restricted from accessing for enhanced security.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnBrowserSettingsProps.Builder.
-
-
Method Details
-
getAdditionalEncryptionContext
Description copied from interface:CfnBrowserSettingsPropsAdditional encryption context of the browser settings.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getAdditionalEncryptionContextin interfaceCfnBrowserSettingsProps- See Also:
-
getBrowserPolicy
Description copied from interface:CfnBrowserSettingsPropsA JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.- Specified by:
getBrowserPolicyin interfaceCfnBrowserSettingsProps- See Also:
-
getCustomerManagedKey
Description copied from interface:CfnBrowserSettingsPropsThe custom managed key of the browser settings.Pattern :
^arn:[\w+=\/,.@-]+:kms:[a-zA-Z0-9\-]*:[a-zA-Z0-9]{1,12}:key\/[a-zA-Z0-9-]+$- Specified by:
getCustomerManagedKeyin interfaceCfnBrowserSettingsProps- See Also:
-
getTags
Description copied from interface:CfnBrowserSettingsPropsThe tags to add to the browser settings resource.A tag is a key-value pair.
- Specified by:
getTagsin interfaceCfnBrowserSettingsProps- See Also:
-
getWebContentFilteringPolicy
Description copied from interface:CfnBrowserSettingsPropsThe policy that specifies which URLs end users are allowed to access or which URLs or domain categories they are restricted from accessing for enhanced security.Returns union: either
IResolvableorCfnBrowserSettings.WebContentFilteringPolicyProperty- Specified by:
getWebContentFilteringPolicyin interfaceCfnBrowserSettingsProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-