Created
March 11, 2021 20:06
-
-
Save BatteryAcid/98644e84a0574463dd30547ea9680745 to your computer and use it in GitHub Desktop.
GameLIft policy to allow for searching and creating game sessions as well as creating player sessions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Effect": "Allow", | |
"Action": [ | |
"gamelift:StartGameSessionPlacement", | |
"gamelift:DescribeGameSessionPlacement", | |
"gamelift:StopGameSessionPlacement", | |
"gamelift:CreatePlayerSession", | |
"gamelift:CreatePlayerSessions", | |
"gamelift:DescribeGameSessions", | |
"gamelift:SearchGameSessions", | |
"gamelift:CreateGameSession" | |
], | |
"Resource": "*" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment