IHost

class aws_rfdk.deadline.IHost(*args, **kwargs)

Bases: aws_cdk.aws_ec2.IConnectable, constructs.IConstruct, aws_rfdk.IScriptHost, typing_extensions.Protocol

Interface for any constructs that are Capable of connecting to Deadline.

Attributes

connections

The network connections associated with this resource.

Return type

Connections

grant_principal

The principal to grant permissions to.

Return type

IPrincipal

node

The tree node.

Return type

Node

os_type

The operating system of the script host.

Return type

OperatingSystemType

user_data

The user data of the script host.

Return type

UserData