| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Inspector2.Types.Ec2Metadata
Description
Synopsis
Documentation
data Ec2Metadata Source #
Meta data details of an Amazon EC2 instance.
See: newEc2Metadata smart constructor.
Constructors
| Ec2Metadata' | |
Instances
newEc2Metadata :: Ec2Metadata Source #
Create a value of Ec2Metadata 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:amiId:Ec2Metadata', ec2Metadata_amiId - The ID of the Amazon Machine Image (AMI) used to launch the instance.
$sel:platform:Ec2Metadata', ec2Metadata_platform - The platform of the instance.
$sel:tags:Ec2Metadata', ec2Metadata_tags - The tags attached to the instance.
ec2Metadata_amiId :: Lens' Ec2Metadata (Maybe Text) Source #
The ID of the Amazon Machine Image (AMI) used to launch the instance.
ec2Metadata_platform :: Lens' Ec2Metadata (Maybe Ec2Platform) Source #
The platform of the instance.
ec2Metadata_tags :: Lens' Ec2Metadata (Maybe (HashMap Text Text)) Source #
The tags attached to the instance.