interface RenderQueueAccessLogProps
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.RenderQueueAccessLogProps |
TypeScript (source) | aws-rfdk » deadline » RenderQueueAccessLogProps |
Properties for enabling access logs for the Render Queue's load balancer.
See https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html for more information on what gets logged and how to access them.
Properties
| Name | Type | Description |
|---|---|---|
| destination | IBucket | The S3 Bucket that the access logs should be stored in. |
| prefix? | string | The prefix to be used for the access logs when they are stored in S3. |
destinationBucket
Type:
IBucket
The S3 Bucket that the access logs should be stored in.
It is recommended to set a lifecycle rule on this Bucket to avoid having it grow indefinitely. Costs will be incurred for requests made to put logs in the Bucket as well as storage.
prefix?
Type:
string
(optional, default: None)
The prefix to be used for the access logs when they are stored in S3.

Python
TypeScript (