Creates a package for use with Amazon OpenSearch Service domains. For more information, see Custom packages for Amazon OpenSearch Service.
See https://www.paws-r-sdk.com/docs/opensearchservice_create_package/ for full documentation.
opensearchservice_create_package(
PackageName,
PackageType,
PackageDescription = NULL,
PackageSource,
PackageConfiguration = NULL,
EngineVersion = NULL,
PackageVendingOptions = NULL,
PackageEncryptionOptions = NULL
)
[required] Unique name for the package.
[required] The type of package.
Description of the package.
[required] The Amazon S3 location from which to import the package.
The configuration parameters for the package being created.
The version of the Amazon OpenSearch Service engine for which is
compatible with the package. This can only be specified for package type
ZIP-PLUGIN
The vending options for the package being created. They determine if the package can be vended to other users.
The encryption parameters for the package being created.