| Package | Description |
|---|---|
| software.amazon.awssdk.policybuilder.iam | |
| software.amazon.awssdk.policybuilder.iam.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IamAction
The
Action element of a IamStatement, specifying which service actions the statement applies to. |
interface |
IamConditionKey
The
IamConditionKey specifies the "left hand side" of an IamCondition. |
interface |
IamConditionOperator
The
IamConditionOperator specifies the operator that should be applied to compare the IamConditionKey to an
expected value in an IamCondition. |
interface |
IamEffect
The
Effect element of a IamStatement, specifying whether the statement should ALLOW or DENY certain actions. |
interface |
IamPrincipalType
The
IamPrincipalType identifies what type of entity that the IamPrincipal refers to. |
interface |
IamResource
The
Resource element of a IamStatement, specifying which resource the statement applies to. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIamAction
Default implementation of
IamAction. |
class |
DefaultIamConditionKey
Default implementation of
IamConditionKey. |
class |
DefaultIamConditionOperator
Default implementation of
IamConditionOperator. |
class |
DefaultIamEffect
Default implementation of
IamEffect. |
class |
DefaultIamPrincipalType
Default implementation of
IamPrincipalType. |
class |
DefaultIamResource
Default implementation of
IamResource. |
Copyright © 2023. All rights reserved.