Creates an app block.
See https://www.paws-r-sdk.com/docs/appstream_create_app_block/ for full documentation.
Usage
appstream_create_app_block(
Name,
Description = NULL,
DisplayName = NULL,
SourceS3Location,
SetupScriptDetails = NULL,
Tags = NULL,
PostSetupScriptDetails = NULL,
PackagingType = NULL
)Arguments
- Name
[required] The name of the app block.
- Description
The description of the app block.
- DisplayName
The display name of the app block. This is not displayed to the user.
- SourceS3Location
[required] The source S3 location of the app block.
- SetupScriptDetails
The setup script details of the app block. This must be provided for the
CUSTOMPackagingType.The tags assigned to the app block.
- PostSetupScriptDetails
The post setup script details of the app block. This can only be provided for the
APPSTREAM2PackagingType.- PackagingType
The packaging type of the app block.