ServiceControlPolicyStatement
ServiceControlPolicyStatement
| Name | Description | Schema | Default |
|---|---|---|---|
| Action optional | Policy Action Example : ['s3:PutObject', 's3:GetObject'] | any of [array[string], null] | [‘s3:PutObject’, ‘s3:GetObject’] |
| Condition optional | Policy Condition Example : | any of [object[object[array[object]]], null] | |
| Effect optional | Policy Effect Example : Allow | string | Allow |
| NotAction optional | Policy Exclusion Action Example : | any of [array[string], null] | |
| Principal optional | Principal Example : | any of [string, object[array[string]], null] | |
| Resource optional | Resource Example : ['*'] | array[string] | [’*’] |
| Sid optional | Syntax ID Example : statement1 | string | statement1 |