Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data InstanceIdentity Source #
Contains a description of an Amazon EC2 instance from the Amazon EC2 metadata service. For more information, see Instance Metadata and User Data.
See: newInstanceIdentity
smart constructor.
Instances
newInstanceIdentity :: InstanceIdentity Source #
Create a value of InstanceIdentity
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:signature:InstanceIdentity'
, instanceIdentity_signature
- A signature that can be used to verify the document's accuracy and
authenticity.
$sel:document:InstanceIdentity'
, instanceIdentity_document
- A JSON document that contains the metadata.
instanceIdentity_signature :: Lens' InstanceIdentity (Maybe Text) Source #
A signature that can be used to verify the document's accuracy and authenticity.
instanceIdentity_document :: Lens' InstanceIdentity (Maybe Text) Source #
A JSON document that contains the metadata.