appstream_create_app_block: Creates an app block

View source: R/appstream_operations.R

appstream_create_app_blockR Documentation

Creates an app block

Description

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 CUSTOM PackagingType.

Tags

The tags assigned to the app block.

PostSetupScriptDetails

The post setup script details of the app block. This can only be provided for the APPSTREAM2 PackagingType.

PackagingType

The packaging type of the app block.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.