interface Installer
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.Installer |
TypeScript (source) | aws-rfdk » deadline » Installer |
This interface represents a deadline installer object stored on an S3 bucket.
Properties
| Name | Type | Description |
|---|---|---|
| object | string | The object key where the installer file is located. |
| s3 | IBucket | The S3 Bucket interface where the installer is located. |
objectKey
Type:
string
The object key where the installer file is located.
s3Bucket
Type:
IBucket
The S3 Bucket interface where the installer is located.

Python
TypeScript (