SubnetIdentityRegistrationSettingsProps

class aws_rfdk.deadline.SubnetIdentityRegistrationSettingsProps(*, dependent, registration_status, role, vpc, vpc_subnets)

Bases: object

Properties that specify how to deploy and configure an identity registration setting for a specified VPC subnet.

Parameters:

Attributes

dependent

A construct node to make dependent on the registration setting being updated.

registration_status

The Deadline Secrets Management registration status to be applied to the Deadline Client identities that connect from the specified VPC subnets.

See https://docs.thinkboxsoftware.com/products/deadline/10.2/1_User%20Manual/manual/secrets-management/deadline-secrets-management.html#registration-status

role

The role to be assigned to the Deadline Client identities that connect from the specified VPC subnets.

See https://docs.thinkboxsoftware.com/products/deadline/10.2/1_User%20Manual/manual/secrets-management/deadline-secrets-management.html#assigned-roles

vpc

The VPC of the Deadline Client host instances to be registered.

vpc_subnets

The VPC subnets of the Deadline Client host instances to be registered.