| 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.IoTEvents.Types.RoutedResource
Description
Synopsis
Documentation
data RoutedResource Source #
Contains information about the routed resource.
See: newRoutedResource smart constructor.
Constructors
| RoutedResource' | |
Instances
newRoutedResource :: RoutedResource Source #
Create a value of RoutedResource 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:arn:RoutedResource', routedResource_arn - The ARN of the routed resource. For more information, see
Amazon Resource Names (ARNs)
in the AWS General Reference.
$sel:name:RoutedResource', routedResource_name - The name of the routed resource.
routedResource_arn :: Lens' RoutedResource (Maybe Text) Source #
The ARN of the routed resource. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.
routedResource_name :: Lens' RoutedResource (Maybe Text) Source #
The name of the routed resource.