Interface IamResource

All Superinterfaces:
IamValue
All Known Implementing Classes:
DefaultIamResource

@ThreadSafe public interface IamResource extends IamValue
The Resource element of a IamStatement, specifying which resource the statement applies to.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IamResource
    An IamResource representing ALL resources.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    create(String value)
    Create a new IamResource element with the provided IamValue.value().

    Methods inherited from interface software.amazon.awssdk.policybuilder.iam.IamValue

    value
  • Field Details

    • ALL

      static final IamResource ALL
      An IamResource representing ALL resources. When used on a statement, it means the policy should apply to every resource.
  • Method Details