Class CfnStackPropsMixin.AgentAccessSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnStackPropsMixin.AgentAccessSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStackPropsMixin.AgentAccessSettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStackPropsMixin.AgentAccessSettingProperty
@Stability(Stable)
@Internal
public static final class CfnStackPropsMixin.AgentAccessSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStackPropsMixin.AgentAccessSettingProperty
An implementation for
CfnStackPropsMixin.AgentAccessSettingProperty-
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.appstream.CfnStackPropsMixin.AgentAccessSettingProperty
CfnStackPropsMixin.AgentAccessSettingProperty.Builder, CfnStackPropsMixin.AgentAccessSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStackPropsMixin.AgentAccessSettingProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnStackPropsMixin.AgentAccessSettingProperty.Builder.
-
-
Method Details
-
getAgentAction
Description copied from interface:CfnStackPropsMixin.AgentAccessSettingPropertyThe agent action to configure.Valid values are COMPUTER_VISION, COMPUTER_INPUT, and FORWARD_MCP_TOOLS. COMPUTER_VISION allows agents to take screenshots of the desktop. COMPUTER_INPUT allows agents to click, type, and scroll on the desktop and requires COMPUTER_VISION to also be enabled. FORWARD_MCP_TOOLS allows agents to interact with applications and the desktop operating system through direct MCP calls rather than using computer use tools. Forwards MCP tools configured on the WorkSpaces application session to the agent.
- Specified by:
getAgentActionin interfaceCfnStackPropsMixin.AgentAccessSettingProperty- See Also:
-
getPermission
Description copied from interface:CfnStackPropsMixin.AgentAccessSettingPropertyWhether the agent action is enabled or disabled.- Specified by:
getPermissionin interfaceCfnStackPropsMixin.AgentAccessSettingProperty- 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()
-