mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
fix(Config Schema): Support CF functions for managed policies (#9089)
This commit is contained in:
parent
0f631f7bd1
commit
5f5d2e580e
@ -837,7 +837,7 @@ class AwsProvider {
|
||||
properties: {
|
||||
managedPolicies: {
|
||||
type: 'array',
|
||||
items: { $ref: '#/definitions/awsArnString' },
|
||||
items: { $ref: '#/definitions/awsArn' },
|
||||
},
|
||||
statements: { $ref: '#/definitions/awsIamPolicyStatements' },
|
||||
permissionBoundary: { $ref: '#/definitions/awsArnString' },
|
||||
@ -851,7 +851,7 @@ class AwsProvider {
|
||||
},
|
||||
additionalProperties: false,
|
||||
},
|
||||
iamManagedPolicies: { type: 'array', items: { $ref: '#/definitions/awsArnString' } },
|
||||
iamManagedPolicies: { type: 'array', items: { $ref: '#/definitions/awsArn' } },
|
||||
iamRoleStatements: { $ref: '#/definitions/awsIamPolicyStatements' },
|
||||
ecr: {
|
||||
type: 'object',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user