ConfigureSpotEventPluginProps

class aws_rfdk.deadline.ConfigureSpotEventPluginProps(*, render_queue, vpc, configuration=None, spot_fleets=None, vpc_subnets=None)

Bases: object

Input properties for ConfigureSpotEventPlugin.

Parameters

Attributes

configuration

The Spot Event Plugin settings.

See https://docs.thinkboxsoftware.com/products/deadline/10.2/1_User%20Manual/manual/event-spot.html#event-plugin-configuration-options

Default

Default values of SpotEventPluginSettings will be set.

Return type

Optional[SpotEventPluginSettings]

render_queue

The RenderQueue that Worker fleet should connect to.

Return type

IRenderQueue

spot_fleets

The array of Spot Event Plugin spot fleets used to generate the mapping between groups and spot fleet requests.

Default

Spot Fleet Request Configurations will not be updated.

Return type

Optional[List[SpotEventPluginFleet]]

vpc

The VPC in which to create the network endpoint for the lambda function that is created by this construct.

Return type

IVpc

vpc_subnets

Where within the VPC to place the lambda function’s endpoint.

Default

The instance is placed within a Private subnet.

Return type

Optional[SubnetSelection]