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

Description

 
Synopsis

Documentation

data AwsEc2VolumeDetails Source #

Details about an EC2 volume.

See: newAwsEc2VolumeDetails smart constructor.

Constructors

AwsEc2VolumeDetails' 

Fields

Instances

Instances details
Eq AwsEc2VolumeDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VolumeDetails

Read AwsEc2VolumeDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VolumeDetails

Show AwsEc2VolumeDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VolumeDetails

Generic AwsEc2VolumeDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VolumeDetails

Associated Types

type Rep AwsEc2VolumeDetails :: Type -> Type #

NFData AwsEc2VolumeDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VolumeDetails

Methods

rnf :: AwsEc2VolumeDetails -> () #

Hashable AwsEc2VolumeDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VolumeDetails

ToJSON AwsEc2VolumeDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VolumeDetails

FromJSON AwsEc2VolumeDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VolumeDetails

type Rep AwsEc2VolumeDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VolumeDetails

type Rep AwsEc2VolumeDetails = D1 ('MetaData "AwsEc2VolumeDetails" "Amazonka.SecurityHub.Types.AwsEc2VolumeDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsEc2VolumeDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "attachments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AwsEc2VolumeAttachment])) :*: S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "encrypted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "snapshotId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAwsEc2VolumeDetails :: AwsEc2VolumeDetails Source #

Create a value of AwsEc2VolumeDetails 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:status:AwsEc2VolumeDetails', awsEc2VolumeDetails_status - The volume state.

$sel:attachments:AwsEc2VolumeDetails', awsEc2VolumeDetails_attachments - The volume attachments.

$sel:size:AwsEc2VolumeDetails', awsEc2VolumeDetails_size - The size of the volume, in GiBs.

$sel:encrypted:AwsEc2VolumeDetails', awsEc2VolumeDetails_encrypted - Whether the volume is encrypted.

$sel:kmsKeyId:AwsEc2VolumeDetails', awsEc2VolumeDetails_kmsKeyId - The ARN of the KMS key that was used to protect the volume encryption key for the volume.

$sel:createTime:AwsEc2VolumeDetails', awsEc2VolumeDetails_createTime - Indicates when the volume 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:snapshotId:AwsEc2VolumeDetails', awsEc2VolumeDetails_snapshotId - The snapshot from which the volume was created.

awsEc2VolumeDetails_size :: Lens' AwsEc2VolumeDetails (Maybe Int) Source #

The size of the volume, in GiBs.

awsEc2VolumeDetails_kmsKeyId :: Lens' AwsEc2VolumeDetails (Maybe Text) Source #

The ARN of the KMS key that was used to protect the volume encryption key for the volume.

awsEc2VolumeDetails_createTime :: Lens' AwsEc2VolumeDetails (Maybe Text) Source #

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

awsEc2VolumeDetails_snapshotId :: Lens' AwsEc2VolumeDetails (Maybe Text) Source #

The snapshot from which the volume was created.