Amazon S3 bucket CORS rule
aws.s3.bucket.corsrule MQL resource for querying AWS infrastructure with cnquery and cnspec.
AWSPrivate Resource
Amazon S3 bucket CORS rule
Min version: 5.15.0Defaults:
nameRelationships
2 resources · 2 relationships·Click to select, expand fields to see properties.
Fields (6)
| Field | Type | Description |
|---|---|---|
allowedHeadersrequired | []string | List of allowed headers |
allowedMethodsrequired | []string | List of allowed methods GET, POST, PUT, and so on |
allowedOriginsrequired | []string | List of origins from which the bucket can be accessed |
exposeHeadersrequired | []string | List of exposed response headers |
maxAgeSecondsrequired | int | Time in seconds that the browser caches preflight response |
namerequired | string | Name of the rule |