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

Description

 
Synopsis

Documentation

data AwsIamRolePolicy Source #

An inline policy that is embedded in the role.

See: newAwsIamRolePolicy smart constructor.

Constructors

AwsIamRolePolicy' 

Fields

Instances

Instances details
Eq AwsIamRolePolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamRolePolicy

Read AwsIamRolePolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamRolePolicy

Show AwsIamRolePolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamRolePolicy

Generic AwsIamRolePolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamRolePolicy

Associated Types

type Rep AwsIamRolePolicy :: Type -> Type #

NFData AwsIamRolePolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamRolePolicy

Methods

rnf :: AwsIamRolePolicy -> () #

Hashable AwsIamRolePolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamRolePolicy

ToJSON AwsIamRolePolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamRolePolicy

FromJSON AwsIamRolePolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamRolePolicy

type Rep AwsIamRolePolicy Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamRolePolicy

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

newAwsIamRolePolicy :: AwsIamRolePolicy Source #

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