libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsIamGroupDetails

Description

 
Synopsis

Documentation

data AwsIamGroupDetails Source #

Contains details about an IAM group.

See: newAwsIamGroupDetails smart constructor.

Constructors

AwsIamGroupDetails' 

Fields

Instances

Instances details
Eq AwsIamGroupDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamGroupDetails

Read AwsIamGroupDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamGroupDetails

Show AwsIamGroupDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamGroupDetails

Generic AwsIamGroupDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamGroupDetails

Associated Types

type Rep AwsIamGroupDetails :: Type -> Type #

NFData AwsIamGroupDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamGroupDetails

Methods

rnf :: AwsIamGroupDetails -> () #

Hashable AwsIamGroupDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamGroupDetails

ToJSON AwsIamGroupDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamGroupDetails

FromJSON AwsIamGroupDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamGroupDetails

type Rep AwsIamGroupDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamGroupDetails

type Rep AwsIamGroupDetails = D1 ('MetaData "AwsIamGroupDetails" "Amazonka.SecurityHub.Types.AwsIamGroupDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsIamGroupDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "groupPolicyList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AwsIamGroupPolicy])) :*: (S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attachedManagedPolicies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AwsIamAttachedManagedPolicy]))))))

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_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_groupPolicyList :: Lens' AwsIamGroupDetails (Maybe [AwsIamGroupPolicy]) Source #

The list of inline policies that are embedded in the group.

awsIamGroupDetails_attachedManagedPolicies :: Lens' AwsIamGroupDetails (Maybe [AwsIamAttachedManagedPolicy]) Source #

A list of the managed policies that are attached to the IAM group.