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

Description

 
Synopsis

Documentation

data AwsIamPolicyVersion Source #

A version of an IAM policy.

See: newAwsIamPolicyVersion smart constructor.

Constructors

AwsIamPolicyVersion' 

Fields

Instances

Instances details
Eq AwsIamPolicyVersion Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamPolicyVersion

Read AwsIamPolicyVersion Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamPolicyVersion

Show AwsIamPolicyVersion Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamPolicyVersion

Generic AwsIamPolicyVersion Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamPolicyVersion

Associated Types

type Rep AwsIamPolicyVersion :: Type -> Type #

NFData AwsIamPolicyVersion Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamPolicyVersion

Methods

rnf :: AwsIamPolicyVersion -> () #

Hashable AwsIamPolicyVersion Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamPolicyVersion

ToJSON AwsIamPolicyVersion Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamPolicyVersion

FromJSON AwsIamPolicyVersion Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamPolicyVersion

type Rep AwsIamPolicyVersion Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamPolicyVersion

type Rep AwsIamPolicyVersion = D1 ('MetaData "AwsIamPolicyVersion" "Amazonka.SecurityHub.Types.AwsIamPolicyVersion" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsIamPolicyVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "versionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isDefaultVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newAwsIamPolicyVersion :: AwsIamPolicyVersion Source #

Create a value of AwsIamPolicyVersion 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:versionId:AwsIamPolicyVersion', awsIamPolicyVersion_versionId - The identifier of the policy version.

$sel:createDate:AwsIamPolicyVersion', awsIamPolicyVersion_createDate - Indicates when the version 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:isDefaultVersion:AwsIamPolicyVersion', awsIamPolicyVersion_isDefaultVersion - Whether the version is the default version.

awsIamPolicyVersion_versionId :: Lens' AwsIamPolicyVersion (Maybe Text) Source #

The identifier of the policy version.

awsIamPolicyVersion_createDate :: Lens' AwsIamPolicyVersion (Maybe Text) Source #

Indicates when the version 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.

awsIamPolicyVersion_isDefaultVersion :: Lens' AwsIamPolicyVersion (Maybe Bool) Source #

Whether the version is the default version.