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
Documentation
data FederatedUser Source #
Identifiers for the federated user that is associated with the credentials.
See: newFederatedUser
smart constructor.
FederatedUser' | |
|
Instances
Create a value of FederatedUser
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:federatedUserId:FederatedUser'
, federatedUser_federatedUserId
- The string that identifies the federated user associated with the
credentials, similar to the unique ID of an IAM user.
$sel:arn:FederatedUser'
, federatedUser_arn
- The ARN that specifies the federated user that is associated with the
credentials. For more information about ARNs and how to use them in
policies, see
IAM Identifiers
in the IAM User Guide.
federatedUser_federatedUserId :: Lens' FederatedUser Text Source #
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.
federatedUser_arn :: Lens' FederatedUser Text Source #
The ARN that specifies the federated user that is associated with the credentials. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.