| 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.Pinpoint.Types.JourneyChannelSettings
Description
Synopsis
Documentation
data JourneyChannelSettings Source #
The channel-specific configurations for the journey.
See: newJourneyChannelSettings smart constructor.
Constructors
| JourneyChannelSettings' | |
Fields
| |
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.