| 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.ResourceExplorer2.Types.SupportedResourceType
Description
Documentation
data SupportedResourceType Source #
A structure that describes a resource type supported by Amazon Web Services Resource Explorer.
See: newSupportedResourceType smart constructor.
Constructors
| SupportedResourceType' | |
Instances
newSupportedResourceType :: SupportedResourceType Source #
Create a value of SupportedResourceType 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:resourceType:SupportedResourceType', supportedResourceType_resourceType - The unique identifier of the resource type.
$sel:service:SupportedResourceType', supportedResourceType_service - The Amazon Web Service that is associated with the resource type. This
is the primary service that lets you create and interact with resources
of this type.
supportedResourceType_resourceType :: Lens' SupportedResourceType (Maybe Text) Source #
The unique identifier of the resource type.
supportedResourceType_service :: Lens' SupportedResourceType (Maybe Text) Source #
The Amazon Web Service that is associated with the resource type. This is the primary service that lets you create and interact with resources of this type.