Updates the configuration and other settings for a journey.
pinpoint_update_journey(ApplicationId, JourneyId, WriteJourneyRequest)
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
[required] The unique identifier for the journey.
[required]
svc$update_journey( ApplicationId = "string", JourneyId = "string", WriteJourneyRequest = list( Activities = list( list( ConditionalSplit = list( Condition = list( Conditions = list( list( EventCondition = list( Dimensions = list( Attributes = list( list( AttributeType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ) ), EventType = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ), Metrics = list( list( ComparisonOperator = "string", Value = 123.0 ) ) ), MessageActivity = "string" ), SegmentCondition = list( SegmentId = "string" ), SegmentDimensions = list( Attributes = list( list( AttributeType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ) ), Behavior = list( Recency = list( Duration = "HR_24"|"DAY_7"|"DAY_14"|"DAY_30", RecencyType = "ACTIVE"|"INACTIVE" ) ), Demographic = list( AppVersion = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ), Channel = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ), DeviceType = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ), Make = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ), Model = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ), Platform = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ) ), Location = list( Country = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ), GPSPoint = list( Coordinates = list( Latitude = 123.0, Longitude = 123.0 ), RangeInKilometers = 123.0 ) ), Metrics = list( list( ComparisonOperator = "string", Value = 123.0 ) ), UserAttributes = list( list( AttributeType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ) ) ) ) ), Operator = "ALL"|"ANY" ), EvaluationWaitTime = list( WaitFor = "string", WaitUntil = "string" ), FalseActivity = "string", TrueActivity = "string" ), Description = "string", EMAIL = list( MessageConfig = list( FromAddress = "string" ), NextActivity = "string", TemplateName = "string", TemplateVersion = "string" ), Holdout = list( NextActivity = "string", Percentage = 123 ), MultiCondition = list( Branches = list( list( Condition = list( EventCondition = list( Dimensions = list( Attributes = list( list( AttributeType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ) ), EventType = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ), Metrics = list( list( ComparisonOperator = "string", Value = 123.0 ) ) ), MessageActivity = "string" ), SegmentCondition = list( SegmentId = "string" ), SegmentDimensions = list( Attributes = list( list( AttributeType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ) ), Behavior = list( Recency = list( Duration = "HR_24"|"DAY_7"|"DAY_14"|"DAY_30", RecencyType = "ACTIVE"|"INACTIVE" ) ), Demographic = list( AppVersion = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ), Channel = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ), DeviceType = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ), Make = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ), Model = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ), Platform = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ) ), Location = list( Country = list( DimensionType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ), GPSPoint = list( Coordinates = list( Latitude = 123.0, Longitude = 123.0 ), RangeInKilometers = 123.0 ) ), Metrics = list( list( ComparisonOperator = "string", Value = 123.0 ) ), UserAttributes = list( list( AttributeType = "INCLUSIVE"|"EXCLUSIVE", Values = list( "string" ) ) ) ) ), NextActivity = "string" ) ), DefaultActivity = "string", EvaluationWaitTime = list( WaitFor = "string", WaitUntil = "string" ) ), RandomSplit = list( Branches = list( list( NextActivity = "string", Percentage = 123 ) ) ), Wait = list( NextActivity = "string", WaitTime = list( WaitFor = "string", WaitUntil = "string" ) ) ) ), CreationDate = "string", LastModifiedDate = "string", Limits = list( DailyCap = 123, EndpointReentryCap = 123, MessagesPerSecond = 123 ), LocalTime = TRUE|FALSE, Name = "string", QuietTime = list( End = "string", Start = "string" ), RefreshFrequency = "string", Schedule = list( EndTime = as.POSIXct( "2015-01-01" ), StartTime = as.POSIXct( "2015-01-01" ), Timezone = "string" ), StartActivity = "string", StartCondition = list( Description = "string", SegmentStartCondition = list( SegmentId = "string" ) ), State = "DRAFT"|"ACTIVE"|"COMPLETED"|"CANCELLED"|"CLOSED" ) )