aws::origin-access-control¶
Create a Origin Access Control.
Example¶
aws::origin-access-control origin-access-control-example
config
name: "example-oac"
origin-type: S3
description: "example description"
signing-behavior: NEVER
signing-protocol: SIGV4
end
end
Attributes¶
| Attribute | Description |
|---|---|
| config subresource | The configuration for the Origin Access Control (OAC). (Required)
|
Outputs¶
| Attribute | Description |
|---|---|
| id | The ID of the Origin Access Control (OAC). |
| e-tag | The current version (ETag value) of the Origin Access Control (OAC). |