ServiceControlPolicyStatement
ServiceControlPolicyStatement
| Name | Description | Schema | Default |
|---|---|---|---|
| Action optional | 정책 액션 Example : ['s3:PutObject', 's3:GetObject'] | any of [array[string], null] | [‘s3:PutObject’, ‘s3:GetObject’] |
| Condition optional | 정책 요건 Example : | any of [object[object[array[object]]], null] | |
| Effect optional | 정책 효과 Example : Allow | string | Allow |
| NotAction optional | 정책 제외 액션 Example : | any of [array[string], null] | |
| Principal optional | 호출 주체 Example : | any of [string, object[array[string]], null] | |
| Resource optional | 리소스 Example : ['*'] | array[string] | [’*’] |
| Sid optional | 문법 ID Example : statement1 | string | statement1 |