Describe App Version App Component
resiliencehub_describe_app_version_app_component | R Documentation |
Describes an Application Component in the Resilience Hub application¶
Description¶
Describes an Application Component in the Resilience Hub application.
Usage¶
resiliencehub_describe_app_version_app_component(appArn, appVersion, id)
Arguments¶
appArn |
[required] Amazon Resource Name (ARN) of the Resilience Hub
application. The format for this ARN is:
arn: |
appVersion |
[required] Resilience Hub application version. |
id |
[required] Identifier of the Application Component. |
Value¶
A list with the following syntax:
list(
appArn = "string",
appComponent = list(
additionalInfo = list(
list(
"string"
)
),
id = "string",
name = "string",
type = "string"
),
appVersion = "string"
)
Request syntax¶
svc$describe_app_version_app_component(
appArn = "string",
appVersion = "string",
id = "string"
)