Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AttachedPermissionsBoundary = AttachedPermissionsBoundary' {}
- newAttachedPermissionsBoundary :: AttachedPermissionsBoundary
- attachedPermissionsBoundary_permissionsBoundaryType :: Lens' AttachedPermissionsBoundary (Maybe PermissionsBoundaryAttachmentType)
- attachedPermissionsBoundary_permissionsBoundaryArn :: Lens' AttachedPermissionsBoundary (Maybe Text)
Documentation
data AttachedPermissionsBoundary Source #
Contains information about an attached permissions boundary.
An attached permissions boundary is a managed policy that has been attached to a user or role to set the permissions boundary.
For more information about permissions boundaries, see Permissions boundaries for IAM identities in the IAM User Guide.
See: newAttachedPermissionsBoundary
smart constructor.
AttachedPermissionsBoundary' | |
|
Instances
newAttachedPermissionsBoundary :: AttachedPermissionsBoundary Source #
Create a value of AttachedPermissionsBoundary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:permissionsBoundaryType:AttachedPermissionsBoundary'
, attachedPermissionsBoundary_permissionsBoundaryType
- The permissions boundary usage type that indicates what type of IAM
resource is used as the permissions boundary for an entity. This data
type can only have a value of Policy
.
$sel:permissionsBoundaryArn:AttachedPermissionsBoundary'
, attachedPermissionsBoundary_permissionsBoundaryArn
- The ARN of the policy used to set the permissions boundary for the user
or role.
attachedPermissionsBoundary_permissionsBoundaryType :: Lens' AttachedPermissionsBoundary (Maybe PermissionsBoundaryAttachmentType) Source #
The permissions boundary usage type that indicates what type of IAM
resource is used as the permissions boundary for an entity. This data
type can only have a value of Policy
.
attachedPermissionsBoundary_permissionsBoundaryArn :: Lens' AttachedPermissionsBoundary (Maybe Text) Source #
The ARN of the policy used to set the permissions boundary for the user or role.