Class DescribeResourceCollectionHealthRequest

    • Method Detail

      • resourceCollectionType

        public final ResourceCollectionType resourceCollectionType()

        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.

        If the service returns an enum value that is not available in the current SDK version, resourceCollectionType will return ResourceCollectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from resourceCollectionTypeAsString().

        Returns:
        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.
        See Also:
        ResourceCollectionType
      • resourceCollectionTypeAsString

        public final String resourceCollectionTypeAsString()

        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.

        If the service returns an enum value that is not available in the current SDK version, resourceCollectionType will return ResourceCollectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from resourceCollectionTypeAsString().

        Returns:
        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.
        See Also:
        ResourceCollectionType
      • nextToken

        public final String 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.

        Returns:
        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.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object