Create Package
panorama_create_package | R Documentation |
Creates a package and storage location in an Amazon S3 access point¶
Description¶
Creates a package and storage location in an Amazon S3 access point.
Usage¶
panorama_create_package(PackageName, Tags)
Arguments¶
PackageName |
[required] A name for the package. |
Tags |
Tags for the package. |
Value¶
A list with the following syntax:
list(
Arn = "string",
PackageId = "string",
StorageLocation = list(
BinaryPrefixLocation = "string",
Bucket = "string",
GeneratedPrefixLocation = "string",
ManifestPrefixLocation = "string",
RepoPrefixLocation = "string"
)
)
Request syntax¶
svc$create_package(
PackageName = "string",
Tags = list(
"string"
)
)