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 DiscoveredResource Source #
Object representing the on-premises resource being migrated.
See: newDiscoveredResource
smart constructor.
DiscoveredResource' | |
|
Instances
newDiscoveredResource Source #
Create a value of DiscoveredResource
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:description:DiscoveredResource'
, discoveredResource_description
- A description that can be free-form text to record additional detail
about the discovered resource for clarity or later reference.
$sel:configurationId:DiscoveredResource'
, discoveredResource_configurationId
- The configurationId in Application Discovery Service that uniquely
identifies the on-premise resource.
discoveredResource_description :: Lens' DiscoveredResource (Maybe Text) Source #
A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
discoveredResource_configurationId :: Lens' DiscoveredResource Text Source #
The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.