Learn R Programming

paws.management (version 0.3.1)

resiliencehub_update_app_version_app_component: Updates an existing Application Component in the Resilience Hub application

Description

Updates 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] The 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 AWS General Reference guide.

id

[required] The identifier of the Application Component.

name

The name of the Application Component.

type

The type of Application Component. For more information about the types of Application Component, see Grouping resources in an AppComponent.