Skip to content

Describe Application

applicationinsights_describe_application R Documentation

Describes the application

Description

Describes the application.

Usage

applicationinsights_describe_application(ResourceGroupName, AccountId)

Arguments

ResourceGroupName

[required] The name of the resource group.

AccountId

The AWS account ID for the resource group owner.

Value

A list with the following syntax:

list(
  ApplicationInfo = list(
    AccountId = "string",
    ResourceGroupName = "string",
    LifeCycle = "string",
    OpsItemSNSTopicArn = "string",
    OpsCenterEnabled = TRUE|FALSE,
    CWEMonitorEnabled = TRUE|FALSE,
    Remarks = "string",
    AutoConfigEnabled = TRUE|FALSE,
    DiscoveryType = "RESOURCE_GROUP_BASED"|"ACCOUNT_BASED",
    AttachMissingPermission = TRUE|FALSE
  )
)

Request syntax

svc$describe_application(
  ResourceGroupName = "string",
  AccountId = "string"
)