| 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 |
Amazonka.SecurityHub.Types.AwsIamGroupDetails
Description
Synopsis
- data AwsIamGroupDetails = AwsIamGroupDetails' {}
- newAwsIamGroupDetails :: AwsIamGroupDetails
- awsIamGroupDetails_path :: Lens' AwsIamGroupDetails (Maybe Text)
- awsIamGroupDetails_createDate :: Lens' AwsIamGroupDetails (Maybe Text)
- awsIamGroupDetails_groupId :: Lens' AwsIamGroupDetails (Maybe Text)
- awsIamGroupDetails_groupPolicyList :: Lens' AwsIamGroupDetails (Maybe [AwsIamGroupPolicy])
- awsIamGroupDetails_groupName :: Lens' AwsIamGroupDetails (Maybe Text)
- awsIamGroupDetails_attachedManagedPolicies :: Lens' AwsIamGroupDetails (Maybe [AwsIamAttachedManagedPolicy])
Documentation
data AwsIamGroupDetails Source #
Contains details about an IAM group.
See: newAwsIamGroupDetails smart constructor.
Constructors
| AwsIamGroupDetails' | |
Fields
| |
Instances
newAwsIamGroupDetails :: AwsIamGroupDetails Source #
Create a value of AwsIamGroupDetails 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:path:AwsIamGroupDetails', awsIamGroupDetails_path - The path to the group.
$sel:createDate:AwsIamGroupDetails', awsIamGroupDetails_createDate - Indicates when the IAM group was created.
Uses the date-time format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z.
$sel:groupId:AwsIamGroupDetails', awsIamGroupDetails_groupId - The identifier of the IAM group.
$sel:groupPolicyList:AwsIamGroupDetails', awsIamGroupDetails_groupPolicyList - The list of inline policies that are embedded in the group.
$sel:groupName:AwsIamGroupDetails', awsIamGroupDetails_groupName - The name of the IAM group.
$sel:attachedManagedPolicies:AwsIamGroupDetails', awsIamGroupDetails_attachedManagedPolicies - A list of the managed policies that are attached to the IAM group.
awsIamGroupDetails_path :: Lens' AwsIamGroupDetails (Maybe Text) Source #
The path to the group.
awsIamGroupDetails_createDate :: Lens' AwsIamGroupDetails (Maybe Text) Source #
Indicates when the IAM group was created.
Uses the date-time format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z.
awsIamGroupDetails_groupId :: Lens' AwsIamGroupDetails (Maybe Text) Source #
The identifier of the IAM group.
awsIamGroupDetails_groupPolicyList :: Lens' AwsIamGroupDetails (Maybe [AwsIamGroupPolicy]) Source #
The list of inline policies that are embedded in the group.
awsIamGroupDetails_groupName :: Lens' AwsIamGroupDetails (Maybe Text) Source #
The name of the IAM group.
awsIamGroupDetails_attachedManagedPolicies :: Lens' AwsIamGroupDetails (Maybe [AwsIamAttachedManagedPolicy]) Source #
A list of the managed policies that are attached to the IAM group.