AWSPinpointTargetingJourneyChannelSettings

Objective-C

@interface AWSPinpointTargetingJourneyChannelSettings

Swift

class AWSPinpointTargetingJourneyChannelSettings

The channel-specific configurations for the journey.

  • Amazon Resource Name (ARN) of the Connect Campaign.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable connectCampaignArn;

    Swift

    var connectCampaignArn: String? { get set }
  • IAM role ARN to be assumed when invoking Connect campaign execution APIs for dialing.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable connectCampaignExecutionRoleArn;

    Swift

    var connectCampaignExecutionRoleArn: String? { get set }