Describe Application
applicationinsights_describe_application | R Documentation |
Describes the application¶
Description¶
Describes the application.
Usage¶
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
)
)