Interface IamResource
-
- All Superinterfaces:
IamValue
- All Known Implementing Classes:
DefaultIamResource
@ThreadSafe public interface IamResource extends IamValue
TheResourceelement of aIamStatement, specifying which resource the statement applies to.- See Also:
- Resource user guide
-
-
Field Summary
Fields Modifier and Type Field Description static IamResourceALLAnIamResourcerepresenting ALL resources.
-
Method Summary
Static Methods Modifier and Type Method Description static IamResourcecreate(String value)Create a newIamResourceelement with the providedIamValue.value().
-
-
-
Field Detail
-
ALL
static final IamResource ALL
AnIamResourcerepresenting ALL resources. When used on a statement, it means the policy should apply to every resource.
-
-
Method Detail
-
create
static IamResource create(String value)
Create a newIamResourceelement with the providedIamValue.value().
-
-