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 |
Synopsis
Documentation
data RoutedResource Source #
Contains information about the routed resource.
See: newRoutedResource
smart constructor.
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.