Updates an existing Application Component in the Resilience Hub application
Source:R/resiliencehub_operations.R
resiliencehub_update_app_version_app_component.RdUpdates an existing Application Component in the Resilience Hub application.
See https://www.paws-r-sdk.com/docs/resiliencehub_update_app_version_app_component/ for full documentation.
Usage
resiliencehub_update_app_version_app_component(
additionalInfo = NULL,
appArn,
id,
name = NULL,
type = NULL
)Arguments
- additionalInfo
Currently, there is no supported additional information for Application Components.
- appArn
[required] Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.- id
[required] Identifier of the Application Component.
- name
Name of the Application Component.
- type
Type of Application Component. For more information about the types of Application Component, see Grouping resources in an AppComponent.