View source: R/opensearchservice_operations.R
opensearchservice_associate_package | R Documentation |
Associates a package with an Amazon OpenSearch Service domain. For more information, see Custom packages for Amazon OpenSearch Service.
See https://www.paws-r-sdk.com/docs/opensearchservice_associate_package/ for full documentation.
opensearchservice_associate_package(
PackageID,
DomainName,
PrerequisitePackageIDList = NULL,
AssociationConfiguration = NULL
)
PackageID |
[required] Internal ID of the package to associate with a domain. Use
|
DomainName |
[required] Name of the domain to associate the package with. |
PrerequisitePackageIDList |
A list of package IDs that must be associated with the domain before the package specified in the request can be associated. |
AssociationConfiguration |
The configuration for associating a package with an Amazon OpenSearch Service domain. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.