Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

applicationinsights_update_component

Updates the custom component name and/or the list of resources that make up the component


Description

Updates the custom component name and/or the list of resources that make up the component.

Usage

applicationinsights_update_component(ResourceGroupName, ComponentName,
  NewComponentName, ResourceList)

Arguments

ResourceGroupName

[required] The name of the resource group.

ComponentName

[required] The name of the component.

NewComponentName

The new name of the component.

ResourceList

The list of resource ARNs that belong to the component.

Value

An empty list.

Request syntax

svc$update_component(
  ResourceGroupName = "string",
  ComponentName = "string",
  NewComponentName = "string",
  ResourceList = list(
    "string"
  )
)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.