opensearchservice_create_package {paws.analytics} | R Documentation |
Creates a package for use with Amazon OpenSearch Service domains
Description
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.
Usage
opensearchservice_create_package(
PackageName,
PackageType,
PackageDescription = NULL,
PackageSource
)
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. |
[Package paws.analytics version 0.7.0 Index]