Class PolicyTargetSummary

    • Method Detail

      • targetId

        public final String targetId()

        The unique identifier (ID) of the policy target.

        The regex pattern for a target ID string requires one of the following:

        • Root - A string that begins with "r-" followed by from 4 to 32 lowercase letters or digits.

        • Account - A string that consists of exactly 12 digits.

        • Organizational unit (OU) - A string that begins with "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits.

        Returns:
        The unique identifier (ID) of the policy target.

        The regex pattern for a target ID string requires one of the following:

        • Root - A string that begins with "r-" followed by from 4 to 32 lowercase letters or digits.

        • Account - A string that consists of exactly 12 digits.

        • Organizational unit (OU) - A string that begins with "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that the OU is in). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits.

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the policy target.

        For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Web Services Service Authorization Reference.

        Returns:
        The Amazon Resource Name (ARN) of the policy target.

        For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Web Services Service Authorization Reference.

      • name

        public final String name()

        The friendly name of the policy target.

        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

        Returns:
        The friendly name of the policy target.

        The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

      • typeAsString

        public final String typeAsString()

        The type of the policy target.

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

        Returns:
        The type of the policy target.
        See Also:
        TargetType
      • 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)