| 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.IoTWireless.Types.Destinations
Description
Synopsis
- data Destinations = Destinations' {
- arn :: Maybe Text
- description :: Maybe Text
- expression :: Maybe Text
- expressionType :: Maybe ExpressionType
- name :: Maybe Text
- roleArn :: Maybe Text
- newDestinations :: Destinations
- destinations_arn :: Lens' Destinations (Maybe Text)
- destinations_description :: Lens' Destinations (Maybe Text)
- destinations_expression :: Lens' Destinations (Maybe Text)
- destinations_expressionType :: Lens' Destinations (Maybe ExpressionType)
- destinations_name :: Lens' Destinations (Maybe Text)
- destinations_roleArn :: Lens' Destinations (Maybe Text)
Documentation
data Destinations Source #
Describes a destination.
See: newDestinations smart constructor.
Constructors
| Destinations' | |
Fields
| |
Instances
newDestinations :: Destinations Source #
Create a value of Destinations 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:Destinations', destinations_arn - The Amazon Resource Name of the resource.
$sel:description:Destinations', destinations_description - The description of the resource.
$sel:expression:Destinations', destinations_expression - The rule name or topic rule to send messages to.
$sel:expressionType:Destinations', destinations_expressionType - The type of value in Expression.
$sel:name:Destinations', destinations_name - The name of the resource.
$sel:roleArn:Destinations', destinations_roleArn - The ARN of the IAM Role that authorizes the destination.
destinations_arn :: Lens' Destinations (Maybe Text) Source #
The Amazon Resource Name of the resource.
destinations_description :: Lens' Destinations (Maybe Text) Source #
The description of the resource.
destinations_expression :: Lens' Destinations (Maybe Text) Source #
The rule name or topic rule to send messages to.
destinations_expressionType :: Lens' Destinations (Maybe ExpressionType) Source #
The type of value in Expression.
destinations_name :: Lens' Destinations (Maybe Text) Source #
The name of the resource.
destinations_roleArn :: Lens' Destinations (Maybe Text) Source #
The ARN of the IAM Role that authorizes the destination.