Studio Args
constructor(authMode: Output<StudioAuthMode>? = null, defaultS3Location: Output<String>? = null, description: Output<String>? = null, encryptionKeyArn: Output<String>? = null, engineSecurityGroupId: Output<String>? = null, idcInstanceArn: Output<String>? = null, idcUserAssignment: Output<StudioIdcUserAssignment>? = null, idpAuthUrl: Output<String>? = null, idpRelayStateParameterName: Output<String>? = null, name: Output<String>? = null, serviceRole: Output<String>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null, trustedIdentityPropagationEnabled: Output<Boolean>? = null, userRole: Output<String>? = null, vpcId: Output<String>? = null, workspaceSecurityGroupId: Output<String>? = null)