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