interface ConfigureSpotEventPluginProps
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.ConfigureSpotEventPluginProps |
TypeScript (source) | aws-rfdk » deadline » ConfigureSpotEventPluginProps |
Input properties for ConfigureSpotEventPlugin.
Properties
| Name | Type | Description |
|---|---|---|
| render | IRender | The RenderQueue that Worker fleet should connect to. |
| vpc | IVpc | The VPC in which to create the network endpoint for the lambda function that is created by this construct. |
| configuration? | Spot | The Spot Event Plugin settings. |
| spot | Spot[] | The array of Spot Event Plugin spot fleets used to generate the mapping between groups and spot fleet requests. |
| vpc | Subnet | Where within the VPC to place the lambda function's endpoint. |
renderQueue
Type:
IRender
The RenderQueue that Worker fleet should connect to.
vpc
Type:
IVpc
The VPC in which to create the network endpoint for the lambda function that is created by this construct.
configuration?
Type:
Spot
(optional, default: Default values of SpotEventPluginSettings will be set.)
The Spot Event Plugin settings.
spotFleets?
Type:
Spot[]
(optional, default: Spot Fleet Request Configurations will not be updated.)
The array of Spot Event Plugin spot fleets used to generate the mapping between groups and spot fleet requests.
vpcSubnets?
Type:
Subnet
(optional, default: The instance is placed within a Private subnet.)
Where within the VPC to place the lambda function's endpoint.

Python
TypeScript (