This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AppStream::Stack AgentAccessConfig
The AgentAccessConfig property type specifies Property description not available. for an AWS::AppStream::Stack.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "S3BucketArn" :String, "ScreenImageFormat" :String, "ScreenResolution" :String, "ScreenshotsUploadEnabled" :Boolean, "Settings" :[ AgentAccessSetting, ... ], "UserControlMode" :String}
YAML
S3BucketArn:StringScreenImageFormat:StringScreenResolution:StringScreenshotsUploadEnabled:BooleanSettings:- AgentAccessSettingUserControlMode:String
Properties
S3BucketArnProperty description not available.
Required: No
Type: String
Update requires: No interruption
ScreenImageFormatProperty description not available.
Required: Yes
Type: String
Update requires: No interruption
ScreenResolutionProperty description not available.
Required: Yes
Type: String
Update requires: No interruption
ScreenshotsUploadEnabledProperty description not available.
Required: No
Type: Boolean
Update requires: No interruption
SettingsProperty description not available.
Required: Yes
Type: Array of AgentAccessSetting
Update requires: No interruption
UserControlModeProperty description not available.
Required: No
Type: String
Update requires: No interruption