Files
HPIoTWebsite/amplify/backend/storage/hpiotuserstorage/parameters.json
2019-10-15 08:28:17 -05:00

34 lines
1.1 KiB
JSON

{
"bucketName": "hpiotuserstorage",
"authPolicyName": "s3_amplify_ba83ba82",
"unauthPolicyName": "s3_amplify_ba83ba82",
"authRoleName": {
"Ref": "AuthRoleName"
},
"unauthRoleName": {
"Ref": "UnauthRoleName"
},
"selectedGuestPermissions": [
"s3:GetObject",
"s3:ListBucket"
],
"selectedAuthenticatedPermissions": [
"s3:PutObject",
"s3:GetObject",
"s3:ListBucket"
],
"s3PermissionsAuthenticatedPublic": "s3:PutObject,s3:GetObject",
"s3PublicPolicy": "Public_policy_4ff86870",
"s3PermissionsAuthenticatedUploads": "s3:PutObject",
"s3UploadsPolicy": "Uploads_policy_4ff86870",
"s3PermissionsAuthenticatedProtected": "s3:PutObject,s3:GetObject",
"s3ProtectedPolicy": "Protected_policy_4ff86870",
"s3PermissionsAuthenticatedPrivate": "s3:PutObject,s3:GetObject",
"s3PrivatePolicy": "Private_policy_4ff86870",
"AuthenticatedAllowList": "ALLOW",
"s3ReadPolicy": "read_policy_4ff86870",
"s3PermissionsGuestPublic": "DISALLOW",
"s3PermissionsGuestUploads": "DISALLOW",
"GuestAllowList": "DISALLOW",
"triggerFunction": "NONE"
}