resiliencehub_update_app_version_app_component: Updates an existing Application Component in the Resilience...

View source: R/resiliencehub_operations.R

resiliencehub_update_app_version_app_componentR Documentation

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] 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] 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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.