Get App Bundle
appfabric_get_app_bundle | R Documentation |
Returns information about an app bundle¶
Description¶
Returns information about an app bundle.
Usage¶
appfabric_get_app_bundle(appBundleIdentifier)
Arguments¶
appBundleIdentifier |
[required] The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request. |
Value¶
A list with the following syntax:
list(
appBundle = list(
arn = "string",
customerManagedKeyArn = "string"
)
)
Request syntax¶
svc$get_app_bundle(
appBundleIdentifier = "string"
)