Creates a package for use with Amazon OpenSearch Service domains
Source:R/opensearchservice_operations.R
opensearchservice_create_package.RdCreates 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.
Usage
opensearchservice_create_package(
PackageName,
PackageType,
PackageDescription = NULL,
PackageSource,
PackageConfiguration = NULL,
EngineVersion = NULL,
PackageVendingOptions = NULL,
PackageEncryptionOptions = NULL
)Arguments
- PackageName
[required] Unique name for the package.
- PackageType
[required] The type of package.
- PackageDescription
Description of the package.
- PackageSource
[required] The Amazon S3 location from which to import the package.
- PackageConfiguration
The configuration parameters for the package being created.
- EngineVersion
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- PackageVendingOptions
The vending options for the package being created. They determine if the package can be vended to other users.
- PackageEncryptionOptions
The encryption parameters for the package being created.