Panorama.Client.describe_package(**kwargs)¶Returns information about a package.
See also: AWS API Documentation
Request Syntax
response = client.describe_package(
PackageId='string'
)
[REQUIRED]
The package's ID.
{
'Arn': 'string',
'CreatedTime': datetime(2015, 1, 1),
'PackageId': 'string',
'PackageName': 'string',
'ReadAccessPrincipalArns': [
'string',
],
'StorageLocation': {
'BinaryPrefixLocation': 'string',
'Bucket': 'string',
'GeneratedPrefixLocation': 'string',
'ManifestPrefixLocation': 'string',
'RepoPrefixLocation': 'string'
},
'Tags': {
'string': 'string'
},
'WriteAccessPrincipalArns': [
'string',
]
}
Response Structure
The package's ARN.
When the package was created.
The package's ID.
The package's name.
ARNs of accounts that have read access to the package.
The package's storage location.
The location's binary prefix.
The location's bucket.
The location's generated prefix.
The location's manifest prefix.
The location's repo prefix.
The package's tags.
ARNs of accounts that have write access to the package.
Exceptions
Panorama.Client.exceptions.ConflictExceptionPanorama.Client.exceptions.ValidationExceptionPanorama.Client.exceptions.AccessDeniedExceptionPanorama.Client.exceptions.ResourceNotFoundExceptionPanorama.Client.exceptions.InternalServerException