Learn R Programming

paws.analytics (version 0.1.9)

elasticsearchservice_associate_package: Associates a package with an Amazon ES domain

Description

Associates a package with an Amazon ES domain.

Usage

elasticsearchservice_associate_package(PackageID, DomainName)

Arguments

PackageID

[required] Internal ID of the package that you want to associate with a domain. Use DescribePackages to find this value.

DomainName

[required] Name of the domain that you want to associate the package with.

Request syntax

svc$associate_package(
  PackageID = "string",
  DomainName = "string"
)