class Aws::ElasticsearchService::Types::PackageSource

The S3 location for importing the package specified as `S3BucketName` and `S3Key`

@note When making an API call, you may pass PackageSource

data as a hash:

    {
      s3_bucket_name: "S3BucketName",
      s3_key: "S3Key",
    }

@!attribute [rw] s3_bucket_name

Name of the bucket containing the package.
@return [String]

@!attribute [rw] s3_key

Key (file name) of the package.
@return [String]

Constants

SENSITIVE