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 JourneyChannelSettings Source #
The channel-specific configurations for the journey.
See: newJourneyChannelSettings
smart constructor.
JourneyChannelSettings' | |
|
Instances
newJourneyChannelSettings :: JourneyChannelSettings Source #
Create a value of JourneyChannelSettings
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:connectCampaignArn:JourneyChannelSettings'
, journeyChannelSettings_connectCampaignArn
- Amazon Resource Name (ARN) of the Connect Campaign.
$sel:connectCampaignExecutionRoleArn:JourneyChannelSettings'
, journeyChannelSettings_connectCampaignExecutionRoleArn
- IAM role ARN to be assumed when invoking Connect campaign execution APIs
for dialing.
journeyChannelSettings_connectCampaignArn :: Lens' JourneyChannelSettings (Maybe Text) Source #
Amazon Resource Name (ARN) of the Connect Campaign.
journeyChannelSettings_connectCampaignExecutionRoleArn :: Lens' JourneyChannelSettings (Maybe Text) Source #
IAM role ARN to be assumed when invoking Connect campaign execution APIs for dialing.