AWS::AppStream::AppBlock ScriptDetails - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppStream::AppBlock ScriptDetails

The details of the script.

Syntax

To declare this entity in your Amazon 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