Retrieves information about the settings for an application.
pinpoint_get_application_settings(ApplicationId)
A list with the following syntax:
list(
ApplicationSettingsResource = list(
ApplicationId = "string",
CampaignHook = list(
LambdaFunctionName = "string",
Mode = "DELIVERY"|"FILTER",
WebUrl = "string"
),
LastModifiedDate = "string",
Limits = list(
Daily = 123,
MaximumDuration = 123,
MessagesPerSecond = 123,
Total = 123
),
QuietTime = list(
End = "string",
Start = "string"
)
)
)
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
svc$get_application_settings(
ApplicationId = "string"
)