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¶
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"
)
)