| 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.OpsWorks.Types.InstanceIdentity
Description
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.
Constructors
| InstanceIdentity' | |
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:document:InstanceIdentity', instanceIdentity_document - A JSON document that contains the metadata.
$sel:signature:InstanceIdentity', instanceIdentity_signature - 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.
instanceIdentity_signature :: Lens' InstanceIdentity (Maybe Text) Source #
A signature that can be used to verify the document's accuracy and authenticity.