Interface IamResource
- All Superinterfaces:
IamValue
- All Known Implementing Classes:
DefaultIamResource
The
Resource
element of a IamStatement
, specifying which resource the statement applies to.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IamResource
AnIamResource
representing ALL resources. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic IamResource
Create a newIamResource
element with the providedIamValue.value()
.
-
Field Details
-
ALL
AnIamResource
representing ALL resources. When used on a statement, it means the policy should apply to every resource.
-
-
Method Details
-
create
Create a newIamResource
element with the providedIamValue.value()
.
-