AWS::AppStream::AppBlock ScriptDetails - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::AppBlock ScriptDetails

The details of the script.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ExecutableParameters" : String, "ExecutablePath" : String, "ScriptS3Location" : S3Location, "TimeoutInSeconds" : Integer }

Properties

ExecutableParameters

The parameters used in the run path for the script.

Required: No

Type: String

Update requires: Replacement

ExecutablePath

The run path for the script.

Required: Yes

Type: String

Update requires: Replacement

ScriptS3Location

The S3 object location of the script.

Required: Yes

Type: S3Location

Update requires: Replacement

TimeoutInSeconds

The run timeout, in seconds, for the script.

Required: Yes

Type: Integer

Update requires: Replacement