Class CfnBrowserSettingsMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.CfnBrowserSettingsMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBrowserSettingsMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBrowserSettingsMixinProps
@Stability(Stable)
@Internal
public static final class CfnBrowserSettingsMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBrowserSettingsMixinProps
An implementation for
CfnBrowserSettingsMixinProps-
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.cfnpropertymixins.services.workspacesweb.CfnBrowserSettingsMixinProps
CfnBrowserSettingsMixinProps.Builder, CfnBrowserSettingsMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBrowserSettingsMixinProps.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 theCfnBrowserSettingsMixinProps.Builder.
-
-
Method Details
-
getAdditionalEncryptionContext
Description copied from interface:CfnBrowserSettingsMixinPropsAdditional encryption context of the browser settings.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getAdditionalEncryptionContextin interfaceCfnBrowserSettingsMixinProps- See Also:
-
getBrowserPolicy
Description copied from interface:CfnBrowserSettingsMixinPropsA JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.- Specified by:
getBrowserPolicyin interfaceCfnBrowserSettingsMixinProps- See Also:
-
getCustomerManagedKey
Description copied from interface:CfnBrowserSettingsMixinPropsThe 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 interfaceCfnBrowserSettingsMixinProps- See Also:
-
getTags
Description copied from interface:CfnBrowserSettingsMixinPropsThe tags to add to the browser settings resource.A tag is a key-value pair.
- Specified by:
getTagsin interfaceCfnBrowserSettingsMixinProps- See Also:
-
getWebContentFilteringPolicy
Description copied from interface:CfnBrowserSettingsMixinPropsThe 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
IResolvableorCfnBrowserSettingsPropsMixin.WebContentFilteringPolicyProperty- Specified by:
getWebContentFilteringPolicyin interfaceCfnBrowserSettingsMixinProps- 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()
-