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.AwsIamUserPolicy

Description

 
Synopsis

Documentation

data AwsIamUserPolicy Source #

Information about an inline policy that is embedded in the user.

See: newAwsIamUserPolicy smart constructor.

Constructors

AwsIamUserPolicy' 

Fields

Instances

Instances details
Eq AwsIamUserPolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamUserPolicy

Read AwsIamUserPolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamUserPolicy

Show AwsIamUserPolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamUserPolicy

Generic AwsIamUserPolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamUserPolicy

Associated Types

type Rep AwsIamUserPolicy :: Type -> Type #

NFData AwsIamUserPolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamUserPolicy

Methods

rnf :: AwsIamUserPolicy -> () #

Hashable AwsIamUserPolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamUserPolicy

ToJSON AwsIamUserPolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamUserPolicy

FromJSON AwsIamUserPolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamUserPolicy

type Rep AwsIamUserPolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamUserPolicy

type Rep AwsIamUserPolicy = D1 ('MetaData "AwsIamUserPolicy" "Amazonka.SecurityHub.Types.AwsIamUserPolicy" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsIamUserPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAwsIamUserPolicy :: AwsIamUserPolicy Source #

Create a value of AwsIamUserPolicy 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:policyName:AwsIamUserPolicy', awsIamUserPolicy_policyName - The name of the policy.