@ThreadSafe public interface IamResource extends IamValue
Resource element of a IamStatement, specifying which resource the statement applies to.| Modifier and Type | Field and Description |
|---|---|
static IamResource |
ALL
An
IamResource representing ALL resources. |
| Modifier and Type | Method and Description |
|---|---|
static IamResource |
create(String value)
Create a new
IamResource element with the provided IamValue.value(). |
static final IamResource ALL
IamResource representing ALL resources. When used on a statement, it means the policy should apply to
every resource.static IamResource create(String value)
IamResource element with the provided IamValue.value().Copyright © 2023. All rights reserved.