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