RenderQueueAccessLogProps

class aws_rfdk.deadline.RenderQueueAccessLogProps(*, destination_bucket, prefix=None)

Bases: object

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.

Parameters:
  • destination_bucket (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 (Optional[str]) – The prefix to be used for the access logs when they are stored in S3. Default: None

Attributes

destination_bucket

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

The prefix to be used for the access logs when they are stored in S3.

Default:

None