Class Resource

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) for the resource.

        Returns:
        The Amazon Resource Name (ARN) for the resource.
      • value

        public final String value()

        The value of the resource.

        Returns:
        The value of the resource.
      • complianceCheck

        public final String complianceCheck()

        The evaluation status for a resource that was assessed when collecting compliance check evidence.

        • Audit Manager classes the resource as non-compliant if Security Hub reports a Fail result, or if Config reports a Non-compliant result.

        • Audit Manager classes the resource as compliant if Security Hub reports a Pass result, or if Config reports a Compliant result.

        • If a compliance check isn't available or applicable, then no compliance evaluation can be made for that resource. This is the case if a resource assessment uses Config or Security Hub as the underlying data source type, but those services aren't enabled. This is also the case if the resource assessment uses an underlying data source type that doesn't support compliance checks (such as manual evidence, Amazon Web Services API calls, or CloudTrail).

        Returns:
        The evaluation status for a resource that was assessed when collecting compliance check evidence.

        • Audit Manager classes the resource as non-compliant if Security Hub reports a Fail result, or if Config reports a Non-compliant result.

        • Audit Manager classes the resource as compliant if Security Hub reports a Pass result, or if Config reports a Compliant result.

        • If a compliance check isn't available or applicable, then no compliance evaluation can be made for that resource. This is the case if a resource assessment uses Config or Security Hub as the underlying data source type, but those services aren't enabled. This is also the case if the resource assessment uses an underlying data source type that doesn't support compliance checks (such as manual evidence, Amazon Web Services API calls, or CloudTrail).

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)