View source: R/devopsguru_operations.R
devopsguru_describe_organization_resource_collection_health | R Documentation |
Provides an overview of your system's health. If additional member accounts are part of your organization, you can filter those accounts using the AccountIds
field.
See https://www.paws-r-sdk.com/docs/devopsguru_describe_organization_resource_collection_health/ for full documentation.
devopsguru_describe_organization_resource_collection_health(
OrganizationResourceCollectionType,
AccountIds = NULL,
OrganizationalUnitIds = NULL,
NextToken = NULL,
MaxResults = NULL
)
OrganizationResourceCollectionType |
[required] An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks. |
AccountIds |
The ID of the Amazon Web Services account. |
OrganizationalUnitIds |
The ID of the organizational unit. |
NextToken |
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page. |
MaxResults |
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.