lulo SNS Platform Application creates an Amazon SNS Platform Application.
npm install lulo-plugin-sns-platform-applicationlulo SNS Platform Application creates an Amazon SNS Platform Application.
lulo SNS Platform Application is a lulo plugin
$ npm install lulo-plugin-sns-platform-application --save
`NOTE:
This resource only supports updates of the Attributes property! Other changes are ignored.
Usage
$3
* Name: Name of the application. Update requires replacement. Change with care as existing Endpoints are also deleted.
* Platform: Application platform. Update requires replacement. Note, if you change the platform you must also change the Name.
* Attributes: See the AWS SDK Documentation for SNS::createPlatformApplication$3
When the logical ID of this resource is provided to the Ref intrinsic function, Ref returns the Arn of the Platform Application.{ "Ref": "Application" }$3
The Custom Resource Lambda requires the following permissions for this plugin to work:
`
{
"Effect": "Allow",
"Action": [
"sns:CreatePlatformApplication",
"sns:DeletePlatformApplication",
"sns:SetPlatformApplicationAttributes"
],
"Resource": "*"
}
``